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 |
||
integer, | intent(in) | :: | currentLevel | The current Level information |
||
integer, | intent(in) | :: | nDim | The dimension information |
||
type(tem_time_type), | intent(in) | :: | time | Point in time at which to evaluate the variable. |
||
procedure(atl_compute_source_interface), | pointer | :: | eval_rhs | The pointer to the equation specific RHS evaluation |
||
real(kind=rk), | intent(in) | :: | state(:,:,:) | |||
type(ply_poly_project_type), | intent(inout) | :: | poly_proj | Parameters for projection |
||
type(ply_prj_body_type) | :: | polyProjBody | the data needed for the projection method |
|||
real(kind=rk), | intent(inout) | :: | sourceData(:,:,:) | |||
real(kind=rk), | intent(in), | optional | :: | consts(:) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iElem | ||||
integer, | private | :: | nComps | ||||
integer, | private | :: | nDofs | ||||
integer, | private | :: | nElems | ||||
integer, | private | :: | nQuadPoints | ||||
integer, | private | :: | nOverSampDofs | ||||
integer, | private | :: | posInTotal | ||||
integer, | private | :: | idx_start | ||||
integer, | private | :: | idx_end | ||||
integer, | private | :: | iPoint | ||||
integer, | private | :: | iComp | ||||
real(kind=rk), | private, | allocatable | :: | constants(:) | |||
real(kind=rk), | private, | allocatable | :: | source(:) | |||
real(kind=rk), | private, | allocatable | :: | sourceNodal(:,:) | |||
real(kind=rk), | private, | allocatable | :: | rhsModal(:,:) | |||
real(kind=rk), | private, | allocatable | :: | rhs(:,:) | |||
real(kind=rk), | private, | allocatable | :: | stateModal(:,:) | |||
real(kind=rk), | private, | allocatable | :: | rhsNodal(:,:) | |||
real(kind=rk), | private, | allocatable | :: | stateNodal(:,:) |