Home
last modified time | relevance | path

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

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DiMOAB.cpp2345 ParallelComm* pco_intx = context.pcomms[*pid_intx]; in iMOAB_ComputeMeshIntersectionOnSphere() local
2356 if (pco_intx) { in iMOAB_ComputeMeshIntersectionOnSphere()
2357 rval = pco_intx->check_all_shared_handles();CHKERRVAL(rval); in iMOAB_ComputeMeshIntersectionOnSphere()
2396 data_intx.remapper = new moab::TempestRemapper ( context.MBI, pco_intx ); in iMOAB_ComputeMeshIntersectionOnSphere()
2460 ParallelComm* pco_intx = context.pcomms[*pid_intx]; in iMOAB_ComputeScalarProjectionWeights() local
2470 assert(pco_intx != NULL); in iMOAB_ComputeScalarProjectionWeights()
2471 rank = pco_intx->rank(); in iMOAB_ComputeScalarProjectionWeights()
2605 ParallelComm* pco_intx = context.pcomms[*pid_intersection]; in iMOAB_ApplyScalarProjectionWeights() local
2609 sstr << "covsrcTagData_" << i << "_" << pco_intx->rank() << ".txt"; in iMOAB_ApplyScalarProjectionWeights()
2624 sstr << "outputSrcDest_" << i << "_"<< pco_intx->rank() << ".h5m"; in iMOAB_ApplyScalarProjectionWeights()
[all …]