AssemblyContextView< FaceRange, CellRange > Class Template Reference#
|
DiFfRG
Discretization Framework for functional Renormalization Group flows
|
Public Types |
Public Member Functions |
Static Public Attributes |
Private Attributes |
List of all members
DiFfRG::FV::KurganovTadmor::AssemblyContextView< FaceRange, CellRange > Class Template Reference
#include <assembly_context.hh>
Public Types | |
| using | NumberType = typename FaceRange::NumberType |
| using | FaceAssemblyViewRange = FaceRange |
| using | CellAssemblyViewRange = CellRange |
Public Member Functions | |
| AssemblyContextView (FaceRange faces, CellRange cells) | |
| const FaceRange & | faces () const |
| const CellRange & | cells () const |
Static Public Attributes | |
| static constexpr int | dim = FaceRange::dim |
| static constexpr std::size_t | n_components = FaceRange::n_components |
Private Attributes | |
| FaceRange | faces_ |
| CellRange | cells_ |
Member Typedef Documentation
◆ CellAssemblyViewRange
template<typename FaceRange , typename CellRange >
| using DiFfRG::FV::KurganovTadmor::AssemblyContextView< FaceRange, CellRange >::CellAssemblyViewRange = CellRange |
◆ FaceAssemblyViewRange
template<typename FaceRange , typename CellRange >
| using DiFfRG::FV::KurganovTadmor::AssemblyContextView< FaceRange, CellRange >::FaceAssemblyViewRange = FaceRange |
◆ NumberType
template<typename FaceRange , typename CellRange >
| using DiFfRG::FV::KurganovTadmor::AssemblyContextView< FaceRange, CellRange >::NumberType = typename FaceRange::NumberType |
Constructor & Destructor Documentation
◆ AssemblyContextView()
template<typename FaceRange , typename CellRange >
|
inline |
Member Function Documentation
◆ cells()
template<typename FaceRange , typename CellRange >
|
inline |
◆ faces()
template<typename FaceRange , typename CellRange >
|
inline |
Member Data Documentation
◆ cells_
template<typename FaceRange , typename CellRange >
|
private |
◆ dim
template<typename FaceRange , typename CellRange >
|
staticconstexpr |
◆ faces_
template<typename FaceRange , typename CellRange >
|
private |
◆ n_components
template<typename FaceRange , typename CellRange >
|
staticconstexpr |
The documentation for this class was generated from the following file:
- /home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/discretization/FV/assembler/assembly_context.hh
Generated by