1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-04 19:08:27 +05:00

added BBBND material names

This commit is contained in:
Michael Neunteufel 2018-08-06 17:09:03 +02:00
parent 1cdc814f4e
commit cdf114ed0e

@ -226,7 +226,7 @@ namespace netgen
void AddUserPoint (const Point<3> & p, double ref_factor = 0)
{ userpoints.Append (UserPoint(p,userpoints.Size())); userpoints_ref_factor.Append (ref_factor); }
{ userpoints.Append (UserPoint(p,userpoints.Size()+1)); userpoints_ref_factor.Append (ref_factor); }
void AddUserPoint (const UserPoint up, double ref_factor = 0)
{ userpoints.Append (up); userpoints_ref_factor.Append (ref_factor); }
int GetNUserPoints () const