Commit Graph
29 Commits
Author SHA1 Message Date
Will Pazner 5b9286caec Fix high-order VTK prism ordering
This was a bug in the VTK library, fixed in:
https://gitlab.kitware.com/vtk/vtk/-/merge_requests/6600
2025-04-15 12:48:18 -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
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08: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
Tzanio Kolev 87290fbf56 Update Copyright to 2010-2024 2024-01-27 13:06:49 -08:00
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -08:00
Tzanio Kolev a46cf91039 Fixed additional instances of implicit type conversion 2022-06-24 09:43:50 -07:00
Will Pazner a47740625b Add support for ParaView output of linear pyramid elements 2022-03-24 10:09:02 -07:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Will Pazner 8d971054ee Replace out with os in VTK code 2022-02-18 08:25:48 -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 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
Will Pazner 1bf24380f2 Move some VTK-specific output functions to vtk.cpp 2021-12-23 13:32:39 -08:00
Stowell, Mark L f7c9bdab17 Renaming "out" and "err" local variables to avoid globals 2021-12-22 15:19:20 -08:00
Adrien M. Bernede 04fb572359 Let's forget about 2020 2021-01-26 11:55:36 -08:00
Will Pazner b73a913dd2 Merge remote-tracking branch 'origin/master' into feature/vtk_high_order
# Conflicts:
#	mesh/vtk.cpp
2020-11-20 11:19:46 -08:00
Will Pazner ab28d29fea Minor 2020-11-18 18:14:38 -08:00
Will Pazner 7deaae57b3 Make VTK tet output consistent with new refined vertex ordering 2020-11-18 17:14:47 -08:00
Will Pazner 34e4dd9a5d Simplify VTK prism permutation 2020-11-17 19:25:54 -08:00
Will Pazner 9dc9c9bcf5 Simplify Mesh::PrintVTU and Mesh::PrintVTK 2020-11-17 17:50:02 -08:00
Will Pazner 9250600e11 Add VTK geometry helpers 2020-11-17 17:38:55 -08: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
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
Tzanio d336039758 Updated license in several new files 2020-02-27 09:33:44 -08:00
Will Pazner 81bdee2ab1 Clean up endianness code 2020-02-23 23:11:50 -08:00
Will Pazner f3487340fd Detect byte order for binary VTK output 2020-02-23 23:05:47 -08:00
Will Pazner 988e317854 Reorganize: move VTK code from mesh.cpp to vtk.cpp 2020-02-16 14:02:13 -08:00