mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 13:20:34 +05:00
debug
This commit is contained in:
parent
b98cd54263
commit
f76a30c6f4
@ -505,7 +505,11 @@ namespace netgen
|
|||||||
|
|
||||||
// (*testout) << endl;
|
// (*testout) << endl;
|
||||||
|
|
||||||
// (*testout) << "3d->2d transformation" << endl;
|
if (debugflag)
|
||||||
|
{
|
||||||
|
*testout << "3d->2d transformation" << endl;
|
||||||
|
*testout << "3d points: " << endl << locpoints << endl;
|
||||||
|
}
|
||||||
|
|
||||||
for (int i = 1; i <= locpoints.Size(); i++)
|
for (int i = 1; i <= locpoints.Size(); i++)
|
||||||
{
|
{
|
||||||
@ -520,6 +524,10 @@ namespace netgen
|
|||||||
// (*testout) << endl << endl << endl;
|
// (*testout) << endl << endl << endl;
|
||||||
|
|
||||||
|
|
||||||
|
if (debugflag)
|
||||||
|
*testout << "2d points: " << endl << plainpoints << endl;
|
||||||
|
|
||||||
|
|
||||||
p12d = plainpoints.Get(1);
|
p12d = plainpoints.Get(1);
|
||||||
p22d = plainpoints.Get(2);
|
p22d = plainpoints.Get(2);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user