Memosa-FVM  0.2
Discretization.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 "Discretization.h"
7 
9  _meshes(meshes)
10  {}
11 
12 
14 {}
Discretization(const MeshList &meshes)
virtual ~Discretization()
vector< Mesh * > MeshList
Definition: Mesh.h:439