181 |
throw DataException("Error - MeshAdapter::dump: appending num_ContactElements to NetCDF file failed: " + *newFileName); |
throw DataException("Error - MeshAdapter::dump: appending num_ContactElements to NetCDF file failed: " + *newFileName); |
182 |
if (!dataFile.add_att("num_Points",num_Points) ) |
if (!dataFile.add_att("num_Points",num_Points) ) |
183 |
throw DataException("Error - MeshAdapter::dump: appending num_Points to NetCDF file failed: " + *newFileName); |
throw DataException("Error - MeshAdapter::dump: appending num_Points to NetCDF file failed: " + *newFileName); |
184 |
|
if (!dataFile.add_att("num_Elements_numNodes",num_Elements_numNodes) ) |
185 |
|
throw DataException("Error - MeshAdapter::dump: appending num_Elements_numNodes to NetCDF file failed: " + *newFileName); |
186 |
|
if (!dataFile.add_att("num_FaceElements_numNodes",num_FaceElements_numNodes) ) |
187 |
|
throw DataException("Error - MeshAdapter::dump: appending num_FaceElements_numNodes to NetCDF file failed: " + *newFileName); |
188 |
|
if (!dataFile.add_att("num_ContactElements_numNodes",num_ContactElements_numNodes) ) |
189 |
|
throw DataException("Error - MeshAdapter::dump: appending num_ContactElements_numNodes to NetCDF file failed: " + *newFileName); |
190 |
|
|
191 |
// // // // // Nodes // // // // // |
// // // // // Nodes // // // // // |
192 |
|
|