Go to the source code of this file.
Classes | |
class | MooseVariableFV< OutputType > |
This class provides variable solution values for other classes/objects to bind to when looping over faces or elements. More... | |
class | MooseLinearVariableFV< OutputType > |
This class provides variable solution interface for linear finite volume problems. More... | |
Namespaces | |
Moose | |
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to address this in their environment if C++17 compatibility isn't found. | |
Moose::FV | |
Functions | |
bool | Moose::FV::elemHasFaceInfo (const Elem &elem, const Elem *const neighbor) |
This function infers based on elements if the faceinfo between them belongs to the element or not. More... | |
template<typename ActionFunctor > | |
void | Moose::FV::loopOverElemFaceInfo (const Elem &elem, const MooseMesh &mesh, ActionFunctor &act, const Moose::CoordinateSystemType coord_type, const unsigned int rz_radial_coord=libMesh::invalid_uint) |
template<typename FVVar > | |
std::tuple< const Elem *, const Elem *, bool > | Moose::FV::determineElemOneAndTwo (const FaceInfo &fi, const FVVar &var) |
This utility determines element one and element two given a FaceInfo fi and variable var . More... | |