mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
2d meshing
This commit is contained in:
parent
4a3a49f5fd
commit
c429a6cc6c
@ -267,7 +267,7 @@ namespace netgen
|
||||
void CalcPartition (double l, double h, double h1, double h2,
|
||||
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;
|
||||
double sum, t, dt, fun, fperel, oldf, f;
|
||||
|
||||
|
@ -372,9 +372,11 @@ void SplineSeg<D> :: Partition (double h, double elto0,
|
||||
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;
|
||||
seg.edgenr = segnr;
|
||||
seg.si = bc; // segnr;
|
||||
|
Loading…
Reference in New Issue
Block a user