Laplacian< FTypeIn, FTypeOut > Struct Template Reference

Kynema-SGF API: kynema_sgf::fvm::Laplacian< FTypeIn, FTypeOut > Struct Template Reference
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
kynema_sgf::fvm::Laplacian< FTypeIn, FTypeOut > Struct Template Reference

#include <laplacian.H>

Public Member Functions

 Laplacian (FTypeOut &lphi, const FTypeIn &phi)
template<typename Stencil>
void apply (const int lev, const amrex::MFIter &mfi) const

Public Attributes

FTypeOut & m_lapphi
const FTypeIn & m_phi

Detailed Description

template<typename FTypeIn, typename FTypeOut>
struct kynema_sgf::fvm::Laplacian< FTypeIn, FTypeOut >

Laplacian operator

Constructor & Destructor Documentation

◆ Laplacian()

template<typename FTypeIn, typename FTypeOut>
kynema_sgf::fvm::Laplacian< FTypeIn, FTypeOut >::Laplacian ( FTypeOut & lphi,
const FTypeIn & phi )
inline

Member Function Documentation

◆ apply()

template<typename FTypeIn, typename FTypeOut>
template<typename Stencil>
void kynema_sgf::fvm::Laplacian< FTypeIn, FTypeOut >::apply ( const int lev,
const amrex::MFIter & mfi ) const
inline

Member Data Documentation

◆ m_lapphi

template<typename FTypeIn, typename FTypeOut>
FTypeOut& kynema_sgf::fvm::Laplacian< FTypeIn, FTypeOut >::m_lapphi

◆ m_phi

template<typename FTypeIn, typename FTypeOut>
const FTypeIn& kynema_sgf::fvm::Laplacian< FTypeIn, FTypeOut >::m_phi

The documentation for this struct was generated from the following file:
  • /home/runner/work/kynema-sgf/kynema-sgf/src/fvm/laplacian.H