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 Interface Reference

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

Detailed Description

Definition at line 221 of file sll_m_cartesian_meshes.F90.

Member Function/Subroutine Documentation

◆ cell_cartesian_mesh_1d()

integer(kind=i32) function, dimension(size(point)) cell_cartesian_mesh_1d ( class(sll_t_cartesian_mesh_1d), intent(in)  mesh,
real(kind=f64), dimension(:), intent(in)  point 
)
private

Returns cell number(s) for given point(s) in cartesian mesh.

Parameters
meshpointer to a sll_t_cartesian_mesh_1d object.
pointposition for wich cell number should be calculated Last knot belongs to last cell

Definition at line 1222 of file sll_m_cartesian_meshes.F90.

    Report Typos and Errors