History log of /petsc/src/dm/interface/dm.c (Results 401 – 425 of 1790)
Revision Date Author Comments
# e617e646 20-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# f847cc47 19-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley-main-patch-42873' into 'release'

DM: doc fix for projection

See merge request petsc/petsc!4473


# 77b739a6 19-Oct-2021 Matthew Knepley <knepley@gmail.com>

DM: doc fix for porjection


# 5cdc6d19 13-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-natural-fvghost' into 'main'

Plex: If present, shift the naturalSF during mesh modification

See merge request petsc/petsc!4423


# 4f37162b 08-Jul-2021 Matthew G. Knepley <knepley@gmail.com>

DM: Added DMGet/SetNaturalSF()


# 26632be6 02-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-extrude-symmetric' into 'main'

Plex: DMPlexExtrude() can now symmetrically extrude

See merge request petsc/petsc!4367


# 1c7be88a 01-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 1ddba829 01-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/feature-dmlabelcompare' into 'main'

add DMLabelCompare() and DMCompareLabels()

See merge request petsc/petsc!4345


# 6bbe2421 01-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/fix-dmlabel-manpages' into 'release'

minor fixes of DMLabel & PetscSF manpages

See merge request petsc/petsc!4342


# 2cbb9b06 21-Sep-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMCopyLabels: add DMCopyLabelsMode arg determining duplicity handling;

+ manpage fixes


# 609dae6e 20-Sep-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

add DMLabelCompare,DMCompareLabels


# 876aa926 21-Sep-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMRemoveLabel: fix manpage - label is required


# d410b0cf 29-Sep-2021 Matthew G. Knepley <knepley@gmail.com>

DM: Now extrusion is like DMRefine() and implemented through DMPlexTransform - DMExtrude() replaces DMPlexExtrude() - Added an extrusion transformation - Added DMPlexTransformSetDimensions() and setd

DM: Now extrusion is like DMRefine() and implemented through DMPlexTransform - DMExtrude() replaces DMPlexExtrude() - Added an extrusion transformation - Added DMPlexTransformSetDimensions() and setdimensions function - DMPlexTransformMapCoordinates() and DMPlexSnapToGeomModel() now take the coordinate dimension - -dm_extrude replaces -dm_plex_extrude_layers

show more ...


# d5ed94bb 14-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jose/fix-manpages'

Fix manpages to avoid errors reported by doctext

See merge request petsc/petsc!4309


# 4165533c 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Argument --> Parameter (required to enable sowing checks)


# 6b867d5a 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: mismatching number of parameters


# f899ff85 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Input/Output Parameters --> Parameter


# d8d19677 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Input/Output Parameter --> Parameters


# c1bf08c5 06-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/spelling-errors' into 'main'

Fix many spelling errors in manpages and comments

See merge request petsc/petsc!4283


# a5b23f4a 03-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix spelling errors in manpages and comments


# 2afd2872 02-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-refine-bc' into 'main'

DM+DT: Fix for equation copying

See merge request petsc/petsc!4270


# b8025e53 30-Aug-2021 Matthew G. Knepley <knepley@gmail.com>

DM+DT: Fix for equation copying
- Use PetscWeakFormCopy() in PetscDSCopyEquations()
- Replace labels in DMCopyDS()
- More debugging in FE


# 9b3f0822 24-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-orientation-rethink' into 'main'

Plex: Rethink Plex orientation

See merge request petsc/petsc!4218


# 012bc364 06-Aug-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: DMPlexTransform is now the way to manipulate a Plex
- Replace DMPlexCellRefiner with DMPlexTransform
- Replace CellRefinerInCellTest_Internal() with DMPolytopeInCellTest()
- Replace DMPlexCe

Plex: DMPlexTransform is now the way to manipulate a Plex
- Replace DMPlexCellRefiner with DMPlexTransform
- Replace CellRefinerInCellTest_Internal() with DMPolytopeInCellTest()
- Replace DMPlexCellRefinerGetAffineTransforms() with
DMPlexRefineRegularGetAffineTransforms()

show more ...


# b5a892a1 24-May-2021 Matthew G. Knepley <knepley@gmail.com>

DM: New idea for cell orientations
- Add DMPolytopeTypeGetNumArrangments()
- Add DMPolytopeTypeGetArrangment()
- Add DMPolytopeTypeGetVertexArrangment()
- Add DMPolytopeTypeComposeOrientation()
- Add

DM: New idea for cell orientations
- Add DMPolytopeTypeGetNumArrangments()
- Add DMPolytopeTypeGetArrangment()
- Add DMPolytopeTypeGetVertexArrangment()
- Add DMPolytopeTypeComposeOrientation()
- Add DMPolytopeTypeComposeOrientationInv()
- Add DMPolytopeGetOrientation()
- Add DMPolytopeGetVertexOrientation()
- Inversion now uses just negation instead of face size
- Remove DMPlexOrientCell(), DMPlexReverseCell(), DMPlexCompareOrientations()
- Add DMPlexOrientPoint()
- Add MPIU_4INT and MPI_4INT
- Rewrote transitive closure
- DMPlexGetTransitiveClosure_Depth1_Static() now correctly handles ornt
- PetscDualSpaceLagrange and PetscSection use the number of arragnements and not the cone size
- Update examples

show more ...


1...<<11121314151617181920>>...72