Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
sll_o_cell_margin Interface Reference

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...
 

Detailed Description

Definition at line 225 of file sll_m_cartesian_meshes.F90.

Member Function/Subroutine Documentation

◆ cell_margin_cartesian_mesh_1d()

real(kind=f64) function, dimension(2) cell_margin_cartesian_mesh_1d ( class(sll_t_cartesian_mesh_1d), intent(in)  mesh,
integer(kind=i32), intent(in)  cell 
)
private

Returns the margin (a,b) for a given cell.

Parameters
meshpointer to a sll_t_cartesian_mesh_1d object.
cellnumber of cell
margintwo dimensional array sorted from low to high Last knot belongs to last cell

Definition at line 1236 of file sll_m_cartesian_meshes.F90.

    Report Typos and Errors