Tzanio Kolev
e4c2152419
Update Copyright to 2010-2025
2025-02-03 12:17:26 -08:00
Tzanio Kolev
87290fbf56
Update Copyright to 2010-2024
2024-01-27 13:06:49 -08:00
Tzanio Kolev
ecfab8fe9f
Merge pull request #3964 from mfem/extra-semicolon-warnings-fix
...
Fix warnings about extra semicolons from GCC
2023-11-09 07:05:02 -08:00
Sebastian Grimberg
723a613236
Clean up unnecessary ;;
2023-11-07 09:08:19 -08:00
Will Pazner
9863bc5bd6
Change Mesh::GetBdrFace to Mesh::GetBdrElementFaceIndex
...
Deprecate Mesh::GetBdrFace.
2023-10-24 15:13:45 -07:00
Will Pazner
823eef1d9a
Deprecate Mesh::GetBdrElementEdgeIndex in favor of Mesh::GetBdrFace
2023-10-24 09:25:59 -07:00
Tzanio Kolev
96e00dc815
Updated COPYRIGHT to 2010-2023
2023-03-11 16:58:18 -08:00
Veselin Dobrev
972a4c227e
Various simplifications, tweaks, and fixes
2022-11-19 14:18:43 -08:00
Tzanio
6d2530775b
Extended copyright to 2022
2022-02-25 10:24:50 -08:00
Veselin Dobrev
2c09747196
Fix some compiler warnings from new clang and gcc versions
2021-12-14 21:49:31 -08:00
Veselin Dobrev
0faaba06a9
Add FMS to INSTALL.
...
In MfemMetaDataToFmsMetaData, store the timestep as double, not int.
Small formatting edits.
2021-07-28 13:11:09 -07:00
Veselin Dobrev
cdacbca3d4
Fix compilation warnings when building with FMS.
...
Some small formatting tweaks.
2021-07-26 09:04:28 -07:00
Tzanio
80f7bab173
Copyright 2020->2021
2021-04-19 11:05:06 -07:00
Tzanio
55f5eadd7a
minor
2020-10-06 17:43:00 -07:00
Brad Whitlock
8b9ea3e926
more code style fixes.
2020-09-08 12:24:44 -07:00
Brad Whitlock
10ad5519b5
code style
2020-09-08 12:13:31 -07:00
Christopher Laganella
345ca6f214
Add support for dc metadata
2020-09-03 16:16:08 -04:00
Chris Laganella
7775461309
Add attrtributes & boundaries in mfem->fms
2020-09-03 14:07:45 -04:00
Tzanio
359cae98e5
Some styling
2020-08-23 14:23:07 -07:00
Brad Whitlock
19e124f23e
Guard code in fmsconvert.cpp with MFEM_USE_FMS so it will compile using the Makefile-based build system.
2020-08-18 16:17:11 -07:00
Brad Whitlock
5c59c03954
Fix another astyle warning in fmsconvert.cpp
2020-08-18 15:36:54 -07:00
Brad Whitlock
98f539201a
Replace std::cout with mfem::out as indicated by the astyle CI test.
2020-08-18 15:30:48 -07:00
Brad Whitlock
8058c215c0
Remove some prints in the FMS to MFEM conversion.
2020-08-18 11:38:26 -07:00
Chris Laganella
ff6cf57da9
Run through astyle
2020-08-18 13:25:17 -04:00
Chris Laganella
bbc2d3e33c
Code cleanup
...
Added ifdef to alot of the logging. Removed a bunch of unused code.
2020-08-18 12:29:03 -04:00
Chris Laganella
6517b6066c
All examples working
2020-08-17 19:32:25 -04:00
Chris Laganella
417704d567
Add support for Triangles/Tets (again again)
...
NOTE: Still working on interior DoF ordering. Since the datasets we have
are H1 order 3 so they only have 1 face dof. Judging by the look of the
L2 plot the face definitions might need to be changed.
2020-08-15 15:17:29 -04:00
Brad Whitlock
1ceb4c83ca
Some changes for HDIV field and reordering L2_ field data.
2020-08-14 01:50:23 -07:00
Brad Whitlock
6a262b4b08
changes to support HDIV field and some more field reordering for continuous/discontinous fields.
2020-08-14 01:00:52 -07:00
Chris Laganella
6119c28d3c
Working face/edgee DoFs on toroid example
2020-08-14 01:01:58 -04:00
Brad Whitlock
62891ad220
Added conditionally compiled code to reorder hex interior dofs to make conversion back to FMS work better.
2020-08-12 19:53:16 -07:00
Chris Laganella
1065023a8b
Current state of things
2020-08-12 16:05:26 -04:00
Chris Laganella
4b9a1920b3
Re-add support for tets & triangles
...
Needs to be tested, probably needs a reorder
2020-08-11 12:19:04 -04:00
Chris Laganella
96a94f3987
Re-add support for quads
2020-08-11 12:00:26 -04:00
Chris Laganella
e4b7044f95
Get hexes working with hex example
2020-08-11 11:12:20 -04:00
Chris Laganella
720e894b0f
Make sure to figure out the layout before setting the field
2020-08-10 15:09:06 -04:00
Chris Laganella
5f87783f6b
Fix face ordering on hexes
...
There may be an issue with ordering on quads coming back in.
2020-08-08 14:05:47 -04:00
Chris Laganella
999aff80c9
Seem to be supporting 2D meshes
...
Need to fix 3D meshes
2020-08-06 17:50:29 -04:00
Chris Laganella
6872ad10b2
Replicate first picture
2020-08-05 18:08:17 -04:00
Brad Whitlock
fa018b60f8
Add some basic metadata translation from FMS to MFEM.
2020-08-03 18:57:05 -07:00
Brad Whitlock
84ec1055cf
Renumber some more entities.
2020-07-31 18:01:46 -07:00
Brad Whitlock
716fa4007a
Adding code to renumber vertices for domains to go from local to global numbering since we combine domains. It seems to make it work better.
2020-07-31 15:48:28 -07:00
Brad Whitlock
15e5c24edf
temporary: adding some prints.
2020-07-30 18:06:54 -07:00
Brad Whitlock
72168baf12
Improved conversion of grid functions.
2020-07-30 17:42:44 -07:00
Brad Whitlock
200ce9429e
Adapting FMS to MFEM coordinate code into more general field conversion.
2020-07-29 18:08:47 -07:00
Brad Whitlock
6084d3ea7a
Added FMS detection to MFEM build and some stubs for MFEM-FMS conversions.
2020-07-28 17:59:05 -07:00