Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
64b92aed
Commit
64b92aed
authored
Jun 27, 2008
by
Thomas Witkowski
Browse files
* FUNCNAME added to ResidualParallelEstimator
parent
1ef3e6b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/ElInfo2d.cc
View file @
64b92aed
...
...
@@ -33,10 +33,6 @@ namespace AMDiS {
}
}
// if(fillFlag_.isSet(Mesh::FILL_DET) || fillFlag_.isSet(Mesh::FILL_GRD_LAMBDA)) {
// det = calcGrdLambda(*Lambda);
// }
int
neighbours
=
mesh_
->
getGeo
(
NEIGH
);
if
(
fillFlag_
.
isSet
(
Mesh
::
FILL_OPP_COORDS
)
||
...
...
AMDiS/src/ResidualParallelEstimator.cc
View file @
64b92aed
...
...
@@ -52,6 +52,8 @@ namespace AMDiS {
double
ResidualParallelEstimator
::
estimate
(
double
ts
)
{
FUNCNAME
(
"ResidualParallelEstimator::estimate()"
);
mesh
=
uh
[
row
==
-
1
?
0
:
row
]
->
getFESpace
()
->
getMesh
();
for
(
int
i
=
0
;
i
<
static_cast
<
int
>
(
seqEstimators_
.
size
());
i
++
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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