/home/runner/work/amr-wind/amr-wind/amr-wind/core/ViewField.H Source File
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
ViewField.H
Go to the documentation of this file.
Definition FieldRepo.H:86
ViewField(ViewField &&)=default
amrex::MultiFab & operator()(int lev)
Return the field data for a given level.
Definition ViewField.H:50
amrex::Vector< amrex::MultiFab > m_data
MultiFabs holding the alias views.
Definition ViewField.H:84
T & source_field()
Return a reference to the source field from which this view is derived.
Definition ViewField.H:67
int m_ncomp
Number of sub-components in this view.
Definition ViewField.H:81
int num_comp() const
Number of components in this subview.
Definition ViewField.H:37
const amrex::MultiFab & operator()(int lev) const
Definition ViewField.H:51
ViewField(const ViewField &)=delete
amrex::Vector< const amrex::MultiFab * > vec_const_ptrs() const
Definition ViewField.H:58
ViewField & operator=(ViewField &&)=default
ViewField & operator=(const ViewField &)=delete
const FieldRepo & repo() const
Return a reference to the field repository that created this field.
Definition ViewField.H:64
This test case is intended as an evaluation of the momentum advection scheme.
Definition BCInterface.cpp:10
Generated by