Yohann Dudouit
4e7ab0060e
Fix a bug in Convection3D and face normals in 3D.
2020-01-21 11:03:29 -08:00
Tzanio Kolev
b132457da7
Merge pull request #949 from mfem/nc-tet-dev
...
Non-conforming tetrahedal refinement [nc-tet-dev]
2020-01-16 16:09:42 -08:00
Tzanio
ca01cbee26
make style
2020-01-14 19:09:58 -08:00
Tzanio
49b89bcfba
Merge branch 'master' into yohann/dg
...
Conflicts:
fem/CMakeLists.txt
2020-01-14 19:09:28 -08:00
Veselin Dobrev
424b36d676
Merge pull request #1211 from mfem/artv3/app-fixes
...
Extensions for app developers
2020-01-13 20:49:24 -08:00
Veselin Dobrev
0724286729
Merge branch 'master' into nc-tet-dev
...
Resolved conflicts:
makefile
2020-01-13 20:37:06 -08:00
Yohann Dudouit
30abbbd48b
Small fixes
2020-01-13 15:38:02 -08:00
Yohann
e2858823e1
Merge branch 'master' into yohann/dg
2020-01-13 15:16:15 -08:00
Stowell, Mark L
d62d8f9c38
Adding boundary attribute visualization capability
2020-01-10 16:33:23 -08:00
Yohann Dudouit
397e21504c
Fix a bug in GetFaceTransformation when using cuda.
2020-01-08 16:06:25 -08:00
Jakub Červený
aa62349c46
Fixed Mesh::UniformRefinement for an all-tet mesh and the 1D case.
2020-01-08 12:10:43 +01:00
Jakub Červený
da055e0f99
Mesh::UniformRefinement: put back a branch for the case 'ref_algo == 1'.
2020-01-07 13:21:11 +01:00
Yohann Dudouit
8f5170c669
Separate Interior and Boundary faces for PA.
2020-01-03 17:10:31 -08:00
Tzanio
42701bb380
Merge branch 'master' into nc-tet-dev
...
Conflicts:
CHANGELOG
2019-12-30 18:22:13 -08:00
Tzanio
a3180cd9e1
Merge branch 'master' into hilbert-sort-dev
...
Conflicts:
CHANGELOG
2019-12-27 09:33:43 -08:00
Tzanio
76a2579dbf
Final adjustments
2019-12-26 18:29:56 -08:00
Tzanio
bef68c28e7
Merge branch 'master' into vtk_vtu
2019-12-26 18:10:32 -08:00
Tzanio Kolev
c11424df05
Merge pull request #1185 from mfem/mesh-partitioning-warning-fix
...
Tweak the warning messages in Mesh::GeneratePartitioning() [mesh-partitioning-warning-fix]
2019-12-24 15:44:05 -08:00
artv3
fb1607089b
a few extensions for application developers
2019-12-23 14:21:53 -08:00
Jakub Červený
6ea578ce9b
Added more comments in the Hilbert sort algorithm.
2019-12-18 16:32:03 +01:00
Jakub Červený
afa8dbc769
Merge branch 'master' into hilbert-sort-dev
2019-12-18 16:11:38 +01:00
Stowell, Mark L
254feae591
Modifying mesh classes to produce new FaceElementTransformations object
2019-12-16 21:53:05 -08:00
Veselin Dobrev
6220e788c8
Address reviewer comments.
2019-12-16 18:49:25 -08:00
Stowell, Mark L
52a7ea01da
Adding and populating an ElementType data member in ElementTransformation class
2019-12-15 23:33:52 -08:00
blaz
da6ebcd008
Merge branch 'master' into vtk_vtu
2019-12-15 18:48:53 -08:00
Tzanio Kolev
1c629d61c6
Merge pull request #937 from mfem/gpu/appfixes
...
Application fixes [gpu/appfixes]
2019-12-15 12:04:30 -08:00
blaz
615334bc56
modified: mesh/mesh.cpp
2019-12-14 10:50:21 -08:00
blaz
4695afe395
modified: examples/ex9.cpp
...
modified: examples/ex9p.cpp
modified: mesh/mesh.cpp
2019-12-14 10:46:32 -08:00
blaz
5da38b41e3
modified: datacollection.cpp
...
modified: ../mesh/mesh.cpp
2019-12-14 10:06:18 -08:00
blaz
c85347314a
modified: datacollection.cpp
...
modified: ../mesh/mesh.cpp
2019-12-13 15:19:46 -08:00
Yohann Dudouit
a2c02bf849
Use GetTraceFiniteElement instead of GetFaceElement.
2019-12-10 10:21:07 -08:00
blaz
f3375302de
Merge branch 'vtk_vtu' of https://github.com/mfem/mfem into vtk_vtu
2019-12-09 22:34:05 -08:00
blaz
4aa3158ca2
modified: ../fem/datacollection.cpp
...
modified: mesh.cpp
2019-12-09 22:31:37 -08:00
Yohann Dudouit
70d3e3489d
Add Single valued option for L2FaceRestriction.
2019-12-09 18:00:24 -08:00
Yohann Dudouit
f492cc62be
Lots of bug fixes.
2019-12-09 18:00:23 -08:00
Yohann Dudouit
22f850b204
ex9 compiles.
2019-12-09 17:59:08 -08:00
Yohann Dudouit
d5a0005969
bilininteg_dgtrace compiles.
2019-12-09 17:59:08 -08:00
Yohann Dudouit
4c2c42e6e6
Add a FaceQuadratureInterpolator class.
2019-12-09 17:59:08 -08:00
Yohann Dudouit
ff796b0bc5
Add a skeleton for fluxes per face approach.
2019-12-09 17:57:12 -08:00
Tzanio
cddcaad49d
Merge branch 'master' into vtk_vtu
...
Conflicts:
CHANGELOG
2019-12-08 09:59:20 -08:00
Veselin Dobrev
db97372598
Improve the messages printed by the method Mesh::GeneratePartitioning()
...
so that only rank 0 prints the message when running in parallel.
Fix inaccurate warnings (in DEBUG mode) about inverted elements which
were generated when refining a periodic parallel mesh in 2D.
Some formatting improvements.
2019-12-06 19:01:59 -08:00
Jakub Červený
1b3aefb467
make style, update CHANGELOG
2019-11-26 14:45:04 +01:00
Jakub Červený
eba915947c
Cleanup.
2019-11-26 14:27:33 +01:00
Jakub Červený
e7fab9a056
Merge branch 'master' into nc-tet-dev
2019-11-22 09:19:25 +01:00
Jakub Červený
42f3573275
3D version of Hilbert sort added.
2019-11-21 20:23:55 +01:00
Jakub Červený
5a08cfb5d7
Alternate Hilbert sort algorithm that's easier to extend to 3D.
2019-11-21 16:53:52 +01:00
Jakub Červený
875add7077
Merge branch 'master' into hilbert-sort-dev
2019-11-20 20:40:43 +01:00
Jakub Červený
b3726c43c5
Mesh::GetHilbertElementOrdering: spatial sort of elements.
2019-11-20 19:29:08 +01:00
Jakub Červený
2b92b7a051
Renamed GetGeckoElementReordering -> GetGeckoElementOrdering.
2019-11-20 19:28:18 +01:00
blaz
3b07bc4f52
modified: examples/ex5.cpp
...
modified: examples/ex5p.cpp
modified: fem/datacollection.cpp
modified: fem/datacollection.hpp
modified: mesh/mesh.cpp
2019-11-20 09:59:02 -08:00