"Error: I am getting tnlVector instead of tnlMeshFunction or similar object. You might forget to bind DofVector into tnlMeshFunction in you method getExplicitRHS.");
@@ -44,6 +44,12 @@ assembly( const RealType& time,
MatrixType&matrix,
DofVector&b)const
{
static_assert(std::is_same<MeshFunction,
tnlVector<typenameMeshFunction::RealType,
typenameMeshFunction::DeviceType,
typenameMeshFunction::IndexType>>::value!=true,
"Error: I am getting tnlVector instead of tnlMeshFunction or similar object. You might forget to bind DofVector into tnlMeshFunction in you method getExplicitRHS.");