OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "loadbalancer.h"
#include <list>
#include "range.h"
#include "intarray.h"
#include "floatarray.h"
Go to the source code of this file.
Classes | |
class | oofem::WallClockLoadBalancerMonitor |
Implementation of simple wall-clock based monitor. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | __LB_DEBUG |
Input fields for WallClockLoadBalancerMonitor | |
#define | _IFT_WallClockLoadBalancerMonitor_Name "wallclock" |
#define | _IFT_WallClockLoadBalancerMonitor_relwct "relwct" |
#define | _IFT_WallClockLoadBalancerMonitor_abswct "abswct" |
#define | _IFT_WallClockLoadBalancerMonitor_minwct "minwct" |
#define | _IFT_WallClockLoadBalancerMonitor_lbstep "lbstep" |
#define | _IFT_WallClockLoadBalancerMonitor_perturbedsteps "lbperturbedsteps" |
#define | _IFT_WallClockLoadBalancerMonitor_perturbfactor "lbperturbfactor" |
#define | _IFT_WallClockLoadBalancerMonitor_recoveredsteps "lbrecoveredsteps" |
#define | _IFT_WallClockLoadBalancerMonitor_processingweights "lbprocessingweights" |
#define __LB_DEBUG |
Definition at line 40 of file wallclockloadbalancermonitor.h.
#define _IFT_WallClockLoadBalancerMonitor_abswct "abswct" |
Definition at line 52 of file wallclockloadbalancermonitor.h.
Referenced by oofem::WallClockLoadBalancerMonitor::initializeFrom().
#define _IFT_WallClockLoadBalancerMonitor_lbstep "lbstep" |
Definition at line 54 of file wallclockloadbalancermonitor.h.
Referenced by oofem::WallClockLoadBalancerMonitor::initializeFrom().
#define _IFT_WallClockLoadBalancerMonitor_minwct "minwct" |
Definition at line 53 of file wallclockloadbalancermonitor.h.
Referenced by oofem::WallClockLoadBalancerMonitor::initializeFrom().
#define _IFT_WallClockLoadBalancerMonitor_Name "wallclock" |
Definition at line 50 of file wallclockloadbalancermonitor.h.
#define _IFT_WallClockLoadBalancerMonitor_perturbedsteps "lbperturbedsteps" |
Definition at line 55 of file wallclockloadbalancermonitor.h.
Referenced by oofem::WallClockLoadBalancerMonitor::initializeFrom().
#define _IFT_WallClockLoadBalancerMonitor_perturbfactor "lbperturbfactor" |
Definition at line 56 of file wallclockloadbalancermonitor.h.
Referenced by oofem::WallClockLoadBalancerMonitor::initializeFrom().
#define _IFT_WallClockLoadBalancerMonitor_processingweights "lbprocessingweights" |
Definition at line 58 of file wallclockloadbalancermonitor.h.
Referenced by oofem::WallClockLoadBalancerMonitor::initializeFrom().
#define _IFT_WallClockLoadBalancerMonitor_recoveredsteps "lbrecoveredsteps" |
Definition at line 57 of file wallclockloadbalancermonitor.h.
Referenced by oofem::WallClockLoadBalancerMonitor::initializeFrom().
#define _IFT_WallClockLoadBalancerMonitor_relwct "relwct" |
Definition at line 51 of file wallclockloadbalancermonitor.h.
Referenced by oofem::WallClockLoadBalancerMonitor::initializeFrom().