| #
28b400f6
|
| 03-Mar-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
pluck ~1000 low hanging PetscCheckFalse() -> PetscCheck() fruit
|
| #
5f80ce2a
|
| 24-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
chkerr and friends wrapped
|
| #
e7133dc4
|
| 28-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-fe-wxy-again' into 'main'
FE on triangular prisms
See merge request petsc/petsc!4826
|
| #
2df84da0
|
| 04-Dec-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DM+FE+DT: Added correct geometry and quadrature for triangular prism - Added affine geometry for triangular prism - Added PetscDTTensorQuadratureCreate() - Added PetscFECreateByCell() - Added PetscFE
DM+FE+DT: Added correct geometry and quadrature for triangular prism - Added affine geometry for triangular prism - Added PetscDTTensorQuadratureCreate() - Added PetscFECreateByCell() - Added PetscFECreateLagrangeByCell() - Added DMCreateFEDefault() - Now DMField uses PetscFECreateLagrange() - Refactored FE creation - If the degree is prescribed on a prism, do not create a tensor space - Use new interface in DMField_DS - Fix default creation when number of components is changed by command line
show more ...
|
| #
1241a243
|
| 13-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-01-05/c99' into 'main'
Feature: C99 and C++11
See merge request petsc/petsc!4700
|
| #
2c71b3e2
|
| 11-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
|
| #
9fbee547
|
| 03-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
deprecate PETSC_STATIC_INLINE
|
| #
9ace16cd
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
add PetscAssert() and PetscAssertFalse()
|
| #
7d3de750
|
| 12-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
make PetscInfo() variadic
|
| #
98921bda
|
| 28-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
SETERRQ[1-9]+ begone
|
| #
2717b553
|
| 17-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/plex-geometry-centroid-stable' into 'main'
DMPlex: stable computation of cell centroids
See merge request petsc/petsc!4721
|
| #
3f27a4e6
|
| 17-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlex: stable computation of cell centroids
|
| #
903c9085
|
| 15-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/simplify-dmplexfindvertices' into 'main'
DMPlexFindVertices: change args to Vec+IS
See merge request petsc/petsc!4647
|
| #
d3e1f4cc
|
| 13-Dec-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexFindVertices: change args to Vec+IS
|
| #
db02fa01
|
| 16-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-ptrimmed-space' into 'main'
Add PETSCSPACEPTRIMMED and simplify PETSCSPACEPOLYNOMIAL
See merge request petsc/petsc!4469
|
| #
ab031021
|
| 16-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mmcgurn/fvm-1d' into 'main'
Adds Support for 1D DMPlex FVM
See merge request petsc/petsc!4550
|
| #
9bf2564a
|
| 16-Nov-2021 |
Matt McGurn <matt@mcgurn.dev> |
Adds Support for 1D DMPlex FVM
|
| #
d92c4b9f
|
| 16-Oct-2021 |
Toby Isaac <tisaac@cc.gatech.edu> |
Fix DMLocatePoints_Plex() loop for finding points outside the domain
The loop was always choosing the first cell in the box: now it actually looks for the one with the closest point
|
| #
e86b8be5
|
| 12-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-location-1d' into 'main'
Plex: Turn on 1D point location
See merge request petsc/petsc!4438
|
| #
b26b5bf9
|
| 09-Oct-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Turn on 1D point location - Plex ex17 tests this
|
| #
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
|
| #
d29c418e
|
| 24-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-warnings' into 'main'
fix warnings from !4346
See merge request petsc/petsc!4353
|
| #
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 ...
|
| #
74cddf10
|
| 23-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-point-location-3d' into 'main'
Plex: Added 3D support for grid hashing
See merge request petsc/petsc!4346
|