ply_filter_oddfract_2D Subroutine

private subroutine ply_filter_oddfract_2D(me, element_degree, element_data)

Filter two-dimensional elements of degree element_degree.

Arguments

TypeIntentOptionalAttributesName
class(ply_filter_element_type), intent(in) :: me

Filter parameters.

integer, intent(in) :: element_degree

Polynomial degree in the parent element.

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

Polynomial data in the parent element. The first index describes the degrees of freedom. The second index refers to the elements to split.


Calls

proc~~ply_filter_oddfract_2d~~CallsGraph proc~ply_filter_oddfract_2d ply_filter_oddfract_2D proc~ply_filter_element_oddfract ply_filter_element_oddfract proc~ply_filter_oddfract_2d->proc~ply_filter_element_oddfract

Contents


Variables

TypeVisibilityAttributesNameInitial
real(kind=rk), private, allocatable:: ysplit(:,:)
integer, private :: pardofs