modg_nodal_bnd Subroutine

private subroutine modg_nodal_bnd(bc, faceOp, poly_proj, equation, normalRot, time, currentFace, currentLevel, nDerivatives, nQuadPoints, oversamp_dofs, modalFace, faceMaterial)

Set boundary values in a nodal way

Arguments

Type IntentOptional Attributes Name
type(atl_boundary_type), intent(in) :: bc

The boundary condition to generate the modal representation for.

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

The modal representation on the face of the neighboring element.

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

Data for the projection methods

type(atl_Equations_type), intent(in) :: equation

The equation system you use.

type(coordRotation_type), intent(in) :: normalRot

Rotation indices to rotate global coordinate system into face normal coordinate system.

type(tem_time_type), intent(in) :: time

The absolute time point.

integer, intent(in) :: currentFace

current face to compute on, used for index

integer, intent(in) :: currentLevel

the level to compute on

integer, intent(in) :: nDerivatives

The number of derivative boundaries to be set

integer, intent(in) :: nQuadPoints

Number of quadurature points on the face andi Number of Dofs for the face

integer, intent(in) :: oversamp_dofs

Number of quadurature points on the face andi Number of Dofs for the face

real(kind=rk), intent(out) :: modalFace(:,:)

result of the bnd routine, modal coefficent on the boundary faces

real(kind=rk), intent(in), optional :: faceMaterial(:,:)

The material of the boundary face First dimension is the number of points on the face. Second dimension is the number of material parameters.


Calls

proc~~modg_nodal_bnd~~CallsGraph proc~modg_nodal_bnd modg_nodal_bnd interface~ply_poly_project_m2n ply_poly_project_m2n proc~modg_nodal_bnd->interface~ply_poly_project_m2n interface~ply_poly_project_n2m ply_poly_project_n2m proc~modg_nodal_bnd->interface~ply_poly_project_n2m proc~modg_bnd_extrapolate modg_bnd_extrapolate proc~modg_nodal_bnd->proc~modg_bnd_extrapolate proc~modg_bnd_mirrorpoint modg_bnd_mirrorPoint proc~modg_nodal_bnd->proc~modg_bnd_mirrorpoint proc~ply_convert2oversample ply_convert2oversample proc~modg_nodal_bnd->proc~ply_convert2oversample proc~ply_convertfromoversample ply_convertFromOversample proc~modg_nodal_bnd->proc~ply_convertfromoversample tem_abort tem_abort proc~modg_nodal_bnd->tem_abort val val proc~modg_nodal_bnd->val proc~ply_poly_project_m2n_multivar ply_poly_project_m2n_multiVar interface~ply_poly_project_m2n->proc~ply_poly_project_m2n_multivar proc~ply_poly_project_n2m_multivar ply_poly_project_n2m_multiVar interface~ply_poly_project_n2m->proc~ply_poly_project_n2m_multivar proc~modg_bnd_mirrorpoint->val get_valofindex get_valofindex proc~modg_bnd_mirrorpoint->get_valofindex tem_startTimer tem_startTimer proc~modg_bnd_mirrorpoint->tem_startTimer tem_stopTimer tem_stopTimer proc~modg_bnd_mirrorpoint->tem_stopTimer proc~ply_convert2oversample_1d ply_convert2oversample_1d proc~ply_convert2oversample->proc~ply_convert2oversample_1d proc~ply_convert2oversample_2d ply_convert2oversample_2d proc~ply_convert2oversample->proc~ply_convert2oversample_2d proc~ply_convert2oversample_3d ply_convert2oversample_3d proc~ply_convert2oversample->proc~ply_convert2oversample_3d proc~ply_convertfromoversample_1d ply_convertFromOversample_1d proc~ply_convertfromoversample->proc~ply_convertfromoversample_1d 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

Called by

proc~~modg_nodal_bnd~~CalledByGraph proc~modg_nodal_bnd modg_nodal_bnd proc~atl_modg_bnd atl_modg_bnd proc~atl_modg_bnd->proc~modg_nodal_bnd proc~atl_modg_set_bnd atl_modg_set_bnd proc~atl_modg_set_bnd->proc~atl_modg_bnd proc~atl_set_covolume_bnd atl_set_covolume_bnd proc~atl_set_covolume_bnd->proc~atl_modg_bnd proc~atl_interpolate_elemstate atl_interpolate_elemstate proc~atl_interpolate_elemstate->proc~atl_set_covolume_bnd proc~atl_interpolate_elemstate->proc~atl_interpolate_elemstate proc~preprocess_rhs_cubes preprocess_rhs_cubes proc~preprocess_rhs_cubes->proc~atl_modg_set_bnd interface~atl_preprocess_rhs atl_preprocess_rhs interface~atl_preprocess_rhs->proc~preprocess_rhs_cubes proc~atl_covolume_tocovolume atl_covolume_tocovolume proc~atl_covolume_tocovolume->proc~atl_interpolate_elemstate proc~atl_covolume_tocovolume_1d atl_covolume_tocovolume_1d proc~atl_covolume_tocovolume_1d->proc~atl_interpolate_elemstate proc~atl_covolume_tocovolume_2d atl_covolume_tocovolume_2d proc~atl_covolume_tocovolume_2d->proc~atl_interpolate_elemstate