mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 06:00:33 +05:00
dshapes were not computed for SIMDs
This commit is contained in:
parent
cb9816c244
commit
045a271c2e
@ -3085,7 +3085,7 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeid(T) == typeid(SIMD<double>)) return;
|
// if (typeid(T) == typeid(SIMD<double>)) return;
|
||||||
|
|
||||||
|
|
||||||
for (int i = 6; i < 9; i++) // vertical edges
|
for (int i = 6; i < 9; i++) // vertical edges
|
||||||
@ -3176,7 +3176,7 @@ namespace netgen
|
|||||||
|
|
||||||
case PYRAMID:
|
case PYRAMID:
|
||||||
{
|
{
|
||||||
if (typeid(T) == typeid(SIMD<double>)) return;
|
// if (typeid(T) == typeid(SIMD<double>)) return;
|
||||||
|
|
||||||
dshapes = T(0.0);
|
dshapes = T(0.0);
|
||||||
T x = xi(0);
|
T x = xi(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user