sponge.function.calc_vector_nopbc
- sponge.function.calc_vector_nopbc(initial: Tensor, terminal: Tensor)[source]
Compute vector from initial point to terminal point without perodic bundary condition.
- Parameters
initial (Tensor) – Tensor of shape
, where is the spatial dimension of the simulation system (usually 3). Data type is float. Position coordinate of initial pointterminal (Tensor) – Tensor of shape
. Data type is float. Position coordinate of terminal point
- Returns
vector (Tensor), a tensor of shape
. Data type is float.
- Supported Platforms:
Ascend
GPU