| 975da810 | 01-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex4: Test for hex refinement now working - Fixed deadlock with parallel test |
| 6b852384 | 01-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix support of face edges using orientation info in hex refinement |
| afb2665b | 01-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix interiors faces in hex refinement |
| a3f78057 | 01-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Get correct support for split faces by using orientation info in hex refinement |
| aaebbb9d | 01-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Properly orient split faces in hex refinement |
| b164cbf2 | 01-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed bug with numbering subcells in hex refinement |
| e3f8b1d6 | 01-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Added GetQuadEdge_Static() and GetQuadSubface_Static() - This is my nice way of getting parts of orientated mesh pieces |
| a660e16c | 01-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed typo in refinement |
| c91aceda | 01-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed vertex numbering in coordinate generation for refinement |
| da00770f | 01-Oct-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed leak in refinement |
| 4ff43b2c | 30-Sep-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
DMPlex: fix my mistake using NULL in place of (int) 0 |
| 0a7e1f69 | 27-Sep-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix leaks in preallocation debugging |
| fb47e2fe | 27-Sep-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Put in guard for preallocation sections which are smaller than the SF |
| 1f2da991 | 26-Sep-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix leaks |
| 86eda3b1 | 26-Sep-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-fem-0d'
* knepley/fix-fem-0d: PetscDualSpace: Updated to new PetscQuadrature names PetscDualSpace: Add 0d corner case PetscQuadrature: Add a 0d corner case PetscFE:
Merge branch 'knepley/fix-fem-0d'
* knepley/fix-fem-0d: PetscDualSpace: Updated to new PetscQuadrature names PetscDualSpace: Add 0d corner case PetscQuadrature: Add a 0d corner case PetscFE: Fixed quadrature names for OpenCL PetscSpace: Added a DG space - Defined on a set of quadrature points - Need tests PetscQuadrature: Revamped - Removed basis tabulation - Shortened names - Added PetscQuadratureView()
show more ...
|
| 06a0ba2d | 26-Sep-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed leak in refinement |
| 4a55682a | 26-Sep-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex3: Removed generator stuff, fixed output - I think more precise tabulation delivers smaller discretization error |
| 62166326 | 26-Sep-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex5: Fixed leaks |
| e5c84f05 | 25-Sep-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
doc: restore functions in PETSc zero their arguments
This is done to prevent accidental misuse. In general, one can pass NULL for the pointer argument to keep the pointer around for longer, but use
doc: restore functions in PETSc zero their arguments
This is done to prevent accidental misuse. In general, one can pass NULL for the pointer argument to keep the pointer around for longer, but use of arrays after restoration is invalid.
Suggested-by: Wolfgang Bangerth <bangerth@math.tamu.edu>
show more ...
|
| b056bfe6 | 20-Sep-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
DMPlex ExodusII: fix dm->vectype pointer syntax |
| 01f69807 | 19-Sep-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/dmvecmattypes possible some messed up manual merges!
Conflicts: src/dm/impls/mesh/examples/tutorials/ex4f90.F src/dm/impls/mesh/mesh.c src/dm/impls/mesh/meshcreat
Merge branch 'master' into barry/dmvecmattypes possible some messed up manual merges!
Conflicts: src/dm/impls/mesh/examples/tutorials/ex4f90.F src/dm/impls/mesh/mesh.c src/dm/impls/mesh/meshcreate.c src/dm/impls/mesh/section.c src/snes/examples/tutorials/ex10.c src/snes/examples/tutorials/ex12.c src/snes/examples/tutorials/ex52.c src/snes/examples/tutorials/ex62.c src/snes/utils/mesh/dmmeshsnes.c
show more ...
|
| c70504c1 | 16-Sep-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'jed/gnumake'
GNU Make (v3.81 or later) is now the default build, --download-make is supported.
* jed/gnumake: (44 commits) gmake: put object files in obj/ instead of obj-gmake/ gm
Merge branch 'jed/gnumake'
GNU Make (v3.81 or later) is now the default build, --download-make is supported.
* jed/gnumake: (44 commits) gmake: put object files in obj/ instead of obj-gmake/ gmake: make is no longer at config.programs - so remove old usage of self.make gmake: pass gmake to mpich/openmpi configure [fixes --download-mpich] gmake: fix --download-triangle [do not overwrite self.make set by package.py] make: reduce default verbosity of gnumake build make: use SL_LINKER_SUFFIX (Mac uses .dylib) make: change formula to compute make_np [from number of cores] Also remove special code for Barry [probably needed by an a laptop older than his current] gmake: workarround if FC_MODULE_OUTPUT_FLAG is not found gnumake: make it the default build mode make: fix usage from programs.make to self.make [via packages.py] make: clean up integration of programs.make into make.py download-make: migrate prior 'make' detection code from programs.py to packages/make.py download-make: add initial support. [yet to migrate stuff from programs.py] win32fe: updated binaries now handle 'lib @cmdfile' and 'cvf/ifort -module:PATH' gmake: read ./conf/petscvariables when not in environment gmake: support for AR using win32fe response files __SDIR__: use empty string instead of NULL config: dependency flags are only needed by compiler, so skip linker test config: add dependency flags for most compilers __SDIR__: set to NULL, ignoring __INSDIR__ which is now unnecessary ...
Conflicts: config/BuildSystem/config/programs.py
show more ...
|
| 114749ab | 15-Sep-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-fem-dgspace' into knepley/fix-fem-0d
* knepley/feature-fem-dgspace: PetscFE: Fixed quadrature names for OpenCL PetscSpace: Added a DG space - Defined on a set of qu
Merge branch 'knepley/feature-fem-dgspace' into knepley/fix-fem-0d
* knepley/feature-fem-dgspace: PetscFE: Fixed quadrature names for OpenCL PetscSpace: Added a DG space - Defined on a set of quadrature points - Need tests PetscQuadrature: Revamped - Removed basis tabulation - Shortened names - Added PetscQuadratureView()
show more ...
|
| b91785b9 | 12-Sep-2013 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/update-sowing' into knepley/feature-plex-generic-distribute |
| 37a9b199 | 08-Sep-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-cgns'
* knepley/fix-plex-cgns: DMPlex: Fix bad conversion in CGNS code |