| 7cd05799 | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Doc+Plex: Added function docs |
| 46fa42a0 | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Doc+Plex: More function docs - Make functions static - Move internal declarations |
| c501906f | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Doc+Plex: More function docs |
| c08575a3 | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Doc+Plex: Document DMPlexGetOrientedFace() and DMPlexSetSubpointMap() - Make functions static |
| 24cc2ca5 | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Doc+Plex: Document DMPlexCreateOverlapMigrationSF() - Make functions static |
| e9db6b00 | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Make functions static - Move internal declarations to private header |
| 62905474 | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Make functions internal |
| 39d25373 | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+HDF5: Make functions internal |
| df032b82 | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Make functions static |
| 9dad6f3f | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Make functions static |
| d5577e40 | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Doc+Plex: Document DMPlexCreateNeighborCSR() - Make functions static |
| 25e402d2 | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Doc+Plex: Document DMPlexPreallocateOperator() - Make functions static |
| a1fd77bc | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Make function static |
| 7508e736 | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+VTK: Make functions static |
| de0a4605 | 02-Feb-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+VTK: Make DMPlexVTKGetCellType() internal |
| 60218614 | 29-Jan-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+Gmsh: Read higher order cells and ignore extra nodes |
| 07c97367 | 29-Jan-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex3: Turn on tests for P3 |
| 2a705cac | 29-Jan-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Make in-box check more robust |
| 24c234d2 | 29-Jan-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Make in-cell check more robust to noise |
| 119f2cb4 | 27-Jan-2017 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in jed/fix-wmaybe-initialized (pull request #623)
Appease -Wmaybe-initialized for gcc-6.2/6.3 |
| e8a5f063 | 27-Jan-2017 |
Satish Balay <balay@mcs.anl.gov> |
fix more 'requires'
/sandbox/petsc/petsc.clone/src/dm/impls/plex/examples/tests/ex15.c:84: undefined reference to `PetscViewerHDF5Open' |
| e50b40e0 | 27-Jan-2017 |
Satish Balay <balay@mcs.anl.gov> |
some fixes for arch-mswin-uni |
| 462ae5cc | 26-Jan-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-configure-pragmatic'
* knepley/fix-configure-pragmatic: Configure: Update Pragmatic commit Plex: Renaming some test output Configure: Switch pragmatic to my branch |
| 03e8432d | 25-Jan-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-plex-tests-new
* master: (37 commits) fortran: include petscversion.h test: c++ pipeline build fix for d2a797cfef64a79a330b420f01b2d605a8acc690 Extra
Merge branch 'master' into knepley/feature-plex-tests-new
* master: (37 commits) fortran: include petscversion.h test: c++ pipeline build fix for d2a797cfef64a79a330b420f01b2d605a8acc690 Extract the submatrices Convert C Null pointer to Fortran in Fortran stub before passing back to user PC Galekin and KSP should properly propagate calls to SetFromOptions to subsolvers Converted Fortran PetscSF to Fortran type, added PETSC_NULL_SF clarification in documentation Update of petscdiff and associated harness hooks Fixup more F90 interface definitions for users More space-in-dirname enabling quotes Enable paths with spaces add cast; bugfix for 64bit Typo -- initialized TESTFLAGS to -v by mistake Adding new options to test framework gtest: add valgrind support [when PETSC_ARCH has 'valgrind' in the name] bugfix for unsorted ISCols optimize matgetsubmatrices_mpiaij to use only one MPI_AllReduce small cleanup MatGetSubMatrices_MPIAIJ_Local() rm allcolumns from the input of MatGetSubmatrices_mpiaij_local() add a test to ex4.c for reuse ...
show more ...
|
| 137d0469 | 24-Jan-2017 |
Jed Brown <jed@jedbrown.org> |
Appease -Wmaybe-initialized for gcc-6.2/6.3 |