Commit Graph
60 Commits
Author SHA1 Message Date
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