DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
OversetCart.utils Namespace Reference

Functions

 get_mesh_2D (str meshFile, DNDS.MPIInfo mpi)
 
 get_mpi4py_comm_from_MPIInfo (DNDS.MPIInfo mpi)
 
 pack_travelling_cell (Geom.Elem.ElemType cellType, int cellZone, int iCell, list[int] cell2nodeRow, np.ndarray coords)
 

Variables

 t_travelling_cell_pack = tuple[Geom.Elem.ElemType, int, int, list[int], np.ndarray]
 

Function Documentation

◆ get_mesh_2D()

OversetCart.utils.get_mesh_2D ( str  meshFile,
DNDS.MPIInfo  mpi 
)

Definition at line 7 of file utils.py.

◆ get_mpi4py_comm_from_MPIInfo()

OversetCart.utils.get_mpi4py_comm_from_MPIInfo ( DNDS.MPIInfo  mpi)

Definition at line 29 of file utils.py.

◆ pack_travelling_cell()

OversetCart.utils.pack_travelling_cell ( Geom.Elem.ElemType  cellType,
int  cellZone,
int  iCell,
list[int]  cell2nodeRow,
np.ndarray  coords 
)

Definition at line 34 of file utils.py.

Variable Documentation

◆ t_travelling_cell_pack

OversetCart.utils.t_travelling_cell_pack = tuple[Geom.Elem.ElemType, int, int, list[int], np.ndarray]

Definition at line 32 of file utils.py.