atl_solver_param_module Module

Module to provide general solver parameters.

This module provides a solver module variable, to collect general data on the simulation and the solver in a central place.


Uses

Used by

  • module~~atl_solver_param_module~~UsedByGraph module~atl_solver_param_module atl_solver_param_module module~atl_initialize_module atl_initialize_module module~atl_initialize_module->module~atl_solver_param_module module~atl_precice_module atl_precice_module module~atl_initialize_module->module~atl_precice_module module~atl_precice_module->module~atl_solver_param_module module~atl_program_module atl_program_module module~atl_program_module->module~atl_solver_param_module module~atl_program_module->module~atl_initialize_module program~ateles ateles program~ateles->module~atl_solver_param_module program~ateles->module~atl_program_module program~atl_harvesting atl_harvesting program~atl_harvesting->module~atl_solver_param_module program~atl_harvesting->module~atl_initialize_module program~atl_harvesting->module~atl_program_module

Derived Types

type, public ::  atl_solver_param_type

Components

Type Visibility Attributes Name Initial
type(tem_general_type), public :: general

general data coming from treelem

type(ply_sampled_tracking_type), public :: plySampleTrack

Tracking objects to capture subsets of the overall simulation, or derived quantities.

type(tem_BC_prop_type), public :: boundary

Boundary properties of elements in the mesh.

integer, public, allocatable :: var_degree(:)

Polynomial degree for each variable in the variable system.

Read more…
integer, public, allocatable :: lvl_degree(:)

Polynomial degree for each level in the mesh.

integer, public, allocatable :: var_space(:)

Polynomial space for each variable in the variable system.

Read more…
character(len=PathLen), public :: weights_file

Type for balanciing weights


Subroutines

public subroutine atl_load_solver_parameters(me, tree)

Routine to initialize the global parameters, sets the solver module variable.

Read more…

Arguments

Type IntentOptional Attributes Name
type(atl_solver_param_type), intent(inout) :: me
type(treelmesh_type), intent(inout) :: tree