Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
e8247874
Commit
e8247874
authored
Jul 21, 2010
by
Thomas Witkowski
Browse files
Updated Reinit library to last changes in operator and assembler interfaces.
parent
b78b9ffa
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/Reinit/src/VelocityExtFromVelocityField.h
View file @
e8247874
...
...
@@ -25,16 +25,14 @@ public:
{
FUNCNAME
(
"VelocityExtFromVelocityField::VelocityExtFromVelocityField()"
);
lSFctVal
=
new
double
[
dim
+
1
]
;
lSFctVal
.
change_dim
(
dim
+
1
)
;
// ===== set epsilon for norm regularization =====
NormEps
::
setEps
();
}
~
VelocityExtFromVelocityField
()
{
delete
[]
lSFctVal
;
}
{}
/**
* Set velocity field.
...
...
@@ -92,19 +90,13 @@ public:
*/
DimVec
<
double
>
elNormalVel
;
/**
* Values of level set function in vertices of element.
*/
double
*
lSFctVal
;
/// Values of level set function in vertices of element.
ElementVector
lSFctVal
;
/**
* Basis functions.
*/
/// Basis functions.
const
BasisFunction
*
basFcts
;
/**
* ElInfo used in calcVelocityBoundary().
*/
/// ElInfo used in calcVelocityBoundary().
ElInfo
*
elInfo
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment