| 52054096 | 19-Oct-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'jed/doc-restore-zeros-pointer'
* jed/doc-restore-zeros-pointer: DMPlex: fix my mistake using NULL in place of (int) 0 doc: restore functions in PETSc zero their arguments
Conflict
Merge branch 'jed/doc-restore-zeros-pointer'
* jed/doc-restore-zeros-pointer: DMPlex: fix my mistake using NULL in place of (int) 0 doc: restore functions in PETSc zero their arguments
Conflicts: src/dm/impls/plex/plex.c
show more ...
|
| 166d9d0c | 18-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix bug with multiple point labels for cohesive completion |
| dcbb62e8 | 18-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Allow an increase in support size for split points in hybrid construction |
| 06acb219 | 18-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed compiler warning |
| c9b6e71a | 18-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex5: Added a new quad test - Its broken for a good reason, need to deal with fault boundaries |
| 20fca4b7 | 18-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex5: Added test output |
| feb38197 | 18-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex4 and ex5: Added new hexahedral test |
| d7c8f101 | 18-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Streamlined marking of points along a fault - Changed iteration strategy - Added comments |
| 320ba4d2 | 18-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-doc-small'
* knepley/fix-plex-doc-small: DMPlex: Small doc fix Doc: typo fix for location of bagimpl.h |
| 31266bc0 | 18-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Small doc fix |
| dd742cf1 | 17-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Check whether default section exists to be reordered |
| e52b0907 | 17-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex3: Fixed multicomponent functions - These were zero in all but the first component due to an earlier error |
| c2166f76 | 17-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Cleaned up uses of DMPlexGet/SetCoordinateSection() |
| c5325cd9 | 17-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex3: Added 2D Q_1 and 3D P_2 tests - Added -simplex argument - Uses DMDA for quad tests |
| 37b16e26 | 17-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMDA: Added DMDAProjectFunction() and DMDAComputeL2Diff() |
| 3916af50 | 17-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Added DMGet/SetCoordinateSection() - Removed obsolete DMPlexGetCoordinateSection() |
| 29a5cbdc | 10-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Compiler: Fix warnings from MPI impls which do not initialize outputs
(cherry picked from commit d892089bd4a83d5450f25ac15dd2b0a661537089) |
| 211f4af5 | 15-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed compiler warning |
| f72afddd | 14-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-examples'
* knepley/fix-plex-examples: SNES ex62: Remove code generation DMPlex ex7: Added missing test output SNES ex52: Removed old Jacobian stuff, and fixed c
Merge branch 'knepley/fix-plex-examples'
* knepley/fix-plex-examples: SNES ex62: Remove code generation DMPlex ex7: Added missing test output SNES ex52: Removed old Jacobian stuff, and fixed call to DMPlexProjectFunction() - Fixed calls for new element handling SNES ex12: Added a performance profiling mode DMPlex ex8: Fixed leak PetscSection: Must reset the section when changing the number of fields DMPlex ex7: Fixed test output - Corrected orientations in interpolation DMPlex ex1: Fixed test output - Uniform refinement for quads changed DMPlex: Fix overagressive checks
show more ...
|
| 2d5d10db | 11-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex4: Added hybrid hex tests |
| 07df11b3 | 11-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex4: Added test with 6 tets |
| 57bcd6bc | 11-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex4: Now check initial mesh for consistency |
| 37a6de01 | 11-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix bug with DMPlexLabelCohesiveComplete() - Must mark point with correct dimension |
| 4bae88c7 | 11-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix bug in uniform refinement - Prevent negative result in subface helper function |
| d4622b2c | 11-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix bug with hybrid mesh creation - Have to put in cell closure when cell is marked, since we check faces of neighboring cells |