mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 13:50:33 +05:00
added BBBND material names
This commit is contained in:
parent
1cdc814f4e
commit
cdf114ed0e
@ -226,7 +226,7 @@ namespace netgen
|
|||||||
|
|
||||||
|
|
||||||
void AddUserPoint (const Point<3> & p, double ref_factor = 0)
|
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)
|
void AddUserPoint (const UserPoint up, double ref_factor = 0)
|
||||||
{ userpoints.Append (up); userpoints_ref_factor.Append (ref_factor); }
|
{ userpoints.Append (up); userpoints_ref_factor.Append (ref_factor); }
|
||||||
int GetNUserPoints () const
|
int GetNUserPoints () const
|
||||||
|
Loading…
Reference in New Issue
Block a user