Itasca C++ Interface
Main Page
Modules
+
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
c
d
f
i
l
n
p
s
t
u
v
Enumerations
+
Enumerator
a
b
c
d
f
g
h
i
k
l
n
p
r
s
u
v
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
f
g
i
l
o
q
r
s
t
u
v
+
Functions
c
d
g
i
o
r
s
t
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
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
};
39
}
// namespace block
40
// EoF
block::IConfigure::leftHandedSystem
virtual bool leftHandedSystem() const =0
left handed coordinate system (must be applied before blocks are created)
block::IConfigure
This interface provides linked list offsets to access to configuration settings.
Definition:
iconfigure.h:13
block::IConfigure::thermal
virtual bool thermal() const =0
thermal mode (must be applied before blocks are created)
block::IConfigure::creep
virtual bool creep() const =0
creep mode
block::IConfigure::groundWaterFlow
virtual bool groundWaterFlow() const =0
fluid flow
block::IConfigure::feblock
virtual bool feblock() const =0
allows creation of finite element blocks
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::highOrderTetra
virtual bool highOrderTetra() const =0
higher order tetras (must be applied before blocks are created)
block::IConfigure::liner
virtual bool liner() const =0
liner mode
block::IConfigure::energy
virtual bool energy() const =0
allows energy to be accumulated
block::IConfigure::cppUserDefinedModels
virtual bool cppUserDefinedModels() const =0
user defined constitutive models
Generated by
1.8.15