Implements explicit_filter_t
.
◆ build_1d()
◆ elementwise_field_filter_3d()
subroutine elementwise_filter::elementwise_field_filter_3d |
( |
class(elementwise_filter_t), intent(inout) |
this, |
|
|
real(kind=rp), dimension(this%nx, this%nx, this%nx, nelv), intent(inout) |
v, |
|
|
real(kind=rp), dimension(this%nx, this%nx, this%nx, nelv), intent(inout) |
u, |
|
|
integer, intent(inout) |
nelv |
|
) |
| |
|
private |
◆ elementwise_filter_free()
subroutine elementwise_filter::elementwise_filter_free |
( |
class(elementwise_filter_t), intent(inout) |
this | ) |
|
|
private |
◆ elementwise_filter_init()
subroutine elementwise_filter::elementwise_filter_init |
( |
class(elementwise_filter_t), intent(inout) |
this, |
|
|
integer |
nx, |
|
|
character(len=*) |
filter_type |
|
) |
| |
- Parameters
-
nx | number of points in an elements in one direction. |
filter_type | possible options: "Boyd", "nonBoyd" |
Definition at line 74 of file elementwise_filter.f90.