Datatype containig information about adaptation of the mesh
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? |
type tem_adapt_type
!>Contains variables which are requested in a lua file
type(tem_timeControl_type) :: time
!> is adaptation active?
logical :: active = .false.
end type tem_adapt_type