Set boundary values in a nodal way
Type | Intent | Optional | 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 | The parameters for projection method. |
||
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 cpmoute on, needed to access correct 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 | integers for allocation of temp arrays, depend on number of quadrature points and for modal values number of dofs |
||
integer, | intent(in) | :: | oversamp_dofs | integers for allocation of temp arrays, depend on number of quadrature points and for modal values number of dofs |
||
real(kind=rk), | intent(inout) | :: | 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. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iBcVar | ||||
integer, | private | :: | bcIndex | ||||
integer, | private | :: | iter | ||||
integer, | private | :: | nVars | ||||
real(kind=rk), | private, | allocatable | :: | pointValOp(:,:) | |||
real(kind=rk), | private, | allocatable | :: | pointFace(:,:) | |||
real(kind=rk), | private, | allocatable | :: | tmpFace(:,:) | |||
real(kind=rk), | private, | allocatable | :: | pointValOp_derX(:,:) | |||
real(kind=rk), | private, | allocatable | :: | pointValOp_derY(:,:) | |||
real(kind=rk), | private, | allocatable | :: | pointFace_derX(:,:) | |||
real(kind=rk), | private, | allocatable | :: | pointFace_derY(:,:) |