I think this line:
|
DistributedGridTopology(map(get_grid_topology,local_views(model)),model.face_gids) |
should use a call to an abstract method get_face_gids(::DistributedDiscreteModel) (which does not exist yet), instead of accessing the property face_gids directly
I think this line:
GridapDistributed.jl/src/Geometry.jl
Line 263 in d94dbcf
should use a call to an abstract method
get_face_gids(::DistributedDiscreteModel)(which does not exist yet), instead of accessing the propertyface_gidsdirectly