Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Derived types and interfaces | Functions/Subroutines
sll_m_scalar_field_1d_old Module Reference

Description

Implements the geometry and mesh descriptor types.

Author
  • Edwin
  • Pierre
  • Eric

This module depends on:

Derived types and interfaces

type  scalar_field_1d
 
interface  scalar_function_1D
 

Functions/Subroutines

subroutine initialize_scalar_field_1d (this, field_name, mesh, data_position, init_function)
 
subroutine delete_scalar_field_1d (this)
 
subroutine write_scalar_field_1d (scalar_field, multiply_by_jacobian, output_file_name, output_format)
 

Function/Subroutine Documentation

◆ delete_scalar_field_1d()

subroutine sll_m_scalar_field_1d_old::delete_scalar_field_1d ( type(scalar_field_1d), pointer  this)
private

Definition at line 130 of file sll_m_scalar_field_1d_old.F90.

◆ initialize_scalar_field_1d()

subroutine sll_m_scalar_field_1d_old::initialize_scalar_field_1d ( class(scalar_field_1d), intent(inout)  this,
character(len=*), intent(in)  field_name,
class(sll_t_cartesian_mesh_1d), pointer  mesh,
integer(kind=i32), intent(in)  data_position,
procedure(scalar_function_1d), optional  init_function 
)

Definition at line 74 of file sll_m_scalar_field_1d_old.F90.

◆ write_scalar_field_1d()

subroutine sll_m_scalar_field_1d_old::write_scalar_field_1d ( class(scalar_field_1d scalar_field,
logical, optional  multiply_by_jacobian,
character(len=*), optional  output_file_name,
integer(kind=i32), optional  output_format 
)
private

Definition at line 137 of file sll_m_scalar_field_1d_old.F90.

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