Commit Graph
293 Commits
Author SHA1 Message Date
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
Ketan Mittal 6ab84c49ea merge with master 2021-06-01 16:26:27 -07:00
Yohann Dudouit e1d453899f make style 2021-04-27 16:09:22 -07:00
Yohann b265d83286 Merge branch 'master' into yohann/pa-dg-ncmesh 2021-04-27 15:56:16 -07:00
Yohann Dudouit 7f6d23730e Add a hack in mesh and ncmesh to store the nc face orientation. 2021-04-07 11:44:49 -07:00
Tzanio Kolev 5e76cea136 Merge pull request #2127 from mfem/mesh-v1.1-compat-fix
Fix backward compatibility with v1.1 mesh format [mesh-v1.1-compat-fix]
2021-04-04 16:04:58 -07:00
Yohann Dudouit 495bc95d50 Minor 2021-04-02 15:06:33 -07:00
Yohann Dudouit 213a3a793a Merge branch 'master' into yohann/pa-dg-ncmesh 2021-04-02 13:29:57 -07:00
Yohann Dudouit f182378fbb Merge branch 'master' into yohann/pa-dg-ncmesh 2021-04-02 13:29:00 -07:00
Yohann Dudouit 583bc2ad32 Minor 2021-04-02 13:27:11 -07:00
Yohann Dudouit f385f975fa Add orientation in NCMesh. 2021-04-01 11:09:31 -07:00
Veselin Dobrev 05ee2aaa8b Merge pull request #2016 from mfem/tri-tet-lor
Named mesh constructors and split any mesh into all simplex mesh [tri-tet-lor]
2021-03-31 10:48:17 -07:00
Jakub Červený 27523d92d7 Better solution for backward compatibility with v1.1 format (removed seek) 2021-03-24 16:08:53 +01:00
Jakub Červený add2a8759e Fix backward compatibility with v1.1 mesh format 2021-03-24 14:37:44 +01:00
Jakub Cerveny ac4f29d158 Silence clang warning. 2021-03-10 19:17:25 +01:00
Jakub Červený 8468cd50f6 Fixed LoadBoundary and coarse-fine transformations for segments. 2021-03-10 18:01:33 +01:00