camierjs
39b8d3348b
Merge branch 'master' into minimal-surf-dev-rewritten
2020-03-30 10:04:15 -07:00
Tzanio
7e3272a9ff
Merge branch 'master' into adios2-dev
2020-03-24 08:22:06 -07:00
Tzanio
081f32194c
Merge branch 'master' into ho-tet-ori-dev
2020-03-22 13:50:01 -07:00
camierjs
83b9883b8a
Merge branch 'master' into minimal-surf-dev-rewritten
2020-03-20 14:45:55 -07:00
Will Pazner
a0b029913b
Use DOF ordering of original nodes in LOR meshes
2020-03-18 12:13:49 -07:00
Will Pazner
310b3887e8
Avoid copying data when creating nodes in LOR mesh
2020-03-18 09:34:51 -07:00
William F Godoy
9c379891bf
Resolving conflicts with latest master
2020-03-18 09:41:46 -04:00
Will Pazner
f479bd1adc
Fix bug when creating nodes in LOR mesh
2020-03-17 18:27:49 -07:00
Will Pazner
fe844fad0a
Improve creation of nodes in LOR meshes
...
- Only create nodes if the original mesh has nodes
- Only use a discontinuous space if the original nodal space is DG
- Make sure the nodes of the ParMesh are a ParGridFunction
2020-03-17 17:43:25 -07:00
Tzanio
f7ce7154e0
Merge branch 'master' into ho-tet-ori-dev
...
Conflicts:
tests/unit/CMakeLists.txt
2020-03-12 14:38:12 -07:00
camierjs
36c2282668
Merge branch 'master' into minimal-surf-dev-rewritten
2020-03-11 08:04:33 -07:00
Jakub Cerveny
a2cf6022ed
Merge branch 'master' into gecko-integration2-dev
2020-03-11 09:23:38 +01:00
Tzanio
f1e04e7282
Merge branch 'master' into mfem-4.1-dev
...
Conflicts:
fem/quadinterpolator.cpp
fem/restriction.cpp
2020-03-10 16:56:01 -07:00
Tzanio
47f3fecb3d
Some edits in mesh/
2020-03-09 19:47:48 -07:00
Veselin Dobrev
607b733ed1
Introduce enum class QVectorLayout and use it in class
...
QuadratureInterpolator to control the output Q-vector
layout.
Update the sedov test to use the proper QVectorLayout where
needed.
2020-03-09 17:19:54 -07:00
Tzanio
05125e19d5
Removed a space
2020-03-09 15:36:41 -07:00
camierjs
036d399856
WIP Merge branch 'master' into minimal-surf-dev-rewritten
2020-03-05 08:56:51 -08:00
camierjs
5ef984ee94
Merge branch 'master' into minimal-surf-dev-rewritten
2020-03-04 20:53:20 -08:00
Tzanio
2e37ba7d97
Merge branch 'master' into yohann/dg
...
Conflicts:
x fem/bilinearform_ext.cpp
2020-03-04 20:42:09 -08:00
Tzanio
ca55ef0217
The release number for mfem-4.1 is LLNL-CODE-806117
2020-03-02 17:18:46 -08:00
camierjs
cbda3fc4cc
Merge branch 'master' into minimal-surf-dev-rewritten
2020-03-01 12:22:30 -08:00
Julian Andrej
16b8d886b1
revert name change
2020-02-28 10:32:03 -08:00
Veselin Dobrev
0601974c88
A few tweaks related to the new data members in class Mesh:
...
nbInteriorFaces and nbBoundaryFaces.
2020-02-27 20:51:27 -08:00
Yohann Dudouit
63a5cb7566
Modify GetNFbyType and Revert test changes
2020-02-27 18:45:40 -08:00
Yohann Dudouit
1885c8110e
Fix test_face_permutation
2020-02-27 18:36:12 -08:00
Yohann Dudouit
41cf34e6ac
Move GetSigns in quadinterpolator.cpp
2020-02-27 17:36:12 -08:00
Yohann Dudouit
6e5bda0743
Merge branch 'master' into yohann/dg
2020-02-27 16:38:19 -08:00
Yohann Dudouit
afc6e1cad8
Move nbInteriorFaces and nbBoundaryFaces in Mesh
2020-02-27 16:12:41 -08:00
Julian Andrej
d6dd084cfc
replaced gzstream with modified zstr
2020-02-27 14:32:04 -08:00
Tzanio
e689fd5b28
Merge branch 'master' into bsd-relicense
2020-02-27 09:29:25 -08:00
Tzanio Kolev
ae38fca215
Merge pull request #1296 from mfem/paraview-improvements
...
ParaView improvements [paraview-improvements]
2020-02-27 09:20:07 -08:00
Jakub Červený
2ab028476a
Added MemAlloc::Swap. Added TetMemory.Swap in Mesh::Swap.
2020-02-26 13:03:51 +01:00
Will Pazner
f3487340fd
Detect byte order for binary VTK output
2020-02-23 23:05:47 -08:00
Tzanio
2caa222edf
A number of changes to switch the code from LGPL-2.1 to BSD-3:
...
- Updated LICENSE, README, CHANGELOG and CONTRIBUTING.md
- Removed COPYRIGHT, added NOTICE
- Updated the headers in all source files, makefiles, etc.
2020-02-23 11:16:46 -08:00
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