| #
2adcc780
|
| 01-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Added DMCreateSuperDM()
|
| #
7ca8c917
|
| 01-Dec-2017 |
Satish Balay <balay@mcs.anl.gov> |
Revert "Plex: Bad merge for composed functions"
This reverts commit 9266379ef208e9bb5599498050870c8be6382a3a.
|
| #
e8a7dd7f
|
| 23-Nov-2017 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'maint'
* maint: Spell check: interger -> integer petscsys.h : partial man page cleanup configure exodusii: pass HDF5_DIR to Exodus cmake Docs: DMPlex man page and source commen
Merge branch 'maint'
* maint: Spell check: interger -> integer petscsys.h : partial man page cleanup configure exodusii: pass HDF5_DIR to Exodus cmake Docs: DMPlex man page and source comments fixes Docs: Manual: clarifications for DMPlex chapter
show more ...
|
| #
3ae42409
|
| 23-Nov-2017 |
Patrick Sanan <patrick.sanan@gmail.com> |
Merged in psanan/petsc-docproject/psanan/dmplex-docs-update (pull request #773)
Psanan/dmplex docs update
Approved-by: Matthew Knepley <knepley@gmail.com>
|
| #
ab166b77
|
| 20-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge remote-tracking branch 'origin/maint'
|
| #
5bee3463
|
| 20-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/feature-glvis-homesh' into maint
|
| #
73a8878f
|
| 16-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/remove-petscdatatype-dmgetworkarray'
|
| #
e366c154
|
| 15-Nov-2017 |
Jed Brown <jed@jedbrown.org> |
Merge commit 'd47bf9aaf1e5266cc3f0ff499f934c85788965a9' into jed/fix-matcreatempibaij/maint
Obtain changed (v3.5) handling of MatMPIBAIJSetPreallocationCSR to match documentation.
|
| #
4c67ea77
|
| 14-Nov-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlex: always read options to not be bothered by options_left
use cutLabel consistently instead of cutMarker
|
| #
69291d52
|
| 22-Oct-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove use of PetscDataType from DMGetWorkArray() and one absurd usage
Part of process of removing PetscDataType from PETSc since it duplicates MPI_Datatype Commit-type: style-fix Thanks-to: Jed Bro
Remove use of PetscDataType from DMGetWorkArray() and one absurd usage
Part of process of removing PetscDataType from PETSc since it duplicates MPI_Datatype Commit-type: style-fix Thanks-to: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
e75865b8
|
| 12-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/knepley/feature-plex-l2-projection'
|
| #
bd041c0c
|
| 25-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Added DMCreateMassMatrix() - Added Plex implementation, but not for nested case yet - We want this for L2 projection to supplement interpolation/restriction
|
| #
63ae3eca
|
| 19-Oct-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/dmplex-boxmesh-1d (pull request #778)
DMPlexCreateBoxMesh: Support for 1D meshes
|
| #
fdbf62fa
|
| 17-Oct-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
DMPlexCreateBoxMesh: Support for 1D meshes
|
| #
0b342fd5
|
| 14-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-adaptor-plex
* master: (56 commits) test: Disable TS ex19 with single precision PETSCVIEWERGLVIS: Support DMView_DA() out of VecView_GLVis() test: Fi
Merge branch 'master' into knepley/feature-adaptor-plex
* master: (56 commits) test: Disable TS ex19 with single precision PETSCVIEWERGLVIS: Support DMView_DA() out of VecView_GLVis() test: Fix TS ex19 time drift issue with quad precision testing Minor edit to 3.8 changes log for AIJMKL/BAIJMKL. Bib: Added ref Plex: Change initializers for C89 small update as complained by nightly tests doc: fix missing from 0e50f9e530a7b78427514d3e384f6941d4a9cc62 small fix for nightly tests PetscDualSpaceApplyFVM(): Fix for change in dual space semantics Plex: All tests now passing after DMPlexCreateBoxMesh() update cleanup MatPtAP_MPIAIJ_MPIAIJ; rm MatPtAPXXX_MPIAIJ_MPIAIJ_ptap() update MatView_MUMPS() PFLOW: Bug-fix in parser. PFLOW: Bug-fix in parser. Plex: Small fix for box meshing Plex: Unified box mesh creation to DMPlexCreateBoxMesh() - Makes simplices and tensor cells - Does not work for all combinations, but gives correct error Plex: Added bounds and faces in each dim to DMPlexCreateBoxMesh() Plex: Added domain bounds to HexBoxMesh() ...
show more ...
|
| #
9266379e
|
| 12-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Bad merge for composed functions
|
| #
eaf898f9
|
| 02-Oct-2017 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: DMPlex man page and source comments fixes
* remove sieve mentions from all DMPlex man pages and source comments * DMPlexSymmetrize man page: typo fix * DMPlexCreateExodusFromFile man page: fix
Docs: DMPlex man page and source comments fixes
* remove sieve mentions from all DMPlex man pages and source comments * DMPlexSymmetrize man page: typo fix * DMPlexCreateExodusFromFile man page: fix function name * DMPlexCreateCubeBoundary man page typo fix
show more ...
|
| #
0fd6f28e
|
| 11-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-plex-boxmesh-create'
* knepley/feature-plex-boxmesh-create: testing Plex: Change initializers for C89 Plex: All tests now passing after DMPlexCreateBoxMesh() upda
Merge branch 'knepley/feature-plex-boxmesh-create'
* knepley/feature-plex-boxmesh-create: testing Plex: Change initializers for C89 Plex: All tests now passing after DMPlexCreateBoxMesh() update Plex: Small fix for box meshing Plex: Unified box mesh creation to DMPlexCreateBoxMesh() - Makes simplices and tensor cells - Does not work for all combinations, but gives correct error Plex: Added bounds and faces in each dim to DMPlexCreateBoxMesh() Plex: Added domain bounds to HexBoxMesh()
show more ...
|
| #
a2d93b2d
|
| 09-Oct-2017 |
Mark Adams <mfadams@lbl.gov> |
testing
|
| #
7679eb90
|
| 08-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Change initializers for C89
|
| #
302af746
|
| 05-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Small fix for box meshing
|
| #
768d5fce
|
| 05-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Unified box mesh creation to DMPlexCreateBoxMesh() - Makes simplices and tensor cells - Does not work for all combinations, but gives correct error
|
| #
42c1443f
|
| 05-Oct-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added bounds and faces in each dim to DMPlexCreateBoxMesh()
|
| #
f56c5c00
|
| 25-Apr-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Added domain bounds to HexBoxMesh()
|
| #
a613508e
|
| 19-Sep-2017 |
Satish Balay <balay@mcs.anl.gov> |
more remove __FUNCT__
|