Memosa-FVM
0.2
|
#include <GradientModel.h>
Public Member Functions | |
GradientModelBase (const MeshList &meshes) | |
![]() | |
Model (const MeshList &meshes) | |
virtual | ~Model () |
DEFINE_TYPENAME ("Model") | |
virtual void | init ()=0 |
virtual map< string, shared_ptr< ArrayBase > > & | getPersistenceData () |
virtual void | restart () |
Static Public Member Functions | |
static void | clearGradientMatrix (const Mesh &mesh) |
Static Protected Attributes | |
static map< const Mesh *, shared_ptr < GradientMatrixBase > > | _gradientMatricesMap |
Additional Inherited Members | |
![]() | |
const MeshList | _meshes |
StorageSiteList | _varSites |
StorageSiteList | _fluxSites |
map< string, shared_ptr < ArrayBase > > | _persistenceData |
Definition at line 92 of file GradientModel.h.
|
inline |
Definition at line 95 of file GradientModel.h.
|
static |
Definition at line 12 of file GradientModel.cpp.
References _gradientMatricesMap.
Referenced by IBManager::createIBFaces().
|
staticprotected |
Definition at line 101 of file GradientModel.h.
Referenced by clearGradientMatrix(), GradientModel< Vector< T, 3 > >::compute(), and GradientModel< Vector< T, 3 > >::getGradientMatrix().