MOOSE - Multiscale Object Oriented Simulation Environment
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Boundary.h
Go to the documentation of this file.
1
/**********************************************************************
2
** This program is part of 'MOOSE', the
3
** Messaging Object Oriented Simulation Environment.
4
** Copyright (C) 2003-2010 Upinder S. Bhalla. and NCBS
5
** It is made available under the terms of the
6
** GNU Lesser General Public License version 2.1
7
** See the file COPYING.LIB for the full notice.
8
**********************************************************************/
9
10
#ifndef _BOUNDARY_H
11
#define _BOUNDARY_H
12
17
class
Boundary
18
{
19
public
:
20
Boundary
();
21
22
void
setReflectivity
(
const
double
v );
23
double
getReflectivity
()
const
;
24
25
static
const
Cinfo
*
initCinfo
();
26
private
:
32
double
reflectivity_
;
33
};
34
35
#endif // _BOUNDARY_H
Boundary
Definition:
Boundary.h:17
Boundary::Boundary
Boundary()
Definition:
Boundary.cpp:78
Boundary::reflectivity_
double reflectivity_
Definition:
Boundary.h:32
Boundary::initCinfo
static const Cinfo * initCinfo()
Definition:
Boundary.cpp:16
Boundary::getReflectivity
double getReflectivity() const
Definition:
Boundary.cpp:89
Boundary::setReflectivity
void setReflectivity(const double v)
Definition:
Boundary.cpp:84
Cinfo
Definition:
Cinfo.h:18
moose-core
mesh
Boundary.h
Generated on Tue Sep 4 2018 09:05:32 for MOOSE - Multiscale Object Oriented Simulation Environment by
1.8.6