Skip to content
Snippets Groups Projects
Commit 72ccaf46 authored by kutscher's avatar kutscher
Browse files

add output for block size, bounding box, center of sphere

parent 6980149c
No related branches found
No related tags found
1 merge request!18Feature/thixotropy
...@@ -183,6 +183,9 @@ void bflow(string configname) ...@@ -183,6 +183,9 @@ void bflow(string configname)
UBLOG(logINFO, "number of levels = " << refineLevel + 1); UBLOG(logINFO, "number of levels = " << refineLevel + 1);
UBLOG(logINFO, "number of threads = " << numOfThreads); UBLOG(logINFO, "number of threads = " << numOfThreads);
UBLOG(logINFO, "number of processes = " << comm->getNumberOfProcesses()); UBLOG(logINFO, "number of processes = " << comm->getNumberOfProcesses());
UBLOG(logINFO, "blocknx = " << blocknx[0] << " " << blocknx[1] << " " << blocknx[2]);
UBLOG(logINFO, "boundingBox = " << boundingBox[0] << " " << boundingBox[1] << " " << boundingBox[2]);
UBLOG(logINFO, "sphereCenter = " << sphereCenter[0] << " " << sphereCenter[1] << " " << sphereCenter[2]);
UBLOG(logINFO, "output path = " << outputPath); UBLOG(logINFO, "output path = " << outputPath);
UBLOG(logINFO, "Preprozess - start"); UBLOG(logINFO, "Preprozess - start");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment