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
acf27767
Commit
acf27767
authored
Apr 29, 2013
by
Praetorius, Simon
Browse files
some corrections in the extensions
parent
0f1e4c8e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
extensions/Helpers.cc
View file @
acf27767
...
...
@@ -25,7 +25,7 @@ void calcMaxOnXAxis(DOFVector<double> *rho, std::vector<std::pair<WorldVector<do
}
}
}
}
;
}
void
calcMaxOnYAxis
(
DOFVector
<
double
>
*
rho
,
std
::
vector
<
std
::
pair
<
WorldVector
<
double
>
,
double
>
>
&
maxima
)
{
FUNCNAME
(
"Helpers::calcMaxOnYAxis()"
);
...
...
@@ -49,7 +49,7 @@ void calcMaxOnYAxis(DOFVector<double> *rho, std::vector<std::pair<WorldVector<do
}
}
}
}
;
}
void
transformMesh
(
Mesh
*
mesh
,
WorldVector
<
double
>
scale
,
WorldVector
<
double
>
shift
,
WorldVector
<
double
>
rotate
)
...
...
@@ -101,7 +101,7 @@ void transformMesh(Mesh *mesh, WorldVector<double> scale, WorldVector<double> sh
(
*
macro
)
->
setCoord
(
i
,
x
);
}
}
}
;
}
void
scaleMesh
(
Mesh
*
mesh
,
WorldVector
<
double
>
shift
,
WorldVector
<
double
>
scale
)
{
FUNCNAME
(
"Helpers::scaleMesh()"
);
...
...
@@ -117,7 +117,7 @@ void scaleMesh(Mesh *mesh, WorldVector<double> shift, WorldVector<double> scale)
(
*
macro
)
->
setCoord
(
i
,
x
);
}
}
}
;
}
// scale by different values in all directions
void
scaleMesh
(
Mesh
*
mesh
,
WorldVector
<
double
>
scale
)
...
...
extensions/POperators.cc
View file @
acf27767
This diff is collapsed.
Click to expand it.
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