Skip to content

Commit fc191ae

Browse files
authored
Merge pull request #13 from MultiSimOLab/gridap-compat
2 parents 7af05f9 + 8788841 commit fc191ae

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/ComputationalModels/ComputationalModels.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ using Gridap.TensorValues, Gridap.FESpaces, Gridap.Algebra
99
using Gridap: createvtk
1010
using Gridap.MultiField
1111
using Gridap.FESpaces: get_assembly_strategy
12+
import Gridap: solve!
1213

1314
using BlockArrays
1415
using GridapPETSc, GridapPETSc.PETSC

src/WeakForms/WeakForms.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ export jacobian
99
export mass_term
1010
export (+)
1111

12+
import Gridap.Algebra:residual,jacobian
1213
import Base: +
1314

15+
# ===================
1416
# Coupling management
1517
# ===================
1618

0 commit comments

Comments
 (0)