Commit Graph
104 Commits
Author SHA1 Message Date
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -08:00
Veselin Dobrev 119451df1a Rename NO_ERROR_ to No_Error and REGISTERED_ to Registered 2023-03-06 16:26:45 -08:00
Cyrus Harrison 06beca6d83 changes to enums to avoid windows macro conflicts 2023-02-21 10:59:20 -08:00
Will Pazner 715c242f44 Bug fix 2023-01-13 21:40:05 -08:00
Will Pazner 01fde3cecb Make behavior of ParaViewDataCollection::SetCompression consistent with its Doxygen comment 2023-01-13 18:41:34 -08:00
Veselin Dobrev 6992c1daac In the mesh-explorer miniapp, use high-order ParaView export when
the mesh is high-order.

Tweak doxygen comments in class ParaViewDataCollection.

Fix a bug in ParaViewDataCollection::SetCompression -- it still
needs work, I think, so I left a FIXME comment there too.
2023-01-13 15:55:12 -08:00
Stowell, Mark L b561b07712 Changing default ParaViewDataCollection cycle index to zero 2023-01-11 15:07:20 -05:00
Stowell, Mark L a58aafb743 Search string from the end to extract data collection name 2022-11-16 10:35:28 -08:00
Tzanio Kolev ba01aecddc Merge pull request #3066 from mfem/face-quadrature-space-coefficient
FaceQuadratureSpace
2022-09-16 16:59:28 -07:00
Will Pazner c14899c149 Fix ParaView ASCII output (was going to mfem::out instead of file stream) 2022-08-12 12:04:25 -07:00
Will Pazner 65f75f558a Combine QuadratureFunction and FaceQuadratureFunction into one class 2022-07-13 17:31:14 -07:00
Stowell, Mark L 8af5dcf5a4 Fixing a few missed or new shadow variables 2022-03-08 11:27:09 -08:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Tzanio Kolev 232d46ac77 Merge pull request #2731 from mfem/shadow-out-dev
Fixing shadow warnings about "out/err" globals [shadow-out-dev]
2022-02-23 11:55:25 -08:00
Stowell, Mark L f07e137d89 Merge remote-tracking branch 'origin/master' into shadow-fem-dev
# Conflicts:
#	fem/prestriction.cpp
#	fem/restriction.cpp
2022-02-18 09:55:58 -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 dac5d56b1a Following @pazner's suggestion for ParaViewDataCollection methods which return strings 2022-01-18 15:41:59 -08:00
Stowell, Mark L 63381b366a Renaming ostream variables from out to os 2022-01-18 15:06:46 -08:00
Will Pazner a393064c00 Use VTK WriteBinaryOrASCII in ParaViewDataCollection
Reduce code duplication since the same logic is used in Mesh
2021-12-24 11:16:30 -08:00
Stowell, Mark L 00622b78fc Fixing shadow variables in fem classes 2021-12-23 16:32:09 -08:00
Will Pazner fc172e9303 Save quadrature fields in ParaViewDataCollection 2021-12-23 14:49:30 -08:00
Stowell, Mark L f7c9bdab17 Renaming "out" and "err" local variables to avoid globals 2021-12-22 15:19:20 -08:00
Will Pazner 75cd104d12 ParaView bug: flush stream before calling tellp
When compiling on Windows with MinGW, tellp does not return
the updated file position unless flush is called first.
2021-08-30 17:02:40 -07:00
Will Pazner 063598fa0d Fix ParaView restart mode on Windows 2021-08-30 14:39:08 -07:00
Will Pazner 4099390b15 Fix ParaView restart mode on Windows
We were reading from an ifstream in text mode, which automatically
converts CRLF to just LF. However, seekg reports a file offset in bytes
rather than in characters, so in Windows we were overshooting.

