Filter three-dimensional elements of degree element_degree.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| 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. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private, | allocatable | :: | ysplit(:,:) | |||
| integer, | private | :: | pardofs |