284 |
if (! (ids->put(&(Elements_Nodes[0]), num_Elements, num_Elements_numNodes)) ) |
if (! (ids->put(&(Elements_Nodes[0]), num_Elements, num_Elements_numNodes)) ) |
285 |
throw DataException("Error - MeshAdapter::dump: copy Elements_Nodes to netCDF buffer failed: " + *newFileName); |
throw DataException("Error - MeshAdapter::dump: copy Elements_Nodes to netCDF buffer failed: " + *newFileName); |
286 |
|
|
287 |
|
TMPMEMFREE(Elements_Nodes); |
288 |
|
|
289 |
} |
} |
290 |
|
|
291 |
// // // // // Face_Elements // // // // // |
// // // // // Face_Elements // // // // // |
336 |
if (! (ids->put(&(FaceElements_Nodes[0]), num_FaceElements, num_FaceElements_numNodes)) ) |
if (! (ids->put(&(FaceElements_Nodes[0]), num_FaceElements, num_FaceElements_numNodes)) ) |
337 |
throw DataException("Error - MeshAdapter::dump: copy FaceElements_Nodes to netCDF buffer failed: " + *newFileName); |
throw DataException("Error - MeshAdapter::dump: copy FaceElements_Nodes to netCDF buffer failed: " + *newFileName); |
338 |
|
|
339 |
|
TMPMEMFREE(FaceElements_Nodes); |
340 |
|
|
341 |
} |
} |
342 |
|
|
343 |
// // // // // Contact_Elements // // // // // |
// // // // // Contact_Elements // // // // // |
388 |
if (! (ids->put(&(ContactElements_Nodes[0]), num_ContactElements, num_ContactElements_numNodes)) ) |
if (! (ids->put(&(ContactElements_Nodes[0]), num_ContactElements, num_ContactElements_numNodes)) ) |
389 |
throw DataException("Error - MeshAdapter::dump: copy ContactElements_Nodes to netCDF buffer failed: " + *newFileName); |
throw DataException("Error - MeshAdapter::dump: copy ContactElements_Nodes to netCDF buffer failed: " + *newFileName); |
390 |
|
|
391 |
|
TMPMEMFREE(ContactElements_Nodes); |
392 |
|
|
393 |
} |
} |
394 |
|
|
395 |
// // // // // Points // // // // // |
// // // // // Points // // // // // |
442 |
if (! (ids->put(&(Points_Nodes[0]), num_Points)) ) |
if (! (ids->put(&(Points_Nodes[0]), num_Points)) ) |
443 |
throw DataException("Error - MeshAdapter::dump: copy Points_Nodes to netCDF buffer failed: " + *newFileName); |
throw DataException("Error - MeshAdapter::dump: copy Points_Nodes to netCDF buffer failed: " + *newFileName); |
444 |
|
|
445 |
|
TMPMEMFREE(Points_Nodes); |
446 |
|
|
447 |
} |
} |
448 |
|
|
449 |
// // // // // TagMap // // // // // |
// // // // // TagMap // // // // // |