/home/runner/work/kynema-sgf/kynema-sgf/src/fvm/gradient.H File Reference

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

Go to the source code of this file.

Classes

struct  kynema_sgf::fvm::Gradient< FTypeIn, FTypeOut >

Namespaces

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

Functions

template<typename FTypeIn, typename FTypeOut>
void kynema_sgf::fvm::gradient (FTypeOut &gradphi, const FTypeIn &phi)
template<typename FType>
std::unique_ptr< ScratchFieldkynema_sgf::fvm::gradient (const FType &phi)