Skip to content

Commit 493486e

Browse files
Upgrade to Ferrite 1.1.0 (#223)
* Upgrade to Ferrite 1.1.0 * Rename face to facet whenever applicable
1 parent 98cc8a4 commit 493486e

28 files changed

+459
-428
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Aqua = "0.8"
4646
BlockArrays = "1"
4747
DiffEqBase = "6"
4848
FastBroadcast = "0.3.5"
49-
Ferrite = "=1.0.0"
49+
Ferrite = "=1.1.0"
5050
ForwardDiff = "0.10.38"
5151
JET = "0.9"
5252
KernelAbstractions = "0.9.34"

bak/examples/lv-with-mtk-circuit.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ tspan = (0.0, 1000.0)
281281

282282
io = ParaViewWriter(name_base);
283283

284-
face_models = ()
285-
solid = StructuralModel(:displacement, constitutive_model, face_models)
284+
facet_models = ()
285+
solid = StructuralModel(:displacement, constitutive_model, facet_models)
286286
fluid = MTKLumpedCicuitModel(circ_sys, u0new, [p3D])
287287
coupler = LumpedFluidSolidCoupler(
288288
[

0 commit comments

Comments
 (0)