History log of /petsc/src/dm/dt/fe/interface/fe.c (Results 176 – 200 of 257)
Revision Date Author Comments
# 38bb9285 28-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# d91aa229 27-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-fem-small' into 'maint'

Knepley/fix plex fem small

See merge request petsc/petsc!2752


# fd2fdbdd 24-Apr-2020 Matthew G. Knepley <knepley@gmail.com>

PetscFE: In SetQuadrature, check for same quad, and be careful about ref counting


# 9c15a9aa 24-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/defined-nocpp' into 'master'

PetscDefined: test whether a configuration macro is defined without #ifdef

See merge request petsc/petsc!157


# 76bd3646 14-Apr-2020 Jed Brown <jed@jedbrown.org>

PetscDefined: remove many uses of #ifdef PETSC_USE_DEBUG


# 8bb017ff 30-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-dual-space-rework' into 'master'

Rework PetscDualSpace

See merge request petsc/petsc!2399


# 2edcad52 27-Mar-2020 Toby Isaac <tisaac@cc.gatech.edu>

Undo change of pushfoward/pullback interface that wasn't backed up by implementation yet

Pushforwards/pullbacks of form degrees in [1,d) have different sizes depending on the embedding dimension
(a

Undo change of pushfoward/pullback interface that wasn't backed up by implementation yet

Pushforwards/pullbacks of form degrees in [1,d) have different sizes depending on the embedding dimension
(a 1-form has d degrees of freedom in d dimensions). I changed the interface to reflect this, but didn't
have to do the implementation. I'm reverting to the previous interface but putting in a note saying
that the pushforwards and pullbacks are only valid if the embedding dimension is the same as the reference
dimension.

show more ...


# 1ac17e89 26-Mar-2020 Toby Isaac <tisaac@cc.gatech.edu>

Add PETSCDUALSPACEREFINED


# b4457527 10-Mar-2020 Toby Isaac <tisaac@cc.gatech.edu>

Rework the PetscDualSpace interface

Mention form degree in viewer output of dual space

Set from degree from options for dual space


# 67e831d3 25-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/psanan/docs-fixes-2020-03-25'

Doc fixes (prerequisites for Sphinx docs)

See merge request petsc/petsc!2633


# 7a7aea1f 25-Mar-2020 Jed Brown <jed@jedbrown.org>

docs: fix Input/Output Parameters list format

Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>


# f0fc11ce 15-Mar-2020 Jed Brown <jed@jedbrown.org>

docs: fix sowing list syntax/incomplete man page


# 713946ae 05-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-unify-quadrature' into 'master'

Unify Jacobi polynomial based computations in PetscDT

See merge request petsc/petsc!2574


# e6a796c3 28-Feb-2020 Toby Isaac <tisaac@cc.gatech.edu>

Rename PetscDTGaussJacobiQuadrature to PetscDTStroudConicalQuadrature and consolidate internal quadrature calculations

Revert incorrectly changed quadrature in dmmbfem.cxx


# 26fe44e2 28-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-fem-pk' into 'master'

Knepley/feature fem pk

See merge request petsc/petsc!2464


# e703855d 22-Jan-2020 Matthew G. Knepley <knepley@gmail.com>

PetscFE: Add constructor for Pk space


# 04679c46 20-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-dm-cell-types' into 'master'

Knepley/feature dm cell types

See merge request petsc/petsc!2446


# 40a2aa30 16-Jan-2020 Matthew G. Knepley <knepley@gmail.com>

Doc: Text fixes


# 339143f0 15-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-project-different-spaces' into 'master'

Knepley/feature project different spaces

See merge request petsc/petsc!2153


# ef0bb6c7 09-Jan-2020 Matthew G. Knepley <knepley@gmail.com>

FE+DS: Introduce PetscTabulation to hold tabulated function data
- This was created to prevent mismatches in sizes I was getting by just
passing around arrays
- FE+FV+DS now hold tabulations
- GetTab

FE+DS: Introduce PetscTabulation to hold tabulated function data
- This was created to prevent mismatches in sizes I was getting by just
passing around arrays
- FE+FV+DS now hold tabulations
- GetTabulation() --> CreateTabulation() and it creates an object rather
than using DMGetWorkArray(). I put in ComputeTabulation() to reuse
space, but there still may be performance regression.
- Default tabulations are now "cell tabulations"
- The replicas in the tabulation are used to index faces in a face
tabulation

show more ...


# 482a6092 13-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'patch-2' into 'master'

Tabulations can only be constructed if the dual space has been created

See merge request petsc/petsc!2356


# 1f725187 06-Dec-2019 Matthew Knepley <knepley@gmail.com>

Tabulations can only be constructed if the dual space has been created


# d0eddb9b 07-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'mark/fix-viewfromoptions' into 'master'

prototype for ViewFromOptions macro-->functions

See merge request petsc/petsc!2083


# fe2efc57 07-Nov-2019 Mark <cal2princeton@yahoo.com>

prototype for ViewFromOptions macro-->functions


# 0e45ff88 16-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


1234567891011