Memosa-FVM
0.2
Main Page
Namespaces
Classes
Files
File List
File Members
OneToOneIndexMap.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
#include "
OneToOneIndexMap.h
"
6
7
OneToOneIndexMap::OneToOneIndexMap
(shared_ptr<
Array<int>
> fromIndices,
8
shared_ptr<
Array<int>
> toIndices) :
9
_fromIndices(fromIndices),
10
_toIndices(toIndices)
11
{
12
logCtor
();
13
}
14
15
16
OneToOneIndexMap::~OneToOneIndexMap
()
17
{
18
logDtor
();
19
}
20
logCtor
#define logCtor()
Definition:
RLogInterface.h:26
OneToOneIndexMap::~OneToOneIndexMap
virtual ~OneToOneIndexMap()
Definition:
OneToOneIndexMap.cpp:16
OneToOneIndexMap.h
logDtor
#define logDtor()
Definition:
RLogInterface.h:33
Array< int >
OneToOneIndexMap::OneToOneIndexMap
OneToOneIndexMap(shared_ptr< Array< int > > fromIndices, shared_ptr< Array< int > > toIndices)
Definition:
OneToOneIndexMap.cpp:7
src
modules
fvmbase
OneToOneIndexMap.cpp
Generated on Tue Oct 28 2014 17:45:16 for Memosa-FVM by
1.8.6