fixed: evalSolution in ASMs1D

This commit is contained in:
Arne Morten Kvarving 2018-08-24 14:14:49 +02:00
parent 89e11b3525
commit f7972684c7
2 changed files with 2 additions and 2 deletions

View File

@ -1159,7 +1159,7 @@ bool ASMs1D::getSolution (Matrix& sField, const Vector& locSol,
bool ASMs1D::evalSolution (Matrix& sField, const Vector& locSol,
const int* npe, int, int) const
const int* npe, int) const
{
// Compute parameter values of the result sampling points
RealArray gpar;

View File

@ -214,7 +214,7 @@ public:
//! \param[in] locSol Solution vector in DOF-order
//! \param[in] npe Number of visualization nodes over each knot span
virtual bool evalSolution(Matrix& sField, const Vector& locSol,
const int* npe, int = 0, int = 0) const;
const int* npe, int = 0) const;
//! \brief Evaluates the primary solution field at the given points.
//! \param[out] sField Solution field