Tzanio Kolev
fb21cca26e
Merge branch 'master' into bugfix/rwa/coarsen-L2-proj
2022-12-28 11:03:05 -08:00
Tzanio Kolev
371e625677
Updated CHANGELOG, other minor edits
2022-12-11 15:13:42 -08:00
Aaron Fisher
21b7787aef
Merge branch 'master' into ncmesh-pyramid-dev
2022-12-05 14:59:41 -08:00
Aaron Fisher
8bc44a8087
make style
2022-12-02 14:54:17 -08:00
Aaron Fisher
ae93ec6887
Removed non-working anisotropic refinement of pyramids code.
2022-12-02 14:46:46 -08:00
Robert W. Anderson
1504729937
Merge branch 'master' into bugfix/rwa/coarsen-L2-proj
2022-11-09 19:23:44 -08:00
Will Pazner
aa40b0b819
Suppress unused variable warning
2022-11-05 13:46:53 -07:00
Aaron Fisher
1b4480552c
make style
2022-08-10 16:36:00 -07:00
Aaron Fisher
0e24a2840a
Reordered the refined pyramid elements to put the tets at the end.
2022-08-10 16:33:22 -07:00
Aaron Fisher
3add57b2f1
Merge branch 'ncmesh-pyramid-dev' of github.com:mfem/mfem into ncmesh-pyramid-dev
2022-08-10 14:44:38 -07:00
Aaron Fisher
e8df0436ef
Fixed problems that unit testing uncovered.
2022-08-10 14:40:06 -07:00
Aaron Fisher
35afe5a468
make style
2022-08-05 19:36:09 -07:00
Aaron Fisher
b3eaee247c
Added pyramid support to ncmesh.
2022-08-05 15:44:25 -07:00
Veselin Dobrev
f2f489a36e
Updated ParMesh::GetSerialMesh() with some overflow checks and
...
some small tweaks.
Replace some uses of 'long' with 'long long' to better support
Win64 builds where 'long' is 32-bit and 'long long' is 64-bit.
On Linux and MacOS, both types are typically 64-bit.
Updated various "MemoryUsage" methods to return 'std::size_t'
instead of 'long' since the latter is 32-bit in Win64 builds.
Updated CHANGELOG.
2022-07-26 16:09:12 -07:00
Robert W. Anderson
995baf3b89
add isoparametric transform point matrix for 1D segments
2022-05-15 00:22:05 -07:00
Tzanio
6fa650fef5
Fix some warnings from https://lgtm.com/projects/g/mfem/mfem
2022-03-08 10:26:23 -08:00
Tzanio Kolev
5308d285f7
Merge pull request #2855 from mfem/copyright-2022
...
Extended copyright to 2022
2022-03-01 07:41:29 -08:00
Tzanio
6d2530775b
Extended copyright to 2022
2022-02-25 10:24:50 -08:00
Will Pazner
58530b2215
Merge remote-tracking branch 'origin/master' into shadow-mesh-dev
2022-02-23 11:57:04 -08:00
Stowell, Mark L
31c5f85560
Merge remote-tracking branch 'origin/master' into shadow-mesh-dev
2022-02-18 09:17:31 -08:00
Will Pazner
14b48da4d2
Merge remote-tracking branch 'origin/master' into shadow-out-dev
2022-02-18 08:20:52 -08:00
Stowell, Mark L
853d845682
Changes suggested by @YohannDudouit
2022-02-17 17:14:10 -08:00
Stowell, Mark L
63381b366a
Renaming ostream variables from out to os
2022-01-18 15:06:46 -08:00
Stowell, Mark L
c1c1ecd90c
Fixing shadow variables in mesh classes
2021-12-23 16:27:26 -08:00
Stowell, Mark L
f7c9bdab17
Renaming "out" and "err" local variables to avoid globals
2021-12-22 15:19:20 -08:00
Yohann Dudouit
588e211f5a
Improve variable names.
2021-12-13 16:15:41 -08:00
Yohann
301d0c3b39
Merge branch 'master' into yohann/pa-dg-ncmesh
2021-11-11 19:12:32 -08:00
Tzanio Kolev
ef656f03e9
Merge pull request #2507 from mfem/coarse-fine-map-fix-dev
...
Proposed fix for GetCoarseFineMap() for Derefinement in parallel
2021-10-31 14:40:38 -07:00
Yohann Dudouit
46e21def4e
Merge branch 'master' into yohann/pa-dg-ncmesh
2021-10-06 15:29:42 -07:00
Yohann Dudouit
a41c0d4a0c
Remove nc_faces_orientation.
2021-10-05 12:36:33 -07:00
Jakub Červený
4f0c54ff06
Updated derefinement test in test_derefine.cpp
2021-09-17 14:12:23 +02:00
Jakub Červený
a53706b57c
Simplified CoarseFineTransformations::MakeCoarseToFineTable.
2021-09-17 13:53:45 +02:00
Jakub Červený
9b05700cb5
Initialization of Embedding::geom and ::ghost in NCMesh and Mesh.
2021-09-14 11:23:49 +02:00
Jakub Červený
83c11c4ea5
Refactoring coarse/fine: added MakeCoarseToFineTable, Embedding::geom/ghost.
2021-09-13 16:01:36 +02:00
Robert W. Anderson
583024eaa7
keep track of # of nonghost elements in derefinement, use this to fix GetCoarseFineMap in the case of derefinement
2021-09-03 17:12:18 -07:00
Adrien Bernede
b2c9e7541f
Apply improvements and testing how astyle reacts
2021-09-03 12:38:10 -07:00
Adrien M. Bernede
f4dbd3743d
Applying Astyle 3.1
2021-09-03 12:14:24 -07:00
Yohann Dudouit
cb003387b2
Little bit more style.
2021-09-02 19:26:48 -07:00
Yohann Dudouit
7f169fd7df
make style.
2021-09-02 19:25:29 -07:00
Yohann Dudouit
a34fcc4beb
Merge branch 'master' into yohann/pa-dg-ncmesh
2021-08-30 13:12:11 -07:00
Yohann Dudouit
57f6fa5e31
Add FaceInformation::IsShared.
2021-08-30 11:52:29 -07:00
Yohann Dudouit
0e5b2fae45
Improve code readability in NCMesh.
2021-08-26 10:03:17 -07:00
Yohann Dudouit
51afd9c351
Fix a bug in NCMesh.
2021-08-25 15:46:01 -07:00
Yohann Dudouit
00fe120a12
Use enum type instead of magic numbers for refinements.
2021-08-25 15:45:38 -07:00
Ketan Mittal
98a6ae7baa
merge and resolve conflicts
2021-07-23 14:28:53 -07:00
Ketan Mittal
a0dfc29c71
move implementation to cpp
2021-07-02 09:24:41 -07:00
Ketan Mittal
d0eaf9760a
minor
2021-06-09 14:08:40 -07:00
Ketan Mittal
f2c9f8e400
removing GetNumGhost method
2021-06-09 14:06:06 -07:00
Ketan Mittal
a8a00821d1
update GetCoarseToFineMap
2021-06-09 14:00:33 -07:00
Ketan Mittal
67bd515ed7
Merge branch 'master' of https://github.com/mfem/mfem into bugfix-coarse_to_fine_map_derefine
2021-06-09 13:43:04 -07:00