atl_equation_evaluate_source_modal Subroutine

public subroutine atl_equation_evaluate_source_modal(fun, varSys, currentLevel, nDim, time, eval_rhs, state, poly_proj, polyProjBody, sourceData, consts)

Arguments

Type IntentOptional 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(:)

Calls

proc~~atl_equation_evaluate_source_modal~~CallsGraph proc~atl_equation_evaluate_source_modal atl_equation_evaluate_source_modal interface~ply_poly_project_n2m ply_poly_project_n2m proc~atl_equation_evaluate_source_modal->interface~ply_poly_project_n2m proc~ply_convertfromoversample ply_convertFromOversample proc~atl_equation_evaluate_source_modal->proc~ply_convertfromoversample proc~ply_poly_project_n2m_multivar ply_poly_project_n2m_multiVar interface~ply_poly_project_n2m->proc~ply_poly_project_n2m_multivar proc~ply_convertfromoversample_2d ply_convertFromOversample_2d proc~ply_convertfromoversample->proc~ply_convertfromoversample_2d proc~ply_convertfromoversample_3d ply_convertFromOversample_3d proc~ply_convertfromoversample->proc~ply_convertfromoversample_3d proc~ply_convertfromoversample_1d ply_convertFromOversample_1d proc~ply_convertfromoversample->proc~ply_convertfromoversample_1d proc~ply_l2p_trafo_2d ply_l2p_trafo_2D proc~ply_poly_project_n2m_multivar->proc~ply_l2p_trafo_2d interface~ply_pnttoleg_2d ply_pntToLeg_2D proc~ply_poly_project_n2m_multivar->interface~ply_pnttoleg_2d interface~ply_pnttoleg_3d ply_pntToLeg_3D proc~ply_poly_project_n2m_multivar->interface~ply_pnttoleg_3d proc~ply_l2p_trafo_3d ply_l2p_trafo_3D proc~ply_poly_project_n2m_multivar->proc~ply_l2p_trafo_3d proc~ply_l2p_trafo_1d ply_l2p_trafo_1D proc~ply_poly_project_n2m_multivar->proc~ply_l2p_trafo_1d proc~ply_fxt_n2m_3d ply_fxt_n2m_3D proc~ply_poly_project_n2m_multivar->proc~ply_fxt_n2m_3d proc~ply_fxt_n2m_2d ply_fxt_n2m_2D proc~ply_poly_project_n2m_multivar->proc~ply_fxt_n2m_2d proc~ply_fxt_n2m_1d ply_fxt_n2m_1D proc~ply_poly_project_n2m_multivar->proc~ply_fxt_n2m_1d proc~ply_l2_projection ply_l2_projection proc~ply_l2p_trafo_2d->proc~ply_l2_projection proc~ply_pnttoleg_2d_singvar ply_pntToLeg_2D_singVar interface~ply_pnttoleg_2d->proc~ply_pnttoleg_2d_singvar proc~ply_pnttoleg_2d_multvar ply_pntToLeg_2D_multVar interface~ply_pnttoleg_2d->proc~ply_pnttoleg_2d_multvar proc~ply_pnttoleg_3d_singvar ply_pntToLeg_3D_singVar interface~ply_pnttoleg_3d->proc~ply_pnttoleg_3d_singvar proc~ply_pnttoleg_3d_multvar ply_pntToLeg_3D_multVar interface~ply_pnttoleg_3d->proc~ply_pnttoleg_3d_multvar proc~ply_l2p_trafo_3d->proc~ply_l2_projection proc~ply_l2p_trafo_1d->proc~ply_l2_projection proc~fxtf_flptld_n2m fxtf_flptld_n2m proc~ply_fxt_n2m_3d->proc~fxtf_flptld_n2m proc~ply_fxt_n2m_2d->proc~fxtf_flptld_n2m proc~ply_fxt_n2m_1d->proc~fxtf_flptld_n2m

Called by

proc~~atl_equation_evaluate_source_modal~~CalledByGraph proc~atl_equation_evaluate_source_modal atl_equation_evaluate_source_modal proc~atl_eval_source_force atl_eval_source_force proc~atl_eval_source_force->proc~atl_equation_evaluate_source_modal proc~atl_eval_source_currentdensity atl_eval_source_currentDensity proc~atl_eval_source_currentdensity->proc~atl_equation_evaluate_source_modal proc~eval_source_arbitrary_2d eval_source_arbitrary_2d proc~eval_source_arbitrary_2d->proc~atl_equation_evaluate_source_modal proc~atl_eval_source_force_2d atl_eval_source_force_2D proc~atl_eval_source_force_2d->proc~atl_equation_evaluate_source_modal proc~atl_eval_source_massinjection_2d atl_eval_source_massInjection_2D proc~atl_eval_source_massinjection_2d->proc~atl_equation_evaluate_source_modal proc~atl_eval_source_massinjection atl_eval_source_massInjection proc~atl_eval_source_massinjection->proc~atl_equation_evaluate_source_modal proc~eval_source_arbitrary eval_source_arbitrary proc~eval_source_arbitrary->proc~atl_equation_evaluate_source_modal proc~atl_eval_source_currentdensity_2d atl_eval_source_currentDensity_2d proc~atl_eval_source_currentdensity_2d->proc~atl_equation_evaluate_source_modal proc~eval_source_charge eval_source_charge proc~eval_source_charge->proc~atl_equation_evaluate_source_modal

Contents