gridap / gridap/GridapDistributed.jl
A generic method of the abstract type DistributedDiscreteModel{Dc,Dp} directly accesses to a field name .face_gids
Open
- Dominant language
- Julia
- Stars
- 148
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
I think this line:
https://github.com/gridap/GridapDistributed.jl/blob/d94dbcfe1e80a4083773764cb8459d85a4628a3f/src/Geometry.jl#L263
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.