tem_cylindricalWave_module Module

This module gathers information for the scalar cylindrical wave.


Uses

  • module~~tem_cylindricalwave_module~2~~UsesGraph module~tem_cylindricalwave_module~2 tem_cylindricalWave_module module~tem_aux_module tem_aux_module module~tem_cylindricalwave_module~2->module~tem_aux_module module~env_module env_module module~tem_cylindricalwave_module~2->module~env_module module~tem_logging_module tem_logging_module module~tem_cylindricalwave_module~2->module~tem_logging_module module~aotus_module aotus_module module~tem_cylindricalwave_module~2->module~aotus_module module~aot_table_module aot_table_module module~tem_cylindricalwave_module~2->module~aot_table_module module~tem_aux_module->module~env_module module~tem_aux_module->module~tem_logging_module module~tem_aux_module->module~aotus_module module~tem_aux_module->module~aot_table_module module~flu_binding flu_binding module~tem_aux_module->module~flu_binding module~tem_lua_requires_module tem_lua_requires_module module~tem_aux_module->module~tem_lua_requires_module module~tem_tools_module tem_tools_module module~tem_aux_module->module~tem_tools_module module~soi_revision_module soi_revision_module module~tem_aux_module->module~soi_revision_module mpi mpi module~tem_aux_module->mpi module~tem_comm_env_module tem_comm_env_module module~tem_aux_module->module~tem_comm_env_module module~env_module->module~aotus_module module~env_module->module~flu_binding iso_fortran_env iso_fortran_env module~env_module->iso_fortran_env module~env_module->mpi module~tem_logging_module->module~env_module module~tem_logging_module->module~aotus_module module~tem_logging_module->module~aot_table_module module~tem_lua_requires_module->module~env_module module~tem_lua_requires_module->module~aotus_module module~tem_lua_requires_module->module~aot_table_module module~tem_lua_requires_module->module~flu_binding iso_c_binding iso_c_binding module~tem_lua_requires_module->iso_c_binding module~tem_tools_module->module~env_module module~tem_comm_env_module->mpi

Contents


Derived Types

type, public ::  tem_cylindricalWave_type

This type contains datas to define the scalar cylindrical wave.

Components

Type Visibility Attributes Name Initial
integer, public :: order

The wave order

real(kind=rk), public :: radialConstant

The radial constant

real(kind=rk), public :: radius

The cut radius of the cylindrical wave


Functions

public function tem_eval_cylindricalWave(me, coord, time, n) result(res)

Calculate the function values for the cylindrical wave.

Arguments

Type IntentOptional Attributes Name
type(tem_cylindricalWave_type) :: me

Spacetime function to evaluate

real(kind=rk), intent(in) :: coord(n,3)

barycentric Ids of an elements. 1st index goes over number of elements and 2nd index goes over x,y,z coordinates

real(kind=rk), intent(in) :: time

The current physical time

integer, intent(in) :: n

Number of arrays to return

Return Value real(kind=rk), (n)

return value


Subroutines

public subroutine tem_load_cylindricalWave(conf, thandle, me)

Load definition of the scalar cylindrical wave.

Arguments

Type IntentOptional Attributes Name
type(flu_State) :: conf

lua state type

integer, intent(in) :: thandle

aotus parent handle

type(tem_cylindricalWave_type), intent(out) :: me