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
The issue is that append_tables_globally expects only Tables, while compute_face_nodes(cmodel,Dc) returns a Gridap.Geometry.CartesianCellNodes (which is also <: AbstractVector{<:Vector{T}} but not a Table).
The text was updated successfully, but these errors were encountered:
Not very important, but
compute_face_nodes
fails forCartesianDiscreteModels
.Code to reproduce:
Error:
The issue is that
append_tables_globally
expects onlyTables
, whilecompute_face_nodes(cmodel,Dc)
returns aGridap.Geometry.CartesianCellNodes
(which is also<: AbstractVector{<:Vector{T}}
but not aTable
).The text was updated successfully, but these errors were encountered: