Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Aland, Sebastian
amdis
Commits
d93ad598
Commit
d93ad598
authored
Oct 13, 2014
by
Wieland Marth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOFVector.h
parent
eeb66c61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AMDiS/src/DOFVector.h
AMDiS/src/DOFVector.h
+2
-2
No files found.
AMDiS/src/DOFVector.h
View file @
d93ad598
...
...
@@ -524,7 +524,7 @@ namespace AMDiS {
/// Calculates L2 norm of this DOFVector
inline
double
L2Norm
(
Quadrature
*
q
=
nullptr
)
const
{
return
sqrt
(
L2NormSquare
());
return
std
::
sqrt
(
L2NormSquare
());
}
/// Calculates square of L2 norm of this DOFVector
...
...
@@ -533,7 +533,7 @@ namespace AMDiS {
/// Calculates H1 norm of this DOFVector
inline
double
H1Norm
(
Quadrature
*
q
=
nullptr
)
const
{
return
sqrt
(
H1NormSquare
());
return
std
::
sqrt
(
H1NormSquare
());
}
/// Calculates square of H1 norm of this DOFVector
...
...
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