compute_physFluxDivCor_nonConst Subroutine

private subroutine compute_physFluxDivCor_nonConst(nDofs, nScalars, nquadpoints, state_der, state, rot, material, poly_proj, modalCoeffs, nodalPhysFlux, pointVal, iElem, nElems)

Compute the physical flux in x direction. For other directions a properly defined variable permutation can be used. This routine covers non-constant material parameters.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nDofs

dimensions

integer, intent(in) :: nScalars

dimensions

integer, intent(in) :: nquadpoints

dimensions

real(kind=rk), intent(inout) :: state_der(nDofs,nScalars)

Array to store the fluxes in.

real(kind=rk), intent(in) :: state(nDofs,nScalars)

State to compute the fluxes from.

integer, intent(in) :: rot(8)

Rotationing to index the variables.

real(kind=rk), intent(in) :: material(nElems,nDofs,4)

Material parameters (mu, epsilon) for all elements

type(ply_poly_project_type), intent(inout) :: poly_proj

Data for projection method

real(kind=rk), intent(inout) :: modalCoeffs(:,:)

Working array for modal coefficients of the current element in the loop.

real(kind=rk), intent(inout) :: nodalPhysFlux(:,:)

Working array for nodal representation of the physical flux along the 3 spatial directions.

real(kind=rk), intent(inout) :: pointVal(:,:)

Working array for nodal representation of the polynomial with in each cell.

integer, intent(in) :: iElem
integer, intent(in) :: nElems

Number of elements.


Calls

proc~~compute_physfluxdivcor_nonconst~~CallsGraph proc~compute_physfluxdivcor_nonconst compute_physFluxDivCor_nonConst interface~ply_poly_project_m2n ply_poly_project_m2n proc~compute_physfluxdivcor_nonconst->interface~ply_poly_project_m2n proc~ply_convertfromoversample ply_convertFromOversample proc~compute_physfluxdivcor_nonconst->proc~ply_convertfromoversample proc~atl_physfluxmaxwelldivcor atl_physFluxMaxwellDivCor proc~compute_physfluxdivcor_nonconst->proc~atl_physfluxmaxwelldivcor proc~ply_convert2oversample ply_convert2oversample proc~compute_physfluxdivcor_nonconst->proc~ply_convert2oversample interface~ply_poly_project_n2m ply_poly_project_n2m proc~compute_physfluxdivcor_nonconst->interface~ply_poly_project_n2m proc~ply_poly_project_m2n_multivar ply_poly_project_m2n_multiVar interface~ply_poly_project_m2n->proc~ply_poly_project_m2n_multivar proc~ply_convertfromoversample_3d ply_convertFromOversample_3d proc~ply_convertfromoversample->proc~ply_convertfromoversample_3d proc~ply_convertfromoversample_2d ply_convertFromOversample_2d proc~ply_convertfromoversample->proc~ply_convertfromoversample_2d proc~ply_convertfromoversample_1d ply_convertFromOversample_1d proc~ply_convertfromoversample->proc~ply_convertfromoversample_1d proc~ply_convert2oversample_1d ply_convert2oversample_1d proc~ply_convert2oversample->proc~ply_convert2oversample_1d proc~ply_convert2oversample_3d ply_convert2oversample_3d proc~ply_convert2oversample->proc~ply_convert2oversample_3d proc~ply_convert2oversample_2d ply_convert2oversample_2d proc~ply_convert2oversample->proc~ply_convert2oversample_2d proc~ply_poly_project_n2m_multivar ply_poly_project_n2m_multiVar interface~ply_poly_project_n2m->proc~ply_poly_project_n2m_multivar proc~ply_l2p_trafo_2d ply_l2p_trafo_2D proc~ply_poly_project_m2n_multivar->proc~ply_l2p_trafo_2d interface~ply_legtopnt_3d ply_LegTopnt_3D proc~ply_poly_project_m2n_multivar->interface~ply_legtopnt_3d proc~ply_fxt_m2n_1d ply_fxt_m2n_1D proc~ply_poly_project_m2n_multivar->proc~ply_fxt_m2n_1d proc~ply_l2p_trafo_3d ply_l2p_trafo_3D proc~ply_poly_project_m2n_multivar->proc~ply_l2p_trafo_3d proc~ply_l2p_trafo_1d ply_l2p_trafo_1D proc~ply_poly_project_m2n_multivar->proc~ply_l2p_trafo_1d interface~ply_legtopnt_2d ply_legToPnt_2D proc~ply_poly_project_m2n_multivar->interface~ply_legtopnt_2d proc~ply_fxt_m2n_3d ply_fxt_m2n_3D proc~ply_poly_project_m2n_multivar->proc~ply_fxt_m2n_3d proc~ply_fxt_m2n_2d ply_fxt_m2n_2D proc~ply_poly_project_m2n_multivar->proc~ply_fxt_m2n_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_poly_project_n2m_multivar->proc~ply_l2p_trafo_3d 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

Called by

proc~~compute_physfluxdivcor_nonconst~~CalledByGraph proc~compute_physfluxdivcor_nonconst compute_physFluxDivCor_nonConst proc~atl_modg_maxwelldivcor_physflux_nonconst atl_modg_maxwellDivCor_physFlux_NonConst proc~atl_modg_maxwelldivcor_physflux_nonconst->proc~compute_physfluxdivcor_nonconst

Contents