Commit Graph
139 Commits
Author SHA1 Message Date
Tzanio KolevandJan Nikl b6caf24a13 Update fem/datacollection.cpp
Co-authored-by: Jan Nikl <nikl1@llnl.gov>
2025-11-25 11:42:11 -08:00
Cyrus Harrison aa0dbb384f apply review suggestions 2025-11-19 12:50:06 -08:00
Cyrus 34b41058f9 style 2025-11-07 13:27:37 -08:00
Cyrus Harrison 9e48d1b618 Merge branch 'master' into task/2025_10_dc_quad_points 2025-11-07 13:08:08 -08:00
Cyrus Harrison a4ffea2f8a add more entries to the mfem_root file for gf and qf 2025-11-07 13:03:00 -08:00
Cyrus Harrison af36461372 add quad func support to visit and conduit data collections 2025-11-03 15:18:02 -08:00
Hugh Carson 3dfe67a219 Merge branch 'master' into sjg/mesh-vis-dev 2025-09-02 12:11:44 -04:00
Will Pazner 2421b48f56 Enable compression by default in ParaViewHDFDataCollection 2025-05-30 07:19:55 -07:00
Hugh Carson 484249d94c Move coefficient fields to ParaViewDataCollection 2025-05-13 12:16:26 -04:00
Hugh Carson 003b4175df Merge remote-tracking branch 'origin/master' into sjg/mesh-vis-dev 2025-04-22 14:20:21 -04:00
Hugh Carson fe83a192e9 Merge branch 'master' into sjg/mesh-vis-dev 2025-04-15 14:01:33 -04:00
Will Pazner c0ce07fb2d Enable VTKHDF functionality only when HDF5 is enabled 2025-04-11 10:22:03 -07:00
Will Pazner 9c27d41fbe Handle empty prefix path in ParaViewHDFDataCollection 2025-04-11 10:22:03 -07:00
Will Pazner 1909fcc489 Update VTU file format to version 2.2, update hex node ordering 2025-04-11 10:22:03 -07:00
Will Pazner 754cc7a4f8 Handle HDF5 built without parallel support 2025-04-11 10:22:03 -07:00
Will Pazner 3aa19b7a3f Create prefix path in ParaViewHDFDataCollection 2025-04-11 10:22:03 -07:00
Will Pazner 019da753cd Support restart mode in ParaViewHDFDataCollection 2025-04-11 10:22:03 -07:00
Will Pazner 0524c5b012 Flush HDF5 output in ParaViewHDFDataCollection::Save 2025-04-11 10:22:03 -07:00
Will Pazner 0dfe9eaff8 High-order output in ParaViewHDFDataCollection 2025-04-11 10:22:03 -07:00
Will Pazner dc578cc8d3 VTKHDF output in 32 and 64 bits 2025-04-11 10:22:03 -07:00
Will Pazner 18ff1d4772 Add ParaViewHDFDataCollection
Add abstract base class ParaViewDataCollectionBase inherited from by both
ParaViewDataCollection and ParaViewHDFDataCollection.
2025-04-11 10:22:03 -07:00
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
Hugh Carson 0c2f087bb9 Merge branch 'master' into sjg/mesh-vis-dev 2024-09-13 13:08:42 -04:00
Will Pazner 96382fe2a6 Add component labels to ParaView VTU output
This fixes an inconsistency between the interpretation of components for 3x3
symmetric matrices.

Resolves #4398.
2024-07-15 13:42:50 -07:00
Sebastian Grimberg 94ccc4f364 Fix for single precision builds 2024-05-06 12:20:30 -07:00
Sebastian Grimberg 46d81f4742 Merge branch 'master' into sjg/mesh-vis-dev 2024-04-04 11:31:21 -07:00
Tzanio Kolev 87290fbf56 Update Copyright to 2010-2024 2024-01-27 13:06:49 -08:00
Sebastian Grimberg 70a1fd7679 Revert addition of length scale for mesh coordinates in mesh output 2023-11-06 07:58:57 -08:00
Sebastian Grimberg a4f4e00ba0 Merge branch 'master' into sjg/mesh-vis-dev 2023-09-06 11:30:19 -07:00
Sebastian Grimberg ba938e8a97 Fix from merge 2023-09-06 11:30:17 -07:00
Will Pazner df8b9928f8 Save QFields with correct name in VTU format 2023-08-09 22:04:47 -07:00
hughcars ad989ab425 Merge branch 'master' into sjg/mesh-vis-dev 2023-03-30 15:04:25 -04:00
Sebastian Grimberg 7caa15acde Address PR comments 2023-03-15 16:23:40 -07:00
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
Sebastian Grimberg 04009fedb0 make style 2023-03-06 10:19:59 -08:00
Sebastian Grimberg 098db1b70c Mesh and DataCollection upgrades 2023-03-03 17:28:25 -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