Commit Graph
18 Commits
Author SHA1 Message Date
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
Cyrus Harrison 76068a7f52 changes for restoring domain decompsed mesh that is not ParMesh 2018-02-12 12:43:23 -08:00
Veselin Dobrev 88338259c9 In class DataCollection, add and use two utility methods for the mesh
filename.

Add the load-dc miniapp to .gitignore.

Fix typo.
2018-01-18 20:14:30 -08:00
Veselin Dobrev c533d75759 Rename the constants in the enum DataCollection::Format to
'SERIAL_FORMAT' and 'PARALLEL_FORMAT'.

Mention the parallel format option in a comment in ex9p.cpp.
2018-01-15 23:49:36 -08:00
Veselin Dobrev 83dd511027 In class DataCollection, add enumeration Format to be used with
the SetFormat method.

Some doxygen edits.
2017-12-26 17:16:18 -08:00
Veselin Dobrev d903f924a5 In class DataCollection:
* Add MPI_Comm data member when MPI is enabled; removed the MPI_Comm
  from the derived class SidreDataCollection.
* Add method to get the associated MPI_Comm: GetComm().
* In the constructor, if the collection_name contains '/' split it into
  prefix + name.
* Made constructor explicit to suppress implicit conversion from
  std::string.

In class VisItDataCollection:
* Add constructor that takes MPI_Comm + collection name as input: this
  constructor can be with the Load() method to load parallel meshes.
2017-12-18 21:13:38 -08:00
Veselin Dobrev 4f62e9f4ac In class DataCollection, add support for separate number of digits to be
used for the cycle number and for the MPI rank.
2017-07-28 15:55:17 -07:00
Tzanio 1569425857 Version 3.3 2017-01-28 22:05:47 -08:00
Jakub Cerveny 125ff226e4 Version 3.2 2016-06-30 10:37:30 -07:00
Tzanio dbae60fe32 Version 3.1 2016-02-16 15:45:48 -08:00
Tzanio Kolev 9d7774a03e Version 3.0 2015-01-26 15:07:34 -08:00