mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
ngsimd namespace
This commit is contained in:
parent
33f1e6da88
commit
ead955cf04
@ -103,10 +103,10 @@ namespace netgen
|
|||||||
|
|
||||||
#ifdef __SSE__
|
#ifdef __SSE__
|
||||||
virtual bool GetMultiSurfValue (size_t selnr, size_t facetnr, size_t npts,
|
virtual bool GetMultiSurfValue (size_t selnr, size_t facetnr, size_t npts,
|
||||||
const netgen::tAVXd * xref,
|
const ngsimd::tAVXd * xref,
|
||||||
const netgen::tAVXd * x,
|
const ngsimd::tAVXd * x,
|
||||||
const netgen::tAVXd * dxdxref,
|
const ngsimd::tAVXd * dxdxref,
|
||||||
netgen::tAVXd * values)
|
ngsimd::tAVXd * values)
|
||||||
{
|
{
|
||||||
cerr << "GetMultiSurfVaue not overloaded for SIMD<double>" << endl;
|
cerr << "GetMultiSurfVaue not overloaded for SIMD<double>" << endl;
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user