Skip to content

Commit a61d24b

Browse files
authored
Merge pull request #193 from miguelmaso/added-qualifier
Added FESpaces qualifier
2 parents b0e49ea + 50886c1 commit a61d24b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/DivConformingFESpaces.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function FESpaces.FESpace(model::DistributedDiscreteModel,
1212
_common_fe_space_constructor(model,cell_reffes;conformity,split_own_and_ghost,kwargs...)
1313
end
1414

15-
function FESpace(model::DistributedDiscreteModel,
15+
function FESpaces.FESpace(model::DistributedDiscreteModel,
1616
reffe::GenericRefFE{RaviartThomas};
1717
conformity=nothing,
1818
split_own_and_ghost=false,
@@ -32,7 +32,7 @@ function _setup_dmodel_and_dtrian(_trian::DistributedTriangulation)
3232
GenericDistributedDiscreteModel(models, generate_cell_gids(trian)), trian
3333
end
3434

35-
function FESpace(
35+
function FESpaces.FESpace(
3636
_trian::DistributedTriangulation,
3737
reffe::Tuple{RaviartThomas,Any,Any};
3838
conformity=nothing,
@@ -47,7 +47,7 @@ function FESpace(
4747
_common_fe_space_constructor(dmodel,cell_reffes,dtrian;conformity,split_own_and_ghost,kwargs...)
4848
end
4949

50-
function FESpace(_trian::DistributedTriangulation,
50+
function FESpaces.FESpace(_trian::DistributedTriangulation,
5151
reffe::GenericRefFE{RaviartThomas};
5252
conformity=nothing,
5353
split_own_and_ghost=false,

0 commit comments

Comments
 (0)