|
TrioCFD 1.9.8
TrioCFD documentation
|
#include <Filter_kernel.h>
Public Member Functions | |
| Filter_kernel_laplacian (int ghost_size) | |
| FixedVector< double, 21 > | inhomogeneous (const bool elem, const int k, const int kg, const int nktot, const double delta, const ArrOfDouble_with_ghost &delta_z) override |
| FixedVector< double, 21 > | uniform (double delta, double dz) override |
| Public Member Functions inherited from Filter_kernel_base | |
| Filter_kernel_base (int ghost_size, double n_mailles, bool ponderation, bool normalisation) | |
| virtual | ~Filter_kernel_base () |
| int | ghost_size () |
| double | n_mailles () |
| bool | ponderation () |
| bool | normalisation () |
| int | size_uniform () |
| int | size_k_elem (const int kg, const int nktot) |
| int | size_k_face (const int kg, const int nktot) |
| int | shift_uniform () |
| int | shift_k_elem (const int kg) |
| int | shift_k_face (const int kg) |
| bool | is_at_wall_elem (const int kg, const int nktot) |
| bool | is_at_wall_face (const int kg, const int nktot) |
Definition at line 356 of file Filter_kernel.h.
|
inline |
Definition at line 359 of file Filter_kernel.h.
|
overridevirtual |
Implements Filter_kernel_base.
Definition at line 1434 of file Filter_kernel.cpp.
|
overridevirtual |
Implements Filter_kernel_base.
Definition at line 1493 of file Filter_kernel.cpp.