You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FunctionSpace() does not complain when an object of a type different from MeshObject is passed as the first argument. Instead, it returns an error that is not clear.
> data("unit_square", package = "fdaPDE2")
> domain <- Mesh(unit_square)
>>## the functional space of finite element functions of order 1, over the unit square> Vh <- FunctionSpace(unit_square, fe_order = 1)
Error in eval(parse(text = paste("cpp_lagrange_basis_", mesh$domain_type, :
object 'cpp_lagrange_basis__fe1' not found
The text was updated successfully, but these errors were encountered:
donellipietro
changed the title
Missing expected type for the first argument in function FunctionSpace()
Missing expected type for the first argument of function FunctionSpace()
Jan 12, 2024
FunctionSpace()
does not complain when an object of a type different fromMeshObject
is passed as the first argument. Instead, it returns an error that is not clear.Code
Error
The text was updated successfully, but these errors were encountered: