History log of /petsc/src/dm/impls/plex/plex.c (Results 526 – 550 of 1780)
Revision Date Author Comments
# e45f02b0 17-Jul-2019 Matthew G. Knepley <knepley@gmail.com>

Plex+Doc: Better seealso


# 6a37434b 13-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-malloc-tracing' into 'master'

Knepley/feature malloc tracing

See merge request petsc/petsc!3163


# ef1259fa 10-Sep-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Log connectivity memory with parent


# ee90678e 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-adaptive-interpolation' into 'master'

Knepley/feature plex adaptive interpolation

See merge request petsc/petsc!3018


# 16924cb1 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc!3064

show more ...


# 2da392cc 17-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability
/spend 1.5h


# 557cf195 31-Jan-2019 Matthew G. Knepley <knepley@gmail.com>

DM+SNES: Preliminary adaptive interpolation
- Using the scheme from BootstrapAMG with some modifications to apply to GMG
- Moved adaptive interpolation into DM from Plex
- Added event for adaptation

DM+SNES: Preliminary adaptive interpolation
- Using the scheme from BootstrapAMG with some modifications to apply to GMG
- Moved adaptive interpolation into DM from Plex
- Added event for adaptation
- Added routine to check an interpolator
- Added viewer for coarse and fine vectors used for interpolation optimization
- Add coarse space determined by eigenvectors
- Right now adaptive interpolation is unweighted

show more ...


# fe4f3632 15-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-stokes-tutorial' into 'master'

Knepley/feature plex stokes tutorial

See merge request petsc/petsc!3038


# 8cda7954 10-Aug-2020 Matthew G. Knepley <knepley@gmail.com>

DM: Nullspace constructor should report old and new field numbers


# 2a66c187 28-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/plex-locate-log' into 'master'

added timer for DMPLexLocatePoints

See merge request petsc/petsc!2993


# cadf77a0 26-Jul-2020 Mark Adams <mfadams@lbl.gov>

added timer for DMPLexLocatePoints


# 91a15f61 16-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-ball' into 'master'

Knepley/feature plex ball

See merge request petsc/petsc!2977


# 51a74b61 15-Jul-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixed sphere and ball meshes, and cleaned up refinement
- Added function to DMPlex to remap new coordinates
- Refinement must copy coordinate discretization
- Fixed sphere mesh to be the unit s

Plex: Fixed sphere and ball meshes, and cleaned up refinement
- Added function to DMPlex to remap new coordinates
- Refinement must copy coordinate discretization
- Fixed sphere mesh to be the unit sphere
- DMPlexCheckGeometry() cannot check surfaces

show more ...


# afbb2908 10-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-swarm-fortran' into 'master'

Knepley/feature swarm fortran

See merge request petsc/petsc!2680


# 3e9753d6 28-Mar-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Move FEM assembly from dmplexsnes.c to plexfem.c, and fix DMCreateMassMatrix()
- Create regular mass matrix if we pass in the same DM to DMCreateMassMatrix()
- Changed DMPlexSNESGetGeometryFVM(

Plex: Move FEM assembly from dmplexsnes.c to plexfem.c, and fix DMCreateMassMatrix()
- Create regular mass matrix if we pass in the same DM to DMCreateMassMatrix()
- Changed DMPlexSNESGetGeometryFVM() to DMPlexGetGeometryFVM()
- Changed DMPlexSNESGetGradientDM() to DMPlexGetGradientDM()

Co-authored-by: Mark Adams <mfadams@lbl.gov>

show more ...


# bfb203ca 25-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-plexrefiner-boundarylayer' into 'master'

feature plexrefiner boundarylayer

See merge request petsc/petsc!2881


# 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


# bb197d40 17-May-2020 Jed Brown <jed@jedbrown.org>

DMPlexSetClosurePermutationTensor: set permutation at every depth


# c459fbc1 17-May-2020 Jed Brown <jed@jedbrown.org>

PetscSection: refactor closure permutations to enable multiple depths

PetscSectionGetClosurePermutation(), PetscSectionSetClosurePermutation(), and
PetscSectionGetClosureInversePermutation() all req

PetscSection: refactor closure permutations to enable multiple depths

PetscSectionGetClosurePermutation(), PetscSectionSetClosurePermutation(), and
PetscSectionGetClosureInversePermutation() all require a new argument depth and
the getters require closure size to be specified by the caller. This allows
multiple closure permutations to be specified, e.g., for mixed topology meshes
and boundary faces.

show more ...


# d4961f80 07-Jun-2020 Stefano Zampini <stefano.zampini@gmail.com>

DMPlexChecks: add cell types to errors


# 8346c7d0 18-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/haplav/cherry-pick/stefanozampini/fix-overzelous-maybeuseduninitialized' into maint

cherry pick !2854 to maint

See merge request petsc/petsc!2884


# d15c9c68 11-Jun-2020 Stefano Zampini <stefano.zampini@gmail.com>

Silent overzelous warnings "may be used uninitialized in this function [-Wmaybe-uninitialized]"

(cherry picked from commit 327c29124044e41e7dea4a61d2a89df37b022c42)


# e863f008 14-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/feature-dmplex-orth-qual' into 'master'

Compute cell-wise orthogonal quality

See merge request petsc/petsc!2808


# f108dbd7 28-Apr-2020 Jacob Faibussowitsch <jacob.fai@gmail.com>

Compute cell-wise orthogonal quality, optionally tagging cells below absolute tolerance with
DM_ADAPT_REFINE in DMLabel for refinement


# 7a32ffbe 14-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/2020-05-30/trivial-sizeof-fixes'

Updated the use of sizeof() when possible instead of using hardwired sizes for...

See merge request petsc/petsc!2827


1...<<21222324252627282930>>...72