History log of /petsc/src/dm/interface/dm.c (Results 426 – 450 of 1790)
Revision Date Author Comments
# 8121b8c6 13-Aug-2021 Satish Balay <balay@mcs.anl.gov>

fix checkbadSource "Double blank lines"


# 96344195 13-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# b186321d 12-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/doc-dm-preallocate' into 'release'

DM: Document prellocation better

See merge request petsc/petsc!4230


# f27dd7c6 12-Aug-2021 Matthew G. Knepley <knepley@gmail.com>

DM: Document prellocation better


# 82a6ae78 28-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-some-missing-chkerr' into 'main'

Some missing CHKERR[Q|MPI]

See merge request petsc/petsc!4190


# 1e1ea65d 27-Jul-2021 Pierre Jolivet <pierre@joliv.et>

Some missing CHKERR[Q|MPI]


# 3df9293f 29-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 18e93c00 27-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/dmplex-labels/release' into 'release'

DMPLEX: Update sequential mesh readers to create cell/face/vertex labels at all processes

See merge request petsc/petsc!4133


# 461a15a0 23-Jun-2021 Lisandro Dalcin <dalcinl@gmail.com>

DM: Add intern routine for faster setting of label values by label name


# 1a4d47e2 17-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-copy-ds' into 'main'

Plex: Fix projection for different dimension in input and output - Set height...

See merge request petsc/petsc!4098


# df911668 08-Jun-2021 Matthew G. Knepley <knepley@gmail.com>

DM: Must copy hybrid flag from DS


# c2c1a548 07-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-project-bd' into 'main'

Plex: Fix projection for different dimension in input and output

See merge request petsc/petsc!4055


# 2ccac677 02-Jun-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Vertex-only meshes cannot be localized


# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


# a531cba2 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-creation' into 'main'

Plex: Better handling of coordinate space

See merge request petsc/petsc!4007


# 909dfd52 20-May-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Can now create FV ghost cells from options


# 15e7bcca 20-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-dm-aux-data-keys' into 'main'

Plex: Updates to declarative interface for FEM problems

See merge request petsc/petsc!3972


# 04c51a94 06-Apr-2021 Matthew G. Knepley <knepley@gmail.com>

DM+Plex: Now auxliary data is retrieved by key


# 68ce86a1 18-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-ceed-integration' into 'main'

Plex: Initial CEED integration

See merge request petsc/petsc!3918


# f918ec44 11-Apr-2021 Matthew G. Knepley <knepley@gmail.com>

DM+Plex+FE: Initial CEED integration
- Plex ex42: Surface area CEED example


# 4a7ee7d0 12-May-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Hybrid dm must shared celltype label with coordinate dm
- Added DMSetLabel()


# 9318fe57 11-Apr-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Now meshes can be created automatically from the command line, and some more fixes
- Changed internal mesh creation functions to operate on a DM instead of
creating a new one so that they can h

Plex: Now meshes can be created automatically from the command line, and some more fixes
- Changed internal mesh creation functions to operate on a DM instead of
creating a new one so that they can happen with options
- Fixed coordinates in CreateCubeBoundary_Internal()
- Added DMPlexShape for prebuilt meshes
- Added DMPlexIsSimplex()
- Added DMPlexCreateCoordinateSpace()
- DMPlexDistributeCoordinates() should copy the coordinate
discretization
- DMPlexInterpolateFaces_Internal() should be careful to preserve the
lower bound when resetting the chart
- PetscSectionSetChart() should ignore entries that match the current
ones
- Added DMPolytopeTypeSimpleShape()
- Do not require an EGADS model for TetGen
- Detail ASCII viewer shows all labels
- Default viewer shows periodicity

show more ...


# 005520e9 13-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-03-26/clang-static-linter' into 'main'

Feature: libClang PETSc Macro Static Analyzer

See merge request petsc/petsc!3773


# 064a246e 11-May-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX f

Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX for validity. Automatically generates diff files for problems with a known solution.

show more ...


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