| 961cfab0 | 03-Aug-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexBuildFromCellList{,Parallel}: write to array of all cones directly |
| caa22a8a | 04-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rlwalker/feature-plex-example-poroelasticity-cryer' into 'master'
Rlwalker/feature plex example poroelasticity cryer
See merge request petsc/petsc!3013 |
| 8ddadb14 | 03-Aug-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexBuildFromCellListParallel: make output PetscSF arg optional |
| 56cf3b9c | 27-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Need to add BC for the solution time derivative in TS problems - Added DMPlexInsertTimeDerivativeBoundaryValues() - Added time derivative of the solution argument to DMAddBoundary(), DMGetBou
Plex: Need to add BC for the solution time derivative in TS problems - Added DMPlexInsertTimeDerivativeBoundaryValues() - Added time derivative of the solution argument to DMAddBoundary(), DMGetBoundary(), PetscDSAddBoundary(), PetscDSUpdateBoundary(), PetscDSGetBoundary()
show more ...
|
| 15cee007 | 22-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Label boundary of sphere mesh |
| 0c364540 | 22-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Allow us to specify that an output vector has 0 boundary conditions - This is for residuals |
| b09969d6 | 30-Jul-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Expose DMPlexBuildFromCellList and friends.
* DMPlexBuildFromCellList_Parallel_Internal -> DMPlexBuildFromCellListParallel * DMPlexBuildCoordinates_Parallel_Internal -> DMPlexBuildCoordinatesFromCel
Expose DMPlexBuildFromCellList and friends.
* DMPlexBuildFromCellList_Parallel_Internal -> DMPlexBuildFromCellListParallel * DMPlexBuildCoordinates_Parallel_Internal -> DMPlexBuildCoordinatesFromCellListParallel * DMPlexBuildFromCellList_Internal -> DMPlexBuildFromCellList * DMPlexBuildCoordinates_Internal -> DMPlexBuildCoordinatesFromCellList * DMPlexCreateFromCellList{,Parallel}Petsc manpage improvements
show more ...
|
| 3612f820 | 30-Jul-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexBuildCoordinates_Parallel_Internal: remove redundant arg numV |
| 6cbf6523 | 29-Jul-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
DMPlexBuildFromCellList_{,Parallel}_Internal: use DM dim, not coordinate dim |
| 188f3edd | 01-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-high-order-geom-example' into 'master'
Knepley/feature plex high order geom example
See merge request petsc/petsc!3008 |
| 8b438e21 | 29-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex33: Test high order geometry using integrals
Co-Authored-by: Jed Brown <jed@jedbrown.org> |
| 8f861fbc | 27-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+Exodus: Fix input - Can have meshes with different embedding dimension - Fixed handling of prisms - Now read the cell type |
| d0fcb9c2 | 27-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Turn on some options for extrusion |
| cdaaecf7 | 29-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix DMPlexRemapGeometry() - We must destroy the existing coordinates - Fixed moduli for shear |
| cadf77a0 | 26-Jul-2020 |
Mark Adams <mfadams@lbl.gov> |
added timer for DMPLexLocatePoints |
| a4a685f2 | 09-Feb-2020 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add DMPlexCreateFromCellList[Parallel]Petsc and marked previous namesake as deprecated. New function accpets only petsc datatypes, old function performs types conversions within. Affects tetgen, ctet
Add DMPlexCreateFromCellList[Parallel]Petsc and marked previous namesake as deprecated. New function accpets only petsc datatypes, old function performs types conversions within. Affects tetgen, ctetgen, and any createfromcelllist[parallel] interfaces.
show more ...
|
| 33a088b6 | 16-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Gmsh 4.1 allows holes in the node numbering |
| 0e278f6a | 15-Jul-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex1: Added sphere and ball tests - Updated Plex ex7 |
| 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 ...
|
| 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 ...
|
| 7876ad9a | 09-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-fe-hybrid-aux' into 'master'
Knepley/fix fe hybrid aux
See merge request petsc/petsc!2950 |
| c36ee893 | 06-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/partitioner' into 'master'
PetscPartitioner: Reorganize code in a proper package subtree
See merge request petsc/petsc!2941 |
| b5675b0f | 05-Jul-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix missing crucial error checking in one example, add trivial error checking in many other examples. Fix a few printf() to PetscPrintf()
Commit-type: error-checking, testing-fix, style-fix, example
Fix missing crucial error checking in one example, add trivial error checking in many other examples. Fix a few printf() to PetscPrintf()
Commit-type: error-checking, testing-fix, style-fix, example /spend 45m
show more ...
|
| 4dff28b8 | 24-Jun-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: When creating the section, fix hybrid counting for perms/flips |
| abe9303e | 02-Jul-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscPartitioner: Reorganize code in a proper package subtree |