fixed: evalSolution in ASMs1D
This commit is contained in:
parent
89e11b3525
commit
f7972684c7
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user