Skip to content
Snippets Groups Projects
Commit 1906726e authored by mattijs's avatar mattijs
Browse files

ENH: meshRefinement: helper routines

parent bc3609a3
Branches
Tags
No related merge requests found
......@@ -993,7 +993,7 @@ public:
template<class T>
static void collectAndPrint
(
const pointField& points,
const UList<point>& points,
const UList<T>& data
);
......
......@@ -224,7 +224,7 @@ void meshRefinement::testSyncBoundaryFaceList
template<class T>
void meshRefinement::collectAndPrint
(
const pointField& points,
const UList<point>& points,
const UList<T>& data
)
{
......@@ -253,7 +253,7 @@ void meshRefinement::collectAndPrint
);
scalarField magAllPoints(mag(allPoints));
scalarField magAllPoints(mag(allPoints-point(-0.317, 0.117, 0.501)));
labelList visitOrder;
sortedOrder(magAllPoints, visitOrder);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment