added: set parameters in ASMs3DLag::integrate(B)

This commit is contained in:
Arne Morten Kvarving 2023-03-27 13:33:21 +02:00
parent 6f0d8d56a6
commit fb34513b76

View File

@ -644,7 +644,8 @@ bool ASMs3DLag::integrate (Integrand& integrand, int lIndex,
fe.w = wpar.front();
Matrix dNdu, Xnod, Jac;
Vec4 X(nullptr,time.t);
double param[3] = { fe.u, fe.v, fe.w };
Vec4 X(param,time.t);
Vec3 normal;
double xi[3];