Commit Graph
60 Commits
Author SHA1 Message Date
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
Tzanio e689fd5b28 Merge branch 'master' into bsd-relicense 2020-02-27 09:29:25 -08:00
Will Pazner f3487340fd Detect byte order for binary VTK output 2020-02-23 23:05:47 -08:00
Tzanio 2caa222edf A number of changes to switch the code from LGPL-2.1 to BSD-3:
- Updated LICENSE, README, CHANGELOG and CONTRIBUTING.md
- Removed COPYRIGHT, added NOTICE
- Updated the headers in all source files, makefiles, etc.
2020-02-23 11:16:46 -08:00
Will Pazner 988e317854 Reorganize: move VTK code from mesh.cpp to vtk.cpp 2020-02-16 14:02:13 -08:00
Will Pazner 8f2c567df1 Don't need to explicitly close file stream 2020-02-14 22:26:47 -08:00
Will Pazner 68d280dd70 Don't duplicate functionality of DataCollection base class 2020-02-14 09:14:10 -08:00
Will Pazner 124f91f2d3 Use compression instead of compression_level
Reuse existing field in DataCollection base class
2020-02-14 09:13:07 -08:00
Will Pazner 7f3050cc90 Fix ifdef issue in serial 2020-02-13 16:16:11 -08:00
Will Pazner 99c894a508 Fix gitignore and address warnings 2020-02-13 16:07:57 -08:00
Will Pazner 1a97440384 Add option for setting default compression level 2020-02-13 15:18:00 -08:00
Will Pazner ff94d65c18 Fix bug in DataCollection::SetCompression 2020-02-13 14:49:28 -08:00
Will Pazner 8779a96e95 Allow for different compression levels 2020-02-13 14:49:19 -08:00
Will Pazner e81cf3c8ab Replace some std::endl with newline character
Note that std::endl flushes the buffer, so we can get better
performance by using newlines when there is no need to flush.
2020-02-13 13:48:26 -08:00
Will Pazner a6fd497ce6 Allow for compressed binary ParaView output 2020-02-12 22:08:32 -08:00
Will Pazner 3054222f50 Fix ParaViewDataCollection constructor in parallel 2020-02-06 16:57:39 -08:00
Will Pazner 7909bbd0eb Allow binary output in 32 bits
Also allow for partial output of pvd files
2020-02-06 16:25:47 -08:00
Will Pazner b7c1806b1d Add high-order output in ParaView data collection 2020-02-05 09:06:05 -08:00
Will Pazner 1fae44428a Minor simplifications to binary I/O 2020-02-05 07:36:11 -08:00
Will Pazner c712efa998 Allow writing ParaViewDataCollection in binary mode 2020-02-04 19:40:42 -08:00
Tzanio 76a2579dbf Final adjustments 2019-12-26 18:29:56 -08:00
blaz 5da38b41e3 modified: datacollection.cpp
modified:   ../mesh/mesh.cpp
2019-12-14 10:06:18 -08:00
blaz 468cdda403 modified: ../fem/datacollection.cpp
modified:   ../fem/datacollection.hpp
2019-12-13 16:01:39 -08:00
blaz c85347314a modified: datacollection.cpp
modified:   ../mesh/mesh.cpp
2019-12-13 15:19:46 -08:00
blaz 4aa3158ca2 modified: ../fem/datacollection.cpp
modified:   mesh.cpp
2019-12-09 22:31:37 -08:00
blaz 0be7c715c6 modified: fem/datacollection.cpp
modified:   fem/datacollection.hpp

The modified code add the possibility to save gridfunctions in xml-paraview format. Example can be found in ex5p.cpp.
2019-12-06 22:53:09 -08:00
blaz 2dbd31901b modified: datacollection.cpp 2019-12-05 16:12:21 -08:00
blaz 6adc0ee115 modified: fem/datacollection.cpp
modified:   fem/datacollection.hpp
2019-12-02 16:01:14 -08:00
blaz 566d3bcc2b modified: examples/ex5p.cpp
modified:   fem/datacollection.cpp
2019-11-26 15:34:49 -08:00
blaz c98367435b modified: examples/ex5p.cpp
modified:   fem/datacollection.cpp
	modified:   fem/datacollection.hpp
2019-11-20 16:47:02 -08:00
blaz 3b07bc4f52 modified: examples/ex5.cpp
modified:   examples/ex5p.cpp
	modified:   fem/datacollection.cpp
	modified:   fem/datacollection.hpp
	modified:   mesh/mesh.cpp
2019-11-20 09:59:02 -08:00
blaz a2390986c1 modified: examples/ex5.cpp
modified:   examples/ex5p.cpp
	modified:   fem/datacollection.cpp
	modified:   fem/datacollection.hpp
2019-11-19 22:19:16 -08:00
blaz 2fdd1702b3 modified: fem/datacollection.cpp
modified:   fem/datacollection.hpp
2019-11-19 21:05:50 -08:00
blaz ad1e4681e2 modified: fem/datacollection.cpp
modified:   fem/datacollection.hpp
2019-11-15 20:28:53 -08:00
blaz e4c82ea746 modified: fem/datacollection.cpp
modified:   fem/datacollection.hpp
2019-11-15 15:14:08 -08:00
blaz fee506b509 modified: fem/datacollection.cpp
modified:   fem/datacollection.hpp
	modified:   mesh/mesh.cpp
	modified:   mesh/mesh.hpp
2019-11-15 09:21:28 -08:00
Tzanio 6fd69230ff Fix uninitialised value found by valgrind 2019-05-20 11:40:11 -07:00
Aaron Fisher 111f2158cb Added the gzstream capability to the data collection classes. 2019-02-12 13:05:32 -08:00
Veselin Dobrev c0b2b60849 Some tweaks in VisItDataCollection.
This should fix a segfault uncovered by the internal unit tests,
which probably was due to 'mesh' being NULL leading to segfault
when accessing 'mesh->NURBSext'.
2018-07-03 16:34:05 -07:00
Ido Akkerman d0661f2302 Adding a desired LOD field to the visit output 2018-05-24 14:25:03 +02:00
Tzanio 73d826424b Merge branch 'master' into task/2017_12_conduit_support
Conflicts:
	fem/datacollection.cpp
2018-03-05 12:20:05 -08:00
Tzanio 12328b41c7 Minor 2018-02-23 18:21:19 -08:00
Tzanio a493146988 Minor 2018-02-23 17:20:06 -08:00
Kenneth Weiss 65b8f0a7e5 Refactors FieldMap in DataCollection class into its own class.
A NamedFieldMap is now a lightweight adaptor class over an std::map
that allows deleting the mapped pointer.
2018-02-20 20:26:31 -08:00