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

Functions

 elem_get_interpolation_base (Geom.Elem.ElemType type, np.ndarray coords, xq)
 

Variables

 coords = np.array([[0, 0, 0], [1, 0, 0], [1, 1, 0], [0, 1, 0]], dtype=np.float64).T
 

Function Documentation

◆ elem_get_interpolation_base()

OversetCart.ElemInterpolate.elem_get_interpolation_base ( Geom.Elem.ElemType  type,
np.ndarray  coords,
  xq 
)
Note:
xq must be internal

Definition at line 6 of file ElemInterpolate.py.

Variable Documentation

◆ coords

OversetCart.ElemInterpolate.coords = np.array([[0, 0, 0], [1, 0, 0], [1, 1, 0], [0, 1, 0]], dtype=np.float64).T

Definition at line 32 of file ElemInterpolate.py.