mus_moments_type_module Module

This module provides a data type for moment definition


Uses

  • module~~mus_moments_type_module~~UsesGraph module~mus_moments_type_module mus_moments_type_module module~tem_matrix_module tem_matrix_module module~mus_moments_type_module->module~tem_matrix_module module~env_module env_module module~mus_moments_type_module->module~env_module

Used by

  • module~~mus_moments_type_module~~UsedByGraph module~mus_moments_type_module mus_moments_type_module module~mus_mrtrelaxation_module mus_mrtRelaxation_module module~mus_mrtrelaxation_module->module~mus_moments_type_module module~mus_scheme_layout_module mus_scheme_layout_module module~mus_scheme_layout_module->module~mus_moments_type_module module~mus_moments_module mus_moments_module module~mus_moments_module->module~mus_moments_type_module module~mus_relaxationparam_module mus_relaxationParam_module module~mus_relaxationparam_module->module~mus_moments_type_module

Contents


Derived Types

type, public :: mus_moment_type

moment space definition

Components

TypeVisibilityAttributesNameInitial
logical, private :: mom_ready =.false.

is true if this type is already filled and no need to fill again after load balancing

type(tem_matrix_type), private :: toMoments

transformation matrix from pdf space to moments

type(tem_matrix_type), private :: toPDF

transformation matrix from moment space to pdf

character(len=labelLen), private, allocatable:: momLabel(:)

Labels of the moments

integer, private, allocatable:: first_moments(:)

position of first order moments in moments vector

integer, private, allocatable:: second_moments(:)

position of second order moments in moments vector

integer, private, allocatable:: third_moments(:)

position of third order moments in moments vector

integer, private, allocatable:: fourth_moments(:)

position of fourth order moments in moments vector