/home/runner/work/amr-wind/amr-wind/amr-wind/fvm/filter.H File Reference

AMR-Wind API: /home/runner/work/amr-wind/amr-wind/amr-wind/fvm/filter.H File Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
filter.H File Reference
#include "amr-wind/fvm/fvm_utils.H"
#include "AMReX_Array4.H"
#include "AMReX_Geometry.H"
#include "AMReX_MFIter.H"
Include dependency graph for filter.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  amr_wind::fvm::Filter< FTypeIn, FTypeOut >

Namespaces

namespace  amr_wind
 This test case is intended as an evaluation of the momentum advection scheme.
namespace  amr_wind::fvm

Functions

template<typename FTypeIn, typename FTypeOut>
void amr_wind::fvm::filter (FTypeOut &filterphi, const FTypeIn &phi)
template<typename FType>
std::unique_ptr< ScratchFieldamr_wind::fvm::filter (const FType &phi)