Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Private Member Functions | |
real(kind=f64) function, dimension(2) | cell_margin_cartesian_mesh_1d (mesh, cell) |
Returns the margin (a,b) for a given cell. More... | |
Definition at line 225 of file sll_m_cartesian_meshes.F90.
|
private |
Returns the margin (a,b) for a given cell.
mesh | pointer to a sll_t_cartesian_mesh_1d object. |
cell | number of cell |
margin | two dimensional array sorted from low to high Last knot belongs to last cell |
Definition at line 1236 of file sll_m_cartesian_meshes.F90.