Itasca C++ Interface
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
c
d
e
g
i
m
n
o
p
r
s
t
v
w
Typedefs
Enumerations
Enumerator
a
c
d
f
g
h
i
k
n
p
r
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
f
g
i
m
o
q
r
s
t
u
v
Functions
c
d
g
i
m
o
r
s
t
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
3dec
block
interface
iconfigure.h
Go to the documentation of this file.
1
#pragma once
2
// iconfigure.h
3
9
namespace
block
10
{
13
class
IConfigure
14
{
15
public
:
17
virtual
bool
thermal
()
const
=0;
19
virtual
bool
dynamic
()
const
=0;
21
virtual
bool
leftHandedSystem
()
const
=0;
23
virtual
bool
liner
()
const
=0;
25
virtual
bool
creep
()
const
=0;
27
virtual
bool
cppUserDefinedModels
()
const
=0;
29
virtual
bool
groundWaterFlow
()
const
=0;
31
virtual
bool
highOrderTetra
()
const
=0;
33
virtual
bool
energy
()
const
=0;
35
virtual
bool
feblock
()
const
=0;
37
virtual
int
mainArraySize
()
const
=0;
38
};
13
class
IConfigure
{
…
};
39
}
// namespace block
40
// EoF
block::IConfigure
This interface provides linked list offsets to access to configuration settings.
Definition
iconfigure.h:14
block::IConfigure::creep
virtual bool creep() const =0
creep mode
block::IConfigure::feblock
virtual bool feblock() const =0
allows creation of finite element blocks
block::IConfigure::liner
virtual bool liner() const =0
liner mode
block::IConfigure::thermal
virtual bool thermal() const =0
thermal mode (must be applied before blocks are created)
block::IConfigure::energy
virtual bool energy() const =0
allows energy to be accumulated
block::IConfigure::groundWaterFlow
virtual bool groundWaterFlow() const =0
fluid flow
block::IConfigure::highOrderTetra
virtual bool highOrderTetra() const =0
higher order tetras (must be applied before blocks are created)
block::IConfigure::cppUserDefinedModels
virtual bool cppUserDefinedModels() const =0
user defined constitutive models
block::IConfigure::mainArraySize
virtual int mainArraySize() const =0
size of main data array
block::IConfigure::dynamic
virtual bool dynamic() const =0
dynamic mode (must be applied before blocks are created)
block::IConfigure::leftHandedSystem
virtual bool leftHandedSystem() const =0
left handed coordinate system (must be applied before blocks are created)
Generated by
1.10.0