Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CodeVault
hpc-kernels
unstructured_grids
Commits
06233d50
Commit
06233d50
authored
Sep 05, 2016
by
Thomas Steinreiter
Browse files
refactoring
parent
60b62dc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
libmesh/fem_system_ex4.cpp
libmesh/fem_system_ex4.cpp
+1
-2
No files found.
libmesh/fem_system_ex4.cpp
View file @
06233d50
...
...
@@ -175,8 +175,7 @@ int main(int argc, char** argv) {
// size at once
libmesh_assert_equal_to
(
nelem_target
,
0
);
libMesh
::
UniformRefinementEstimator
*
u
{
new
libMesh
::
UniformRefinementEstimator
};
auto
u
=
new
libMesh
::
UniformRefinementEstimator
;
// The lid-driven cavity problem isn't in H1, so
// lets estimate L2 error
...
...
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