Stowell, Mark L
e73631f698
Merge remote-tracking branch 'origin/master' into gmsh-periodic-dev
2020-05-20 13:59:23 -07:00
Stowell, Mark L
7aafd3c47f
Merge remote-tracking branch 'origin/master' into gmsh-periodic-dev
2020-05-12 10:29:53 -07:00
Stowell, Mark L
c7f3b4049b
Adding BDR_FACE element type for BdrFaceElementTransformations
2020-04-29 16:55:06 -07:00
Stowell, Mark L
adf2ca72e9
Merge remote-tracking branch 'origin/master' into gf-getvalue-dev
...
# Conflicts:
# fem/coefficient.cpp
2020-04-24 15:30:49 -07:00
Stowell, Mark L
9900068b7a
Adding error checking to FaceElementTransformations
2020-04-24 15:16:33 -07:00
Stowell, Mark L
41e0872d79
Removing uses of deprecated FaceElementTransformations features
2020-04-21 15:01:23 -07:00
camierjs
81ffd37614
Merge branch 'master' into minimal-surf-dev-rewritten
2020-04-14 16:35:07 -07:00
Stowell, Mark L
0be1846a73
Merge remote-tracking branch 'origin/master' into gf-getvalue-dev
...
# Conflicts:
# mesh/pmesh.cpp
2020-04-14 10:29:23 -07:00
Stowell, Mark L
5fc741c731
make style
2020-04-08 10:57:40 -07:00
Stowell, Mark L
8436ce39bd
Reproducing the effect of the mask when setting up the FaceElementTransformation
2020-04-08 10:46:27 -07:00
Stowell, Mark L
a8d146622e
FaceGeom is a reference so we don't need to set it this way.
2020-04-08 09:58:33 -07:00
Tzanio
24818bf0d9
Merge branch 'master' into setpointmat-dev
2020-04-07 13:34:09 -07:00
Stowell, Mark L
8f76ce56fb
Backward compatibility changes in FaceElementTransformations
2020-04-07 12:03:39 -07:00
Stowell, Mark L
b32955bba7
Adding GridFunction coords to ReadGmshMesh
2020-03-30 21:16:00 -07:00
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
Stowell, Mark L
8b81c29b2b
Merge remote-tracking branch 'origin/master' into gf-getvalue-dev
...
# Conflicts:
# fem/datacollection.cpp
# fem/gridfunc.hpp
2020-03-12 20:56:28 -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
Jakub Červený
513fdc2692
Added IsoparamTransformation::SetPointMat, removed FinalizeTransformation.
2020-03-06 21:15:10 +01: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