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
common
module
interface
imaxwelldamp.h
Go to the documentation of this file.
1
#pragma once
2
8
namespace
itascaxd
{
11
class
IMaxwellDamp
{
12
public
:
13
virtual
double
getDamp(
int
n)
const
= 0;
14
virtual
double
getFreq(
int
n)
const
= 0;
15
virtual
bool
getOffIfYield()
const
= 0;
16
virtual
void
setDamp(
int
n,
const
double
&v,
bool
calc =
true
) = 0;
17
virtual
void
setFreq(
int
n,
const
double
&v,
bool
calc =
true
) = 0;
18
virtual
void
setOffIfYield(
bool
b) = 0;
19
};
20
}
// namespace zone
21
// EoF
itascaxd::IMaxwellDamp
Interface to maxwell damping.
Definition:
imaxwelldamp.h:11
itascaxd
Itasca Library standard namespace, specific to 2D or 3D.
Definition:
icontactmodule.h:4
Generated by
1.8.15