|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
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 | |
| 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.
| 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.