Loading...
Searching...
No Matches
Go to the source code of this file.
|
| subroutine | elementwise_filter::elementwise_filter_init_from_json (this, json, coef) |
| | Constructor.
|
| |
| subroutine | elementwise_filter::elementwise_filter_init_from_components (this, coef, filter_type, transfer) |
| | Actual Constructor.
|
| |
| subroutine | elementwise_filter::elementwise_filter_free (this) |
| | Destructor.
|
| |
| subroutine | elementwise_filter::build_1d (this) |
| | Build the 1d filter for an element.
|
| |
| subroutine | elementwise_filter::elementwise_field_filter_3d (this, f_out, f_in) |
| | Filter a 3D field.
|
| |
| subroutine | elementwise_filter::build_1d_cpu (fh, fht, transfer, nx, filter_type) |
| | Build the 1d filter for an element on the CPU. Suppose field x is filtered into x_hat by x_hat = fh*x.
|
| |