| b7ad821d | 14-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Geometry fixes - Return correct R for 2D projection when it is degenerate - Correct sign of 3D determinant - Correct iteration bounds for 2D projection |
| 86623015 | 13-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Small fixes for geometry |
| 87598ce5 | 11-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Silence warning in DMPlexInvertCells_Internal() |
| a1d24da5 | 11-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Functions passed to evaluation routines now return void and pass results in arguments |
| 011ea5d8 | 11-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Now we give an explicit embedding dimension to the FVM geometry methods |
| 0ec8681f | 11-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed complication with complex - Started to add 3D geometry stuff |
| cc08537e | 10-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Added normal argument to DMPlexComputeCellGeometryFVM() - This is only calculated for faces - Added calculation for faces in 2D |
| 53ff3891 | 10-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Damn makefiles |
| aff16777 | 09-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'jed/fix-plex-const' into knepley/plex
* jed/fix-plex-const: DMPlex: fix const and int vs. PetscInt |
| 834e62ce | 09-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Added DMPlexComputeCellGeometryFVM() - Added internal volume methods |
| 1d4b4d7b | 09-Apr-2013 |
Jed Brown <jed@59A2.org> |
DMPlex: fix const and int vs. PetscInt |
| 36ef09d9 | 08-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Better error reporting |
| 731dcdf4 | 08-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex+ExodusII: Fixed reading of quads - Was broken by 2e1b13c25062c3c40593ce7412c5cd227259ade7 |
| de36dddd | 08-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Hex cell geometry was broken - I don't see how this test passed before |
| ac106a27 | 08-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Regression cleanup |
| 73151533 | 08-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Regression cleanup |
| 0c312b8e | 07-Apr-2013 |
Jed Brown <jed@59A2.org> |
PetscSF: split petscsftypes.h out of petscsf.h
Callers of PetscSF functions must now explicitly include petscsf.h. |
| a3c41ed6 | 05-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex+FEM: The dimension does not change for boundary elements |
| 7f07f362 | 05-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Geometry now works for boundary elements - The v0, J, invJ, and DetJ all operate in the same space as the coordinates - Now projection routines return the rotation R from reference to origina
DMPlex: Geometry now works for boundary elements - The v0, J, invJ, and DetJ all operate in the same space as the coordinates - Now projection routines return the rotation R from reference to original coordinates - Added Invert2D/3D_Internal() Det2D/3D_Internal() for small linear algebra
show more ...
|
| 3b399e24 | 04-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Submesh extraction now works without coordinates |
| 0fa50571 | 03-Apr-2013 |
Jed Brown <jed@59A2.org> |
Merge "DMPlex: Made DMPlexGetNumFaceVertices() externally visible" |
| a1007557 | 02-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Turn off CGNS by default |
| 17fe8556 | 02-Apr-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Added 1D cell geometry |
| e1b39ce3 | 31-Mar-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: DMPlexCreateCGNS() - Note: The people who designed CGNS were brain dead - Added CGNS support to DMPlex ex1 - Added tests, but need new meshes |
| 4dbc0e9a | 31-Mar-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Updated test ex1 output |