Memosa-FVM  0.2
GradientModel.cpp
Go to the documentation of this file.
1 // This file os part of FVM
2 // Copyright (c) 2012 FVM Authors
3 // See LICENSE file for terms.
4 
5 
6 #include "GradientModel.h"
7 
8 map<const Mesh*, shared_ptr<GradientMatrixBase> >
10 
11 void
13 {
14  if (_gradientMatricesMap.find(&mesh) != _gradientMatricesMap.end())
15  _gradientMatricesMap.erase(&mesh);
16 }
Definition: Mesh.h:49
static void clearGradientMatrix(const Mesh &mesh)
static map< const Mesh *, shared_ptr< GradientMatrixBase > > _gradientMatricesMap