tem_adaptation_config_module Module

This module contains routines to load the adaptation parameters



Derived Types

type, public ::  tem_adapt_type

Datatype containig information about adaptation of the mesh

Components

Type Visibility Attributes Name Initial
type(tem_timeControl_type), public :: time

Contains variables which are requested in a lua file

logical, public :: active = .false.

is adaptation active?


Subroutines

public subroutine tem_load_adapt(me, conf)

Load variables, parent scheme and conditions defined in lua file.

Arguments

Type IntentOptional Attributes Name
type(tem_adapt_type), intent(inout) :: me

adapt_type to be filled

type(flu_State), intent(in) :: conf

lua state to read from