Home
last modified time | relevance | path

Searched refs:conn_fname (Results 1 – 2 of 2) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DNCHelperHOMME.cpp254 std::string conn_fname; in create_mesh() local
262 rval = _opts.get_str_option("CONN", conn_fname); in create_mesh()
265 conn_fname = std::string(fileName); in create_mesh()
266 size_t idx = conn_fname.find_last_of("/"); in create_mesh()
268 conn_fname = conn_fname.substr(0, idx).append("/HommeMapping.nc"); in create_mesh()
270 conn_fname = "HommeMapping.nc"; in create_mesh()
276 …success = NCFUNC(open)(myPcomm->proc_config().proc_comm(), conn_fname.c_str(), 0, MPI_INFO_NULL, &… in create_mesh()
279 success = NCFUNC(open)(MPI_COMM_SELF, conn_fname.c_str(), 0, MPI_INFO_NULL, &connectId); in create_mesh()
282 success = NCFUNC(open)(conn_fname.c_str(), 0, &connectId); in create_mesh()
308 conn_fname.c_str(), fileName.c_str(), num_quads, nCells); in create_mesh()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/io/
H A Dread_ucd_nc.cpp10 std::string conn_fname = TestDir + "/io/HommeMapping.nc"; variable
413 ErrorCode rval = mb.load_file(conn_fname.c_str(), NULL, opts.c_str()); in test_read_conn()