mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Timer to AdFront3::Inside
This commit is contained in:
parent
17af3d0091
commit
7623289c27
@ -787,6 +787,7 @@ void AdFront3 :: SetStartFront (int /* baseelnp */)
|
||||
|
||||
bool AdFront3 :: Inside (const Point<3> & p) const
|
||||
{
|
||||
static Timer timer("AdFront3::Inside"); RegionTimer rt(timer);
|
||||
int cnt;
|
||||
Vec3d n, v1, v2;
|
||||
DenseMatrix a(3), ainv(3);
|
||||
|
Loading…
Reference in New Issue
Block a user