Enforcing silo writer in runAnalysis

This commit is contained in:
James E McClure
2018-06-15 12:07:20 -04:00
parent a1ff7a215b
commit c9dfb7d2f0

View File

@@ -306,7 +306,9 @@ runAnalysis::runAnalysis( std::shared_ptr<Database> db,
d_restartFile = restart_file + "." + rankString;
d_rank = MPI_WORLD_RANK();
writeIDMap(ID_map_struct(),0,id_map_filename);
// Create the MeshDataStruct
// Initialize IO for silo
IO::initialize("","silo","false");
// Create the MeshDataStruct
d_meshData.resize(1);
d_meshData[0].meshName = "domain";
d_meshData[0].mesh = std::make_shared<IO::DomainMesh>( Dm->rank_info,Dm->Nx-2,Dm->Ny-2,Dm->Nz-2,Dm->Lx,Dm->Ly,Dm->Lz );