mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +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;
|
||||
Mat<3,3> dx;
|
||||
|
||||
cout << "call calceltrafo" << endl;
|
||||
mesh->GetCurvedElements().CalcElementTransformation (xl, ei-1, xg, dx);
|
||||
cout << "xg = " << xg << endl << ", dx = " << dx << endl;
|
||||
|
||||
|
||||
// still 1-based arrays
|
||||
if (x)
|
||||
|
Loading…
Reference in New Issue
Block a user