equations
i n i t
t h e
v a r i a b l e s
f o r
m a x w e l l
e q u a t i o n
( 2 D ,
T E - m o d e
f o r m u l a t i o n ) .
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_Equations_type), | intent(inout) | :: | equation |
The equation system |
||
type(atl_varSys_solverData_type) | :: | methodData |
the pointer to the data required for the varsys |
a p p e n d
t h e
v a r i a b l e s
f o r
e l e c t r o d y n a m i c
s i m u l a t i o n s
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_Equations_type), | intent(inout) | :: | equation |
The equation system |
||
type(atl_varSys_solverData_type), | target | :: | methodData |
the pointer to the data required for the varsys |
e v a l u a t e
" c u r r e n t D e n s i t y "
s o u r c e
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(atl_source_op_type), | intent(in) | :: | fun |
Description of method to update source |
||
type(tem_varSys_type), | intent(in) | :: | varSys |
variable system |
||
type(tem_time_type), | intent(in) | :: | time |
Point in time at which to evaluate the variable. |
||
type(atl_cube_elem_type), | intent(in) | :: | mesh |
Current level mesh information |
||
type(ply_poly_project_type), | intent(inout) | :: | poly_proj |
Parameters for projection |
||
integer, | intent(in) | :: | currentLevel |
current level |
||
real(kind=rk), | intent(in) | :: | state(:,:,:) |
The state in modal space. This is needed for several source terms that have to be applied to the current state |
||
real(kind=rk), | intent(in) | :: | material(:) |
Material description for the complete domain. Used for evaluation of some source terms. |
||
real(kind=rk), | intent(inout) | :: | sourcedata(:,:,:) |
The source data to update. When all source terms are added to this buffer, it is applied to the state. |
i n i t
s o u r c e
t e r m s
f o r
e l e c t r o d y n a m i c
s i m u l a t i o n s .
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_possible_variable_type), | intent(out) | :: | possVars | |||
type(atl_eqn_sourceMap_type), | intent(out), | allocatable | :: | eval_source(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(inout) | :: | rhs(:,:) |
The Right Hand side to be updated |
||
real(kind=rk), | intent(in) | :: | source(:,:) |
The source data to be used |
||
real(kind=rk), | intent(in) | :: | state(:,:) |
The state in the modal form |
||
real(kind=rk), | intent(in) | :: | constants(:) |
the constants required for the evaluation of source |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(inout) | :: | rhs(:,:) |
The Right Hand side to be updated |
||
real(kind=rk), | intent(in) | :: | source(:,:) |
The source data to be used |
||
real(kind=rk), | intent(in) | :: | state(:,:) |
The state in the modal form |
||
real(kind=rk), | intent(in) | :: | constants(:) |
the constants required for the evaluation of source |
e v a l u a t e
" p m l "
s o u r c e
( u n i a x i a l
P M L )
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(atl_source_op_type), | intent(in) | :: | fun |
Description of method to update source |
||
type(tem_varSys_type), | intent(in) | :: | varSys |
variable system |
||
type(tem_time_type), | intent(in) | :: | time |
Point in time at which to evaluate the variable. |
||
type(atl_cube_elem_type), | intent(in) | :: | mesh |
Current level mesh information |
||
type(ply_poly_project_type), | intent(inout) | :: | poly_proj |
Parameters for projection |
||
integer, | intent(in) | :: | currentLevel |
current level |
||
real(kind=rk), | intent(in) | :: | state(:,:,:) |
The state in modal space. This is needed for several source terms that have to be applied to the current state |
||
real(kind=rk), | intent(in) | :: | material(:) |
Material description for the complete domain. Used for evaluation of some source terms. |
||
real(kind=rk), | intent(inout) | :: | sourcedata(:,:,:) |
The source data to update. When all source terms are added to this buffer, it is applied to the state. |