/home/runner/work/kynema-sgf/kynema-sgf/src/core/IntScratchField.H Source File
|
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
IntScratchField.H
Go to the documentation of this file.
Definition FieldRepo.H:86
const amrex::iMultiFab & operator()(int lev) const
Definition IntScratchField.H:41
amrex::Vector< const amrex::iMultiFab * > vec_const_ptrs() const
Definition IntScratchField.H:48
const std::string & name() const
Name if available for this scratch field.
Definition IntScratchField.H:28
const amrex::IntVect & num_grow() const
Ghost cells.
Definition IntScratchField.H:34
int num_comp() const
Number of components for this field.
Definition IntScratchField.H:31
FieldLoc field_location() const
Cell, node, face where the field is stored.
Definition IntScratchField.H:37
IntScratchField(const FieldRepo &repo, std::string name, const int ncomp=1, const int ngrow=1, const FieldLoc floc=FieldLoc::CELL)
Definition IntScratchField.H:59
IntScratchField(const IntScratchField &)=delete
IntScratchField & operator=(const IntScratchField &)=delete
amrex::iMultiFab & operator()(int lev)
Return the field data for a given level.
Definition IntScratchField.H:40
const FieldRepo & repo() const
Return a reference to the field repository that created this field.
Definition IntScratchField.H:54
amrex::Vector< amrex::iMultiFab * > vec_ptrs()
Definition IntScratchField.H:43
amrex::Vector< amrex::iMultiFab > m_data
Definition IntScratchField.H:78
This test case is intended as an evaluation of the momentum advection scheme.
Definition BCInterface.cpp:10
Generated by