Commit Graph
426 Commits
Author SHA1 Message Date
Jakub Červený 081f1e70e1 Fixing #1307 Memory leak with nonconforming tet meshes 2020-02-21 19:44:36 +01:00
Yohann Dudouit bfc03a02e1 Move QuadratureInterpolator into its own files. 2020-02-19 16:11:54 -08:00
Stowell, Mark L 472239b8dd Accidentally defined the inverse orientations 2020-02-19 14:33:03 -08:00
Stowell, Mark L f4d71e11ec make style 2020-02-19 11:37:53 -08:00
Stowell, Mark L 2c52b91424 Adding TetDofOrd to H1_FEC 2020-02-19 11:37:08 -08:00
Stowell, Mark L ca7f05b1ba Adding Mesh::GetTetOrientation method 2020-02-18 21:51:25 -08:00
Jakub Cerveny 8b20bbe9df Fixing Windows compilation. 2020-02-18 16:44:55 +01:00
Will Pazner 988e317854 Reorganize: move VTK code from mesh.cpp to vtk.cpp 2020-02-16 14:02:13 -08:00
Will Pazner 99c894a508 Fix gitignore and address warnings 2020-02-13 16:07:57 -08:00
Will Pazner 8637ea3c7f Allow for outputting of high-order VTU meshes 2020-02-13 15:36:53 -08:00
Will Pazner 8779a96e95 Allow for different compression levels 2020-02-13 14:49:19 -08:00
Will Pazner 5453f68ec4 Merge remote-tracking branch 'origin/master' into paraview-improvements 2020-02-13 07:17:35 -08:00
Will Pazner 196637eb4f Formatting 2020-02-13 07:17:17 -08:00
Will Pazner a6fd497ce6 Allow for compressed binary ParaView output 2020-02-12 22:08:32 -08:00
Will Pazner 6f32f50c20 Fix link to reference code
Previous link to reference VTK implementation has an orientation bug
2020-02-12 18:33:27 -08:00
Will Pazner f39bc041cd ParaView output of high-order triangles, tetrahedra and prisms 2020-02-12 18:30:57 -08:00
Will Pazner 428d70b7fd Add routines to convert to high-order VTK ordering 2020-02-12 18:30:17 -08:00
Will Pazner 23e55cc2d3 Fix bug in ASCII output 2020-02-12 18:29:49 -08:00
Will Pazner 8874d9120a Add support for high-order VTK triangles 2020-02-12 15:42:37 -08:00
camierjs cc47b1a098 Merge branch 'master' into yohann/dg 2020-02-10 11:33:58 -08:00
camierjs a57fe0c7ff Merge branch 'master' into minimal-surf-dev-rewritten 2020-02-09 20:31:30 -08:00
Tzanio Kolev d2d741f087 Merge pull request #1231 from mfem/view-bdr-dev
View boundary attributes in `mesh-explorer` [view-bdr-dev]
2020-02-09 15:06:10 -08:00
Will Pazner 7909bbd0eb Allow binary output in 32 bits
Also allow for partial output of pvd files
2020-02-06 16:25:47 -08:00
Will Pazner 3d1b4ac80c Fix segment node numbering 2020-02-05 13:07:18 -08:00
Will Pazner e375c60bc7 Simplify and add some references 2020-02-05 11:23:21 -08:00
Will Pazner da6b748826 Add high-order output of meshes in VTU format 2020-02-05 09:05:44 -08:00
Will Pazner 874d6efea8 Ensure uint_8 is output as integer instead of character 2020-02-05 08:59:38 -08:00
Will Pazner 1fae44428a Minor simplifications to binary I/O 2020-02-05 07:36:11 -08:00
Jakub Cerveny ce4def8198 Importing Gecko as a single module. 2020-02-05 13:40:34 +01:00
Will Pazner 49c69a3916 Add binary option to Mesh::PrintVTU 2020-02-04 19:40:42 -08:00
Yohann Dudouit 1d07a6dfc9 make style 2020-02-04 15:17:34 -08:00
Yohann Dudouit 08f5b3ed47 Modify EnsureNodes and SetCurvature to work in parallel with DG. 2020-02-04 15:12:53 -08:00
Yohann Dudouit 23602955b4 Rename L2FacesValues to {SingleValued, DoubleValued}. 2020-02-03 15:46:59 -08:00
Yohann Dudouit a880cb4f0a Use same algorithm in 2D for FaceRestriction/normals as in 3D. 2020-01-30 09:43:32 -08:00
Yohann Dudouit e752bba054 make style 2020-01-28 14:01:19 -08:00
Yohann Dudouit 35664d3f5c Simplify the code for GetFaceRestriction. 2020-01-28 13:46:24 -08:00
camierjs 0b6b595556 Style and bring back non-square VectorDiffusionIntegrator::AssembleElementVector 2020-01-27 11:36:45 -08:00
camierjs c159efc9ab Merge branch 'master' into minimal-surf-dev 2020-01-23 23:44:36 -08:00
camierjs add421be30 Merge branch 'master' into minimal-surf-dev 2020-01-23 23:42:27 -08:00
camierjs 2f1a4e1073 Merge branch 'master' into minimal-surf-dev 2020-01-23 23:38:57 -08:00
camierjs 351f6646a8 Merge branch 'master' into minimal-surf-dev 2020-01-23 23:26:42 -08:00
camierjs eb7a46592b Revert style changes 2020-01-23 23:16:48 -08:00
Yohann ed033cf873 Merge branch 'master' into yohann/dg 2020-01-23 16:58:46 -08:00
Will Pazner bb47c1cc03 Fix sign errors in normal computation 2020-01-23 16:06:00 -08:00
Stowell, Mark L 57bd13e29e Setting index type in a couple missed locations 2020-01-23 15:59:00 -08:00
Yohann Dudouit 7eec3bd235 Fix normal orientation in 3D. 2020-01-23 14:16:42 -08:00
Stowell, Mark L 79457f1c71 Merge remote-tracking branch 'origin/master' into gf-getvalue-dev 2020-01-23 11:44:01 -08:00
Yohann Dudouit c790505b1c Fix memory leaks. 2020-01-23 09:37:27 -08:00
Yohann Dudouit b770f49ed2 Code cleaning based on Will Pazner's feedback. 2020-01-22 18:46:42 -08:00
Yohann Dudouit e683ace00f make style 2020-01-21 11:17:58 -08:00