atl_compute_local_module Module

local predictors (predictor-corrector approach for local timestepping)


Uses

Used by

  • module~~atl_compute_local_module~~UsedByGraph module~atl_compute_local_module atl_compute_local_module module~atl_predcor_cerk4_module atl_predcor_cerk4_module module~atl_predcor_cerk4_module->module~atl_compute_local_module module~atl_global_time_integration_module atl_global_time_integration_module module~atl_global_time_integration_module->module~atl_predcor_cerk4_module module~atl_container_module atl_container_module module~atl_container_module->module~atl_global_time_integration_module module~atl_program_module atl_program_module module~atl_program_module->module~atl_global_time_integration_module module~atl_program_module->module~atl_container_module program~ateles ateles program~ateles->module~atl_container_module program~ateles->module~atl_program_module program~atl_harvesting atl_harvesting program~atl_harvesting->module~atl_container_module program~atl_harvesting->module~atl_program_module module~atl_initialize_module atl_initialize_module module~atl_initialize_module->module~atl_container_module

Contents


Interfaces

public interface atl_preprocess_local_rhs

  • private subroutine preprocess_local_rhs_cubes(mesh, statedata, scheme, general, boundary, poly_proj_list, equation, material)

    Arguments

    TypeIntentOptionalAttributesName
    type(atl_cube_elem_type), intent(inout) :: mesh

    List of mesh parts. For each level we have one.

    type(atl_statedata_type), intent(inout) :: statedata

    List of states you want to calc the rhs for. For each level we have one.

    type(atl_scheme_type), intent(inout) :: scheme

    List of schemes, for each level.

    type(tem_general_type), intent(inout) :: general

    General treelm structures.

    type(atl_level_boundary_type), intent(in) :: boundary
    type(ply_poly_project_type), intent(inout) :: poly_proj_list(:)

    Data for projection, for each level.

    type(atl_Equations_type), intent(inout) :: equation

    The equation you are operating with.

    type(atl_material_type), intent(inout) :: material

    The material description


Subroutines

private subroutine preprocess_local_rhs_cubes(mesh, statedata, scheme, general, boundary, poly_proj_list, equation, material)

Arguments

TypeIntentOptionalAttributesName
type(atl_cube_elem_type), intent(inout) :: mesh

List of mesh parts. For each level we have one.

type(atl_statedata_type), intent(inout) :: statedata

List of states you want to calc the rhs for. For each level we have one.

type(atl_scheme_type), intent(inout) :: scheme

List of schemes, for each level.

type(tem_general_type), intent(inout) :: general

General treelm structures.

type(atl_level_boundary_type), intent(in) :: boundary
type(ply_poly_project_type), intent(inout) :: poly_proj_list(:)

Data for projection, for each level.

type(atl_Equations_type), intent(inout) :: equation

The equation you are operating with.

type(atl_material_type), intent(inout) :: material

The material description