#include "base/cs_base.h"
Include dependency graph for cs_les_filter.h:Go to the source code of this file.
Functions | |
| void | cs_les_filter_scalar (const cs_real_t val[], cs_real_t f_val[]) |
| Compute filters for dynamic models. More... | |
| template<cs_lnum_t stride> | |
| void | cs_les_filter_strided (const cs_real_t val[][stride], cs_real_t f_val[][stride]) |
| Compute filters for dynamic models. More... | |
Compute filters for dynamic models.
This function deals with the standard or extended neighborhood.
| [in] | val | array of values to filter |
| [out] | f_val | array of filtered values |
Compute filters for dynamic models.
template parameters: stride 3 for vectors, 6 for symmetric tensors
This function deals with the standard or extended neighborhood.
| [in] | val | array of values to filter |
| [out] | f_val | array of filtered values |