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
operator(*) Interface Reference

Tensor product. More...

Private Member Functions

type(sll_t_cartesian_mesh_2d) function, pointer sll_f_tensor_product_1d_1d (m_a, m_b)
 Create a 2d mesh from two 1d meshes. More...
 
type(sll_t_cartesian_mesh_4d) function, pointer tensor_product_2d_2d (m_a, m_b)
 Create a 4d mesh from two 2d meshes. More...
 

Detailed Description

Tensor product.

Definition at line 186 of file sll_m_cartesian_meshes.F90.

Member Function/Subroutine Documentation

◆ sll_f_tensor_product_1d_1d()

type(sll_t_cartesian_mesh_2d) function, pointer sll_f_tensor_product_1d_1d ( type(sll_t_cartesian_mesh_1d), intent(in), pointer  m_a,
type(sll_t_cartesian_mesh_1d), intent(in), pointer  m_b 
)
private

Create a 2d mesh from two 1d meshes.

Definition at line 297 of file sll_m_cartesian_meshes.F90.

Here is the call graph for this function:

◆ tensor_product_2d_2d()

type(sll_t_cartesian_mesh_4d) function, pointer tensor_product_2d_2d ( type(sll_t_cartesian_mesh_2d), intent(in), pointer  m_a,
type(sll_t_cartesian_mesh_2d), intent(in), pointer  m_b 
)
private

Create a 4d mesh from two 2d meshes.

Definition at line 313 of file sll_m_cartesian_meshes.F90.

Here is the call graph for this function:
    Report Typos and Errors