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

Get node positions array. More...

Private Member Functions

subroutine get_node_positions_1d (m, eta1_node)
 
subroutine get_node_positions_2d (m, eta1, eta2)
 

Detailed Description

Get node positions array.

Definition at line 200 of file sll_m_cartesian_meshes.F90.

Member Function/Subroutine Documentation

◆ get_node_positions_1d()

subroutine get_node_positions_1d ( type(sll_t_cartesian_mesh_1d m,
real(kind=f64), dimension(:), allocatable  eta1_node 
)
private

Definition at line 334 of file sll_m_cartesian_meshes.F90.

◆ get_node_positions_2d()

subroutine get_node_positions_2d ( class(sll_t_cartesian_mesh_2d m,
real(kind=f64), dimension(:, :), allocatable  eta1,
real(kind=f64), dimension(:, :), allocatable  eta2 
)
private

Definition at line 376 of file sll_m_cartesian_meshes.F90.

    Report Typos and Errors