mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
remove testoutput
This commit is contained in:
parent
8b136d9b3a
commit
7b64ab44e2
@ -841,10 +841,7 @@ void Ng_GetElementTransformation (int ei, const double * xi,
|
|||||||
Point<3> xg;
|
Point<3> xg;
|
||||||
Mat<3,3> dx;
|
Mat<3,3> dx;
|
||||||
|
|
||||||
cout << "call calceltrafo" << endl;
|
|
||||||
mesh->GetCurvedElements().CalcElementTransformation (xl, ei-1, xg, dx);
|
mesh->GetCurvedElements().CalcElementTransformation (xl, ei-1, xg, dx);
|
||||||
cout << "xg = " << xg << endl << ", dx = " << dx << endl;
|
|
||||||
|
|
||||||
|
|
||||||
// still 1-based arrays
|
// still 1-based arrays
|
||||||
if (x)
|
if (x)
|
||||||
|
Loading…
Reference in New Issue
Block a user