Memosa-FVM
0.2
Main Page
Namespaces
Classes
Files
File List
File Members
Model.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 "
Model.h
"
7
8
Model::Model
(
const
MeshList
& meshes) :
9
_meshes(meshes),
10
_varSites(),
11
_fluxSites()
12
{}
13
14
Model::~Model
()
15
{}
16
17
map<string,shared_ptr<ArrayBase> >&
18
Model::getPersistenceData
()
19
{
20
return
_persistenceData
;
21
}
22
23
void
24
Model::restart
()
25
{}
26
Model::Model
Model(const MeshList &meshes)
Definition:
Model.cpp:8
Model::~Model
virtual ~Model()
Definition:
Model.cpp:14
Model::_persistenceData
map< string, shared_ptr< ArrayBase > > _persistenceData
Definition:
Model.h:32
Model.h
Model::restart
virtual void restart()
Definition:
Model.cpp:24
Model::getPersistenceData
virtual map< string, shared_ptr< ArrayBase > > & getPersistenceData()
Definition:
Model.cpp:18
MeshList
vector< Mesh * > MeshList
Definition:
Mesh.h:439
src
modules
fvmbase
Model.cpp
Generated on Tue Oct 28 2014 17:45:15 for Memosa-FVM by
1.8.6