Changing the ifstream mode from text to binary fixes this issue.
2021-06-22 13:12:40 -07:00
Will Pazner bf7a36735e Modify ParaViewDataCollection restart mode
* Make more portable: don't depend on truncate from unistd
* Verify that the cycle we're trying to write won't overwrite any previous cycle
we are retaining
2021-06-22 09:19:15 -07:00
Will Pazner 72764aef89 Change SetRestartMode to UseRestartMode 2021-06-22 09:16:15 -07:00
Karl W. Schulz 989866a7aa switch to MFEM_ABORT for truncate check
Signed-off-by: Karl W. Schulz <karl@oden.utexas.edu>
2021-06-21 09:00:07 -05:00
Karl W. Schulz c4a744154e update ParaViewDataCollection::Save() with logic to truncate timesteps from
existing pvd file if they are greater than the currently defined time.
Presently implemented for linux only, so disabled SetRestartMode() for windows.

Signed-off-by: Karl W. Schulz <karl@oden.utexas.edu>
2021-06-21 07:56:20 -05:00
Karl W. Schulz 21d7b39e0f reformat for astyle check
Signed-off-by: Karl W. Schulz <karl@oden.utexas.edu>
2021-06-20 16:08:38 -05:00
Karl W. Schulz 9a98a2359e fix assert syntax
Signed-off-by: Karl W. Schulz <karl@oden.utexas.edu>
2021-06-20 15:28:50 -05:00
Karl W. Schulz 1f6158a726 Add a restart_mode for ParaViewDataCollection class (off by default). If
enabled, any timestep values present in a previously created pvd file while be
preserved as long as they are less than the currently defined time.

Signed-off-by: Karl W. Schulz <karl@oden.utexas.edu>
2021-06-20 15:04:46 -05:00
Karl W. Schulz 37586c597c Update ParaViewDataCollection::Save() method to preserve metadata for
previously dumped timesteps if existing .pvd file exists in chosen output
directory.

Signed-off-by: Karl W. Schulz <karl@oden.utexas.edu>
2021-06-17 17:28:49 -05:00
Adrien M. Bernede 04fb572359 Let's forget about 2020 2021-01-26 11:55:36 -08:00
Will Pazner 7fc5ce17ba Zero subnormals in ParaView output 2020-10-28 11:48:46 -07:00
Will Pazner 7b827ad096 Allow for VTU output of boundary elements and attributes 2020-10-19 17:08:02 -07:00
psocratis e9e9741f48 merge master 2020-07-13 18:52:31 -07:00
Tzanio a89750a63a Merge branch 'tests-convergence-dev' into convergence-dev
Conflicts:
	tests/convergence/makefile
2020-06-18 19:19:43 -07:00
Ido Akkerman e985684812 Improved get refinement routines 2020-06-05 17:12:26 +02:00
Ido Akkerman 23cec0568b Corrections for double int conversion 2020-06-03 22:09:09 +02:00
Ido Akkerman d83112c174 Add individual LOD param to visit fields 2020-06-03 16:36:25 +02:00
Ido Akkerman 572470939a Adding ClosedGL pointset for ViSit vis of quadrature data 2020-06-03 16:22:11 +02:00
Ido Akkerman d87f4e347c add qspace to visit 2020-05-27 17:53:10 +02:00
Will Pazner d22a1a8a77 Fix parallel file I/O bug for ParaView output 2020-04-20 13:50:35 -07:00
Will Pazner 78744e4438 Remove unneeded function in ParaViewDataCollection 2020-04-20 13:50:17 -07:00
Tzanio 05125e19d5 Removed a space 2020-03-09 15:36:41 -07:00
Tzanio ca55ef0217 The release number for mfem-4.1 is LLNL-CODE-806117 2020-03-02 17:18:46 -08:00
Julian Andrej 16b8d886b1 revert name change 2020-02-28 10:32:03 -08:00
Aaron Fisher 9a23feb585 Fixed a few old refs to gzstream and added licnse language for the libraries we distribute with MFEM. 2020-02-27 15:20:42 -08:00
Julian Andrej d6dd084cfc replaced gzstream with modified zstr 2020-02-27 14:32:04 -08:00