sdr_cube_module Module

cube table from config file


Uses

  • module~~sdr_cube_module~~UsesGraph module~sdr_cube_module sdr_cube_module aot_table_module aot_table_module module~sdr_cube_module->aot_table_module aotus_module aotus_module module~sdr_cube_module->aotus_module env_module env_module module~sdr_cube_module->env_module tem_aux_module tem_aux_module module~sdr_cube_module->tem_aux_module tem_logging_module tem_logging_module module~sdr_cube_module->tem_logging_module

Used by

  • module~~sdr_cube_module~~UsedByGraph module~sdr_cube_module sdr_cube_module module~sdr_proto2treelm_module sdr_proto2treelm_module module~sdr_proto2treelm_module->module~sdr_cube_module program~seeder seeder program~seeder->module~sdr_proto2treelm_module

Derived Types

type, public ::  sdr_cube_type

An auxilary data type to describe a cube.

Read more…

Components

Type Visibility Attributes Name Initial
real(kind=rk), public :: origin(3)
real(kind=rk), public :: center(3)
real(kind=rk), public :: extent
real(kind=rk), public :: halfwidth

Subroutines

public subroutine sdr_load_cube(me, conf, key, pos, parent)

This routine loads the boundCube table from config file

Arguments

Type IntentOptional Attributes Name
type(sdr_cube_type), intent(out) :: me
type(flu_State) :: conf
character(len=*), intent(in), optional :: key

open cube table by given key

integer, intent(in), optional :: pos

open cube table by position

integer, intent(in), optional :: parent

if cube is to be load from pos, parent handle is required