| 9e63cc69 | 20-Sep-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMLabelGetStratumSize: No need to do DMLabelMakeValid_Private().
Factor out DMLabelGetStratumSize_Private() |
| 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 ...
|
| 19ad8254 | 03-Sep-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Allow viewing coordinates in other coordinate systems |
| a4855d5c | 29-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release' |
| c6c1f73d | 29-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'nathawani/fixes-hdf5-timestepping' into 'main'
HDF5 timestepping fixed
See merge request petsc/petsc!4376 |
| 64a44b30 | 28-Sep-2021 |
nathawani <darshkir@buffalo.edu> |
HDF5 timestepping fixed
- Push and Pop timestep in VecView_Plex_Local_HDF5_Internal() |
| 27104ee2 | 16-Sep-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
PetscStack is on the stack now, removing the need to 'initialize' it so it can always be used. The entire API has also been intern'ed since it is only internally used in select instances. |
| 0db0a0ab | 27-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-geom-nonplanar' into 'main'
Plex: Fix FVM geometry to handle non-planar faces
See merge request petsc/petsc!4366 |
| 4f99dae5 | 27-Sep-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix FVM geometry to handle non-planar faces - Update Plex ex8 to test new code |
| 00d473e3 | 21-Sep-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
plex ex60: testing for isotropic metrics |
| 9a9bc076 | 21-Sep-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
plex ex3: no need to filter Pragmatic DEBUG |
| 3e32e87a | 21-Sep-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
plex ex19: use DMPlexMetricCreateUniform |
| 20282da2 | 20-Sep-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
plex metric: utilities for Riemannian metric |
| 999739cf | 23-Sep-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix some spurious linter warnings and move certain headers to the private directory. Added internal PetscDisableStaticAnalyzerForExpressionUnderstandingThatThisIsDangerousAndBugprone() macro to disab
Fix some spurious linter warnings and move certain headers to the private directory. Added internal PetscDisableStaticAnalyzerForExpressionUnderstandingThatThisIsDangerousAndBugprone() macro to disable static analyzer for a single expression and a test for it. Improved the testing logic slightly.
show more ...
|
| a5cae605 | 24-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
fix warnings from !4346 pj02: ./configure --with-debugging=0 COPTFLAGS='-O3 -march=native' CXXOPTFLAGS='-O3 -march=native' FOPTFLAGS='-O3 -march=native' --with-mpi=0 --with-scalar-type=complex --with
fix warnings from !4346 pj02: ./configure --with-debugging=0 COPTFLAGS='-O3 -march=native' CXXOPTFLAGS='-O3 -march=native' FOPTFLAGS='-O3 -march=native' --with-mpi=0 --with-scalar-type=complex --with-precision=single --with-64-bit-indices
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
/home/glci/builds-stage1/AbTGp5-t/2/petsc/petsc/src/dm/impls/plex/plexgeometry.c: In function ‘DMPlexComputeGridHash_Internal’: /home/glci/builds-stage1/AbTGp5-t/2/petsc/petsc/src/dm/impls/plex/plexgeometry.c:151:19: error: ‘segA[5]’ may be used uninitialized in this function [-Werror=maybe-uninitialized] const PetscReal s0_z = p1_z - p0_z; ^~~~ /home/glci/builds-stage1/AbTGp5-t/2/petsc/petsc/src/dm/impls/plex/plexgeometry.c:699:23: note: ‘segA[5]’ was declared here PetscReal segA[6], segB[6], segC[6]; ^~~~
show more ...
|
| 0ce9f043 | 07-Sep-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
fix %d -> %D in plexhdf5.c |
| e032ffc8 | 23-Sep-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Point location fixes for Lawrence |
| 3285882a | 22-Sep-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex17: Added hashing tests for point location |
| ddce0771 | 22-Sep-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added 3D support for grid hashing - Added -dm_plex_hash_box_faces - Fixed bug in PetscGridHashGetEnclosingBox() - Changed to looking at intersection of cell edges and box faces |
| 0d26bb91 | 20-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/2021-09-20/docs-fix-html-links' into 'main'
Docs: add new DMPlex tutorials to makefile example list
See merge request petsc/petsc!4331 |
| 6e7e9d65 | 20-Sep-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: add new DMPlex tutorials to makefile example list
Reported-by:Sergio Bengoechea <sergio.bengoechea@ovgu.de> Thanks-to: Lawrence Mitchell <lawrence@wence.uk> |
| 763607cf | 20-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jwallwork23/dmadapt-metric-fix' into 'main'
Fix metric-based mesh adaptation in dmadapt
See merge request petsc/petsc!4315 |
| dd400576 | 26-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Style: replace "!rank" with "rank == 0"
In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds les
Style: replace "!rank" with "rank == 0"
In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds less tightly, so the result of the computation would otherwise change.
show more ...
|
| 7a8154cb | 13-Sep-2021 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
plex fem: catch zero fields case |
| 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 |