| #
cb220274
|
| 24-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
fixed duplicate CHKERRQ(ierr)
|
| #
cfc5cb97
|
| 22-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-homogenization-example' into 'main'
Plex: Added initial example for numerical homogenization
See merge request petsc/petsc!5004
|
| #
5f0b18bf
|
| 22-Mar-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Add averaging operator
|
| #
571c06ed
|
| 20-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-aux-vec' into 'main'
DM: Add equation part to DM aux vector key
See merge request petsc/petsc!4995
|
| #
ac17215f
|
| 20-Mar-2022 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Add equation part to DM aux vector key
|
| #
35208a3c
|
| 19-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/gpu-rigid-body-modes' into 'main'
GPU rigid body modes and Hypre block size
See merge request petsc/petsc!4993
|
| #
aef2e8d7
|
| 19-Mar-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlexCreateRigidBody: use dm->vectype
|
| #
26ef77f3
|
| 18-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-doc' into 'main'
CI: update target 'manualpages' to abort on error - and fix all doc issues
See merge request petsc/petsc!4979
|
| #
67b8a455
|
| 15-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
doc: more fixes to remove build warnings
|
| #
04006fa6
|
| 11-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/plex-tensor-periodic' into 'main'
DMPlex: support tensor closure permutations with periodic
See merge request petsc/petsc!2178
|
| #
6584f52a
|
| 11-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/matis-negative-indices' into 'main'
matis negative indices
See merge request petsc/petsc!4923
|
| #
e432b41d
|
| 02-Mar-2022 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATIS: support negative indices in l2maps
|
| #
ed808b8f
|
| 16-Oct-2019 |
Jed Brown <jed@jedbrown.org> |
DMPlex: minor doc updates/cross-references
|
| #
e7133dc4
|
| 28-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-fe-wxy-again' into 'main'
FE on triangular prisms
See merge request petsc/petsc!4826
|
| #
2df84da0
|
| 04-Dec-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DM+FE+DT: Added correct geometry and quadrature for triangular prism - Added affine geometry for triangular prism - Added PetscDTTensorQuadratureCreate() - Added PetscFECreateByCell() - Added PetscFE
DM+FE+DT: Added correct geometry and quadrature for triangular prism - Added affine geometry for triangular prism - Added PetscDTTensorQuadratureCreate() - Added PetscFECreateByCell() - Added PetscFECreateLagrangeByCell() - Added DMCreateFEDefault() - Now DMField uses PetscFECreateLagrange() - Refactored FE creation - If the degree is prescribed on a prism, do not create a tensor space - Use new interface in DMField_DS - Fix default creation when number of components is changed by command line
show more ...
|
| #
1241a243
|
| 13-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-01-05/c99' into 'main'
Feature: C99 and C++11
See merge request petsc/petsc!4700
|
| #
2c71b3e2
|
| 11-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
|
| #
9ace16cd
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
add PetscAssert() and PetscAssertFalse()
|
| #
98921bda
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
SETERRQ[1-9]+ begone
|
| #
ebbe971a
|
| 10-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-quad-interpolate' into 'main'
Knepley/fix plex quad interpolate
See merge request petsc/petsc!4827
|
| #
443ab7c2
|
| 09-Feb-2022 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Improve debugging print
|
| #
aac8517f
|
| 08-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-multiple-hybrid' into 'main'
DM+FE: Allow multiple cohesive fields
See merge request petsc/petsc!4616
|
| #
9ee2af8c
|
| 09-Dec-2021 |
Matthew G. Knepley <knepley@gmail.com> |
FE+DS: Now hybrid integration uses side 2 for fault operations - Added cohesive offsets of PetscDS - Fixed offsets and handling of dimension
|
| #
5fedec97
|
| 17-Aug-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DM+FE: Allow multiple cohesive fields - Changed name from "hybrid" cell to "cohesive" cell - Fixed check for cohesive field in PetscFE and DM - Fixed DMCreateDS() for new scheme - Added PetscDSIsCohe
DM+FE: Allow multiple cohesive fields - Changed name from "hybrid" cell to "cohesive" cell - Fixed check for cohesive field in PetscFE and DM - Fixed DMCreateDS() for new scheme - Added PetscDSIsCohesive() and PetscDSGetNumCohesive() - Replaced PetscDSGetHybrid() with PetscDSGetCohesive() and PetscDSSetHybrid() with PetscDSSetCohesive() - Added PetscDSGetFieldOffsetCohesive() - Fixed hybrid Jacobian integration - Hybrid Jacobian integration needs to know the side of the interface, just like residual integration - Needs to use cohesive field offsets - Update takes the side as an argument
show more ...
|
| #
55bfaf30
|
| 18-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jwallwork23/fix-mmg3d-orientation' into 'main'
Metric fixes 3: element orientations in 3D
See merge request petsc/petsc!4628
|