History log of /petsc/src/dm/impls/plex/plextree.c (Results 101 – 125 of 393)
Revision Date Author Comments
# 820f2d46 03-Apr-2021 Barry Smith <bsmith@mcs.anl.gov>

All MPIU_ functions except MPIU_File return MPI error codes for checking

Update checkbadSource to find use of CHKERRQ with MPIU_ functions

Commit-type: i.e. error-checking, optimization, bug-fix, p

All MPIU_ functions except MPIU_File return MPI error codes for checking

Update checkbadSource to find use of CHKERRQ with MPIU_ functions

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:
Development Tools: Vim, Emacs, Eclipse

show more ...


# 7ab9467e 02-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/sf-change-api' into 'main'

Change some SF APIs mentioned in the ECP paper

See merge request petsc/petsc!3659


# 72502a1f 22-Feb-2021 Junchao Zhang <jczhang@mcs.anl.gov>

SF: rename SFCreateEmbeddedSF to SFCreateEmbeddedRootSF


# ad227fea 27-Feb-2021 Junchao Zhang <jczhang@mcs.anl.gov>

SF: add an MPI_Op argument to SFBcast


# bdea225a 30-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'

Convert MPI error type to PETSc error with string message for all MPI calls

See merge request petsc/petsc!3326


# ffc4695b 08-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their
errors better.

The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces
seemingly random failures.

Commit-type: error-checking
/spend 30m

show more ...


# f73ac301 23-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/plex-tensor-closure-depth' into 'master'

Jed/plex tensor closure depth

See merge request petsc/petsc!2802


# 7f8983b1 19-Jun-2020 Jed Brown <jed@jedbrown.org>

DMPlexComputeInterpolatorTree: fix maxDof array sizing

Commit-type: bug-fix


# fc724d8e 13-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-projection-label' into 'master'

Plex: This fixes a pernicious bug with projection - When setting points along...

See merge request petsc/petsc!2773


# 71f0bbf9 05-May-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Abstract getting dof indices on closure
- Added DMPlexMatSetClosureGeneral()
- Changed interface for existing DMPlexGetClosureIndices()


# 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


# 3b7b15c8 26-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-dm-remove-hybrid' into 'master'

Knepley/feature dm remove hybrid

See merge request petsc/petsc!2614


# 412e9a14 01-Mar-2020 Matthew G. Knepley <knepley@gmail.com>

DM+Plex: Removed the idea of hybrid and ghost cells, in favor of cell type
- Improved Plex tests to work for other cell types
- Plex creation, interpolation, submesh, and refinement routines now set

DM+Plex: Removed the idea of hybrid and ghost cells, in favor of cell type
- Improved Plex tests to work for other cell types
- Plex creation, interpolation, submesh, and refinement routines now set the cell type
- Distribution sorts strata by cell type
- Fixed orientation of prisms from input formats
- Added Plex ex40 to test regular refinement
- CellRefiner is a PetscObject
- dm_plex_cell_refiner chooses the refinement strategy
- Removed SimplexToTensor stuff in favor of ToHex refiner
- Most functions take DMPolytopeType instead of CellRefiner
- CellRefinerInCellTest_Internal()
- CellRefinerGetAffineTransforms_Internal()
- CellRefinerGetAffineFaceTransforms_Internal()
- DMForest now responds to DMPlexGetOverlap() and propagates its overlap to the underlying Plex
- Use DMPlexComputeCellType_Internal() to classify a cell based only on topology
- Added DMPlexGetSimplexOrBoxCells() to replace DMPlexGetInteriorCellStratum()
- Added DM_POLYTOPE_POINT_PRISM_TENSOR
- Added DMPolytopTypeGetDim() and DMPolyTopeTypeGetConeSize()
- Added DMLabelSetStratumBounds()
- Added DMPlexSetCellType()
- Added celltypes to DMView()
- Added DMPolytopeTypeGetNumVertices()
- Added DMPlexCreateReferenceCellByType()
- Added DMPolytopeTypeFromGmsh()
- Made DMPlexRefineUniform() public

show more ...


# 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>


# 000b0a7d 18-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/fix-dmplexclosureindices-local-section' into 'master'

DMPlexGetClosureIndices: fix indexing for local section

See merge request petsc/petsc!2526


# 36fa2b79 14-Feb-2020 Jed Brown <jed@jedbrown.org>

DMPlexGetIndicesPointFields_Internal: add islocal argument and docs

This fixes a serious bug in DMPlexGetClosureIndices (and likely many
other places) that returns corrupt local indices in case a co

DMPlexGetIndicesPointFields_Internal: add islocal argument and docs

This fixes a serious bug in DMPlexGetClosureIndices (and likely many
other places) that returns corrupt local indices in case a constrained
component is not last. See example in new comment for
DMPlexGetIndicesPointFields_Internal. The prior behavior was correct
for global sections, but many/all uses were with local sections.

The same bug applies to DMPlexGetIndicesPoint_Internal, which is also
updated in this commit.

Thanks-to: Matthew Knepley <knepley@gmail.com>

show more ...


# 5d107231 12-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-more-typos' into 'master'

Fix more typos and add missing examples

See merge request petsc/petsc!2511


# fd292e60 12-Feb-2020 prj- <pierre.jolivet@enseeiht.fr>

Fix more typos and add missing examples


# 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 ...


# 78b8d9f0 03-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# b89b8d71 03-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2019-09-29/fix-uninitialized-warnings' into 'maint'

Add dummy initialize values and change code organization slightly to prevent...

See merge request petsc/petsc!2121


# 277f51e8 03-Oct-2019 Barry Smith <bsmith@mcs.anl.gov>

Add dummy initialize values and change code organization slightly to prevent incorrect compiler warnings about unitialized values

Fix a int that should be a size_t, fix handling of long

Add additio

Add dummy initialize values and change code organization slightly to prevent incorrect compiler warnings about unitialized values

Fix a int that should be a size_t, fix handling of long

Add additional details for PetscDataType to prevent possible confusion

Commit-type: portability-fix
Reported-by: Satish Balay <balay@mcs.anl.gov>
Thanks-to: Jed Brown <jed@jedbrown.org>

show more ...


12345678910>>...16