Skip to content
GitLab
Menu
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
6ebdebfc
Commit
6ebdebfc
authored
Jan 19, 2011
by
Marcel Schiffel
Browse files
fixed demos
parent
5682e383
Changes
1
Hide whitespace changes
Inline
Side-by-side
demo/src/parametric.cc
View file @
6ebdebfc
...
@@ -76,7 +76,7 @@ public:
...
@@ -76,7 +76,7 @@ public:
void
buildBeforeCoarsen
(
AdaptInfo
*
adaptInfo
,
Flag
flag
)
{
void
buildBeforeCoarsen
(
AdaptInfo
*
adaptInfo
,
Flag
flag
)
{
FUNCNAME
(
"ParametricSphere::buildAfterCoarsen()"
);
FUNCNAME
(
"ParametricSphere::buildAfterCoarsen()"
);
MSG
(
"calculation of parametric coordinates
\n
"
);
MSG
(
"calculation of parametric coordinates
\n
"
);
int
preDOFs
=
this
->
getFeSpace
()
->
getAdmin
()
->
getNumberOfPreD
OF
s
(
VERTEX
);
int
preDOFs
=
this
->
getFeSpace
()
->
getAdmin
()
->
getNumberOfPreD
of
s
(
VERTEX
);
int
dim
=
this
->
getMesh
()
->
getDim
();
int
dim
=
this
->
getMesh
()
->
getDim
();
int
dow
=
Global
::
getGeo
(
WORLD
);
int
dow
=
Global
::
getGeo
(
WORLD
);
WorldVector
<
double
>
vertexCoords
;
WorldVector
<
double
>
vertexCoords
;
...
...
Write
Preview
Supports
Markdown
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