mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +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
|
bool AdFront3 :: Inside (const Point<3> & p) const
|
||||||
{
|
{
|
||||||
|
static Timer timer("AdFront3::Inside"); RegionTimer rt(timer);
|
||||||
int cnt;
|
int cnt;
|
||||||
Vec3d n, v1, v2;
|
Vec3d n, v1, v2;
|
||||||
DenseMatrix a(3), ainv(3);
|
DenseMatrix a(3), ainv(3);
|
||||||
|
Loading…
Reference in New Issue
Block a user