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
ProcInfo.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 PROCINFO_INC
11
#define PROCINFO_INC
12
class
ProcInfo
13
{
14
public
:
15
ProcInfo
()
16
:
dt
( 1.0 ),
currTime
( 0.0 )
17
{;}
18
double
dt
;
19
double
currTime
;
20
};
21
22
typedef
const
ProcInfo
*
ProcPtr
;
23
#endif
/* ----- #ifndef PROCINFO_INC ----- */
ProcPtr
const ProcInfo * ProcPtr
Definition:
ProcInfo.h:22
ProcInfo::ProcInfo
ProcInfo()
Definition:
ProcInfo.h:15
ProcInfo::currTime
double currTime
Definition:
ProcInfo.h:19
ProcInfo
Definition:
ProcInfo.h:12
ProcInfo::dt
double dt
Definition:
ProcInfo.h:18
moose-core
basecode
ProcInfo.h
Generated on Tue Sep 4 2018 09:05:31 for MOOSE - Multiscale Object Oriented Simulation Environment by
1.8.6