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
Backofen, Rainer
amdis
Commits
dfa4dc3e
Commit
dfa4dc3e
authored
Jul 08, 2010
by
Thomas Witkowski
Browse files
Okay, and now the same but without some nonsense output messages.
parent
23333bca
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/FirstOrderAssembler.cc
View file @
dfa4dc3e
...
...
@@ -144,10 +144,6 @@ namespace AMDiS {
void
Stand10
::
calculateElementVector
(
const
ElInfo
*
elInfo
,
ElementVector
&
vec
)
{
FUNCNAME
(
"Stand10::calculateElementVector()"
);
MSG
(
"calc vec here!
\n
"
);
DimVec
<
double
>
grdPsi
(
dim
,
DEFAULT_VALUE
,
0.0
);
int
nPoints
=
quadrature
->
getNumPoints
();
int
myRank
=
omp_get_thread_num
();
...
...
@@ -222,10 +218,6 @@ namespace AMDiS {
void
Quad10
::
calculateElementVector
(
const
ElInfo
*
elInfo
,
ElementVector
&
vec
)
{
FUNCNAME
(
"Quad10::calculateElementVector()"
);
MSG
(
"calc vec here!
\n
"
);
VectorOfFixVecs
<
DimVec
<
double
>
>
*
grdPsi
;
if
(
firstCall
)
{
...
...
@@ -449,10 +441,6 @@ namespace AMDiS {
void
Pre10
::
calculateElementVector
(
const
ElInfo
*
elInfo
,
ElementVector
&
vec
)
{
FUNCNAME
(
"Pre10::calculateElementVector()"
);
MSG
(
"calc vec here!
\n
"
);
const
int
*
k
;
const
double
*
values
;
...
...
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