MPI-AMRVAC  3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Data Types | Functions/Subroutines | Variables
mod_convert Module Reference

Data Types

interface  sub_convert_vars
 
type  convert_vars_method
 

Functions/Subroutines

subroutine init_convert ()
 
character(len=name_len) function, dimension(1:nwc) get_names_from_string (aux_variable_names, nwc)
 
subroutine add_convert_method2 (phys_convert_vars, nwc, aux_variable_names, file_suffix)
 
subroutine add_convert_method (phys_convert_vars, nwc, dataset_names, file_suffix)
 
subroutine convert_all ()
 
subroutine convert_dat_generic (nwc, dataset_names, file_suffix, convert_vars)
 

Variables

type(convert_vars_method), pointer head_convert_vars_methods
 

Function/Subroutine Documentation

◆ add_convert_method()

subroutine mod_convert::add_convert_method (   phys_convert_vars,
integer, intent(in)  nwc,
character(len=*), dimension(:), intent(in)  dataset_names,
character(len=*), intent(in)  file_suffix 
)

Definition at line 88 of file mod_convert.t.

Here is the call graph for this function:

◆ add_convert_method2()

subroutine mod_convert::add_convert_method2 (   phys_convert_vars,
integer, intent(in)  nwc,
character(len=*), intent(in)  aux_variable_names,
character(len=*), intent(in)  file_suffix 
)

Definition at line 68 of file mod_convert.t.

Here is the call graph for this function:

◆ convert_all()

subroutine mod_convert::convert_all

Definition at line 119 of file mod_convert.t.

Here is the call graph for this function:

◆ convert_dat_generic()

subroutine mod_convert::convert_dat_generic ( integer, intent(in)  nwc,
character(len=*), dimension(:), intent(in)  dataset_names,
character(len=*), intent(in)  file_suffix,
  convert_vars 
)

Definition at line 130 of file mod_convert.t.

Here is the call graph for this function:

◆ get_names_from_string()

character(len=name_len) function, dimension(1:nwc) mod_convert::get_names_from_string ( character(len=*), intent(in)  aux_variable_names,
integer, intent(in)  nwc 
)

Definition at line 39 of file mod_convert.t.

◆ init_convert()

subroutine mod_convert::init_convert

Definition at line 32 of file mod_convert.t.

Variable Documentation

◆ head_convert_vars_methods

type(convert_vars_method), pointer mod_convert::head_convert_vars_methods

Definition at line 28 of file mod_convert.t.