ply_filter_oddfract_1D Subroutine

private subroutine ply_filter_oddfract_1D(me, element_degree, element_data)

Filter one-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_1d~~CallsGraph proc~ply_filter_oddfract_1d ply_filter_oddfract_1D proc~ply_filter_element_oddfract ply_filter_element_oddfract proc~ply_filter_oddfract_1d->proc~ply_filter_element_oddfract

Contents


Variables

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