2d meshing

This commit is contained in:
Joachim Schoeberl 2009-09-07 10:23:23 +00:00
parent 4a3a49f5fd
commit c429a6cc6c
2 changed files with 6 additions and 4 deletions

View File

@ -267,7 +267,7 @@ namespace netgen
void CalcPartition (double l, double h, double h1, double h2, void CalcPartition (double l, double h, double h1, double h2,
double hcurve, double elto0, Array<double> & points) double hcurve, double elto0, Array<double> & points)
{ {
cout << "calcpart, h = " << h << ", h1 = " << h1 << ", h2 = " << h2 << ", hcurve = " << hcurve << endl; // cout << "calcpart, h = " << h << ", h1 = " << h1 << ", h2 = " << h2 << ", hcurve = " << hcurve << endl;
int i, j, n, nel; int i, j, n, nel;
double sum, t, dt, fun, fperel, oldf, f; double sum, t, dt, fun, fperel, oldf, f;

View File

@ -372,9 +372,11 @@ void SplineSeg<D> :: Partition (double h, double elto0,
searchtree.Insert (mark3, pi2); searchtree.Insert (mark3, pi2);
} }
// cout << "pi1 = " << pi1 << endl; /*
// cout << "pi2 = " << pi2 << endl; cout << "pi1 = " << pi1 << endl;
cout << "pi2 = " << pi2 << endl;
cout << "leftdom = " << leftdom << ", rightdom = " << rightdom << endl;
*/
Segment seg; Segment seg;
seg.edgenr = segnr; seg.edgenr = segnr;
seg.si = bc; // segnr; seg.si = bc; // segnr;