ic_gausspulse_type Derived Type

type, public :: ic_gausspulse_type

This type contains datas to define gauss pulse


Inherited by

type~~ic_gausspulse_type~~InheritedByGraph type~ic_gausspulse_type ic_gausspulse_type type~tem_spatial_type tem_spatial_type type~tem_spatial_type->type~ic_gausspulse_type gausspulse type~tem_ini_condition_type tem_ini_condition_type type~tem_ini_condition_type->type~tem_spatial_type ini_state type~tem_spacetime_fun_type tem_spacetime_fun_type type~tem_spacetime_fun_type->type~tem_spatial_type spatial type~tem_st_fun_listelem_type tem_st_fun_listElem_type type~tem_st_fun_listelem_type->type~tem_spacetime_fun_type val type~tem_st_fun_listelem_type->type~tem_st_fun_listelem_type next type~tem_variable_type tem_variable_type type~tem_variable_type->type~tem_spacetime_fun_type st_fun type~tem_st_fun_linkedlist_type tem_st_fun_linkedList_type type~tem_st_fun_linkedlist_type->type~tem_st_fun_listelem_type head

Contents


Components

TypeVisibilityAttributesNameInitial
real(kind=rk), private :: center(3)

Gauss pulse center

real(kind=rk), private :: halfwidth

half width of gauss pulse from center

real(kind=rk), private :: amplitude

height or magnitude of gauss pulse

real(kind=rk), private :: background

reference value. In case of density, it is reference density

real(kind=rk), private :: dx

spatial step size

real(kind=rk), private :: dt

time step size