| 88339cca | 02-May-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Enhanced geometry tests - Added random transforms of the reference triangle in 2D |
| 8763be8e | 01-May-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed complex problems in geometry calculation |
| 6ff1fffa | 01-May-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed Fortran test output |
| 7ff4606c | 01-May-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Reorganized geometry testing |
| 9717d203 | 29-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Added DMPlexRestoreCone/Support() to F90 interface definition header - Also added to test ex1f90 |
| fd68c46a | 28-Apr-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
DMPlex: fix VTU writing cell fields without similar vertex field |
| 7ded4cba | 28-Apr-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
DMPlex: fix VTU viewer when field/components have not been defined
The parent commit added support for writing field/component names, but was broken when only the number of dofs is stated. Now when
DMPlex: fix VTU viewer when field/components have not been defined
The parent commit added support for writing field/component names, but was broken when only the number of dofs is stated. Now when the user does not specify field names, use
{VecName}{Cell_or_Point}Field0.{i} for i in 0:bs
show more ...
|
| 64beef6d | 25-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Add Fortran bindings |
| baf8153d | 25-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Reorder tet output since I order tets differently |
| 87feddfd | 24-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed DMPlexCreateSohesiveSubmesh() - We should take the fault face directly from the cohesive cell rather than using the face insertion routine |
| 830e53ef | 22-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Add argument to DMPlexCreateSubmesh() that allows user to choose stratum - Added Fortran binding - Updated test |
| 766ab985 | 21-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Added DMPlexCreateCohesiveSubmesh() - Needed to have submesh faces in the same order as cohesive cells |
| e7b80042 | 21-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix improper preallocation - The size for a closure is the sum |
| 1cfafdd3 | 19-Apr-2013 |
Jed Brown <jed@59A2.org> |
DMPlex: teach VTU output about field names and components
Schema is "${ObjectName}${FieldName}.${Component}". For example
SolutionDensity.0 SolutionMomentum.0 SolutionMomentum.1 SolutionMo
DMPlex: teach VTU output about field names and components
Schema is "${ObjectName}${FieldName}.${Component}". For example
SolutionDensity.0 SolutionMomentum.0 SolutionMomentum.1 SolutionMomentum.2 SolutionEnergy.0
show more ...
|
| 42b3f792 | 18-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed leak in example |
| 217113db | 18-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Tutorial now shows how to output VTK |
| a9dc2124 | 16-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Remove parameter names from prototype |
| 1ee9d5ec | 16-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Geometry fixes for C++ complex |
| 38004201 | 16-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Now DMPlexCreateSection() only has an F90 interface |
| 7f5d1fde | 16-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Added Fortran interface for DMPlexMatSetClosure() |
| 87d60e71 | 15-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix volume determination for 2D in 3D |
| 1d930511 | 15-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Better error reporting |
| 819677c5 | 15-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex ex8: Added FVM geometry tests |
| 0a1d6728 | 15-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed FVM geometry for 2D in 3D |
| bd2c9b91 | 14-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix geometry tests - Fix tests for 2D projection |