ITM AMNS: User Interface  \$Id: Doxyfile 502 2015-10-15 12:23:45Z dpc $
AMNS Utility Routines

Module implementing a generalized interface to AMNS CPOs. More...

Data Types

module  amns_utility
 Module implementing various utility functions for the AMNS interface. More...
 

Functions/Subroutines

character *24 function amns_utility::int_to_string (int)
 convert an integer to a string More...
 
subroutine interface_to_amns::get_amns_data (reaction_type, reactants, grid, source, shot, run, backend, user, ds_version, ierr, error_description, debug)
 transfer data from the CPO to the internal data structure More...
 
subroutine interface_to_amns::end_amns_data
 deallocate cpos More...
 

Detailed Description

Module implementing a generalized interface to AMNS CPOs.

Author
David Coster, updated by David Tskhakaya \ (updates: get_adas_data –> get_amns_data)
Version
"$Id: interface_to_amns.F90 535 2015-11-07 11:04:17Z dpc $"

Function/Subroutine Documentation

subroutine interface_to_amns::end_amns_data ( )

deallocate cpos

Definition at line 428 of file interface_to_amns.F90.

Here is the caller graph for this function:

subroutine interface_to_amns::get_amns_data ( type(amns_reaction_type), intent(in)  reaction_type,
type(amns_reactants_type), intent(in)  reactants,
type (grid_t), intent(out)  grid,
character*(answer_length), intent(out)  source,
integer  shot,
integer  run,
character (len=*)  backend,
character (len=*)  user,
character (len=*)  ds_version,
integer  ierr,
character*128  error_description,
logical  debug 
)

transfer data from the CPO to the internal data structure

inputs: reaction_type, reactants, shot, run, backend, user, ds_version outputs: grid, source

Definition at line 31 of file interface_to_amns.F90.

Here is the caller graph for this function:

character*24 function amns_utility::int_to_string ( integer, intent(in)  int)

convert an integer to a string

Definition at line 25 of file amns_utility.F90.

Here is the call graph for this function: