Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backofen, Rainer
amdis
Commits
e8247874
Commit
e8247874
authored
Jul 21, 2010
by
Thomas Witkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Reinit library to last changes in operator and assembler interfaces.
parent
b78b9ffa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
14 deletions
+6
-14
AMDiS/Reinit/src/VelocityExtFromVelocityField.h
AMDiS/Reinit/src/VelocityExtFromVelocityField.h
+6
-14
No files found.
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
Markdown
is supported
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