Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Attributes | List of all members
jacobian_matrix_element Type Reference

Functions array. More...

Collaboration diagram for jacobian_matrix_element:

Private Attributes

procedure(sll_i_transformation_func_nopass), pointer, nopass f
 

Detailed Description

Functions array.

Here we try to represent the Jacobian matrix an actual 2D array of functions. But since fortran does not allow arrays of pointers, here we define a special type that can be used as an array element.

Definition at line 100 of file sll_m_coordinate_transformations_2d.F90.

Member Data Documentation

◆ f

procedure(sll_i_transformation_func_nopass), pointer, nopass f
private

Definition at line 101 of file sll_m_coordinate_transformations_2d.F90.

    Report Typos and Errors