ply_filter_element Abstract Interface

abstract interface
public subroutine ply_filter_element(me, element_degree, element_data)

Arguments

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

Parameters of the filter.

integer, intent(in) :: element_degree

Polynomial degree in the parent element.

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

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

Description

Filter the polynomial data in a given element.