#include "rectangleMesh.hpp" pFlow::rectangleMesh::rectangleMesh ( const box& mshBox, int32 nx, int32 ny, int32 nz, repository* rep ) : IOobject( objectFile ( "rectMesh", "", objectFile::READ_NEVER, objectFile::WRITE_NEVER ), IOPattern::MasterProcessorOnly, rep ), meshBox_(mshBox), numCells_(nx, ny, nz) { if(mshBox.minPoint()>= mshBox.maxPoint()) { fatalErrorInFunction<<"Lower corner point of mesh "<("nx"), dict.getVal("ny"), dict.getVal("nz"), rep ) { }