Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Private Member Functions | |
integer(kind=i32) function, dimension(size(point)) | cell_cartesian_mesh_1d (mesh, point) |
Returns cell number(s) for given point(s) in cartesian mesh. More... | |
Definition at line 221 of file sll_m_cartesian_meshes.F90.
|
private |
Returns cell number(s) for given point(s) in cartesian mesh.
mesh | pointer to a sll_t_cartesian_mesh_1d object. |
point | position for wich cell number should be calculated Last knot belongs to last cell |
Definition at line 1222 of file sll_m_cartesian_meshes.F90.