gridap / GridapODEs.jl

Time stepping for Gridap
MIT License
33 stars 7 forks source link

TransientTrialFESpace without Dirichlet boundaries returns TrialFESpace #41

Closed oriolcg closed 3 years ago

oriolcg commented 3 years ago

The function TransientTrialFESpace called with only one argument (the corresponding TestFESpace) returns an HomogeneousTrialFESpace which is a TrialFESpace type, see line https://github.com/gridap/GridapODEs.jl/blob/beb8148f5c83bcd7bc6e80cb966b454ce02587cf/src/TransientFETools/TransientFESpaces.jl#L17

It should define a TransientTrialFESpace, maybe calling the constructor with a dummy function?