Skip to content

Commit f10cd3d

Browse files
More rename
1 parent 2ce1154 commit f10cd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/literate-tutorials/cm03_3d0d-coupling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ blood_circuit_solver = ForwardEulerSolver(rate=ceil(Int, dt₀/0.001)) # Force t
342342
timestepper = LieTrotterGodunov((chamber_solver, blood_circuit_solver))
343343

344344
u₀ = zeros(solution_size(splitform))
345-
u₀[OS.get_dofrange(splitform, 2)] .= u0new;
345+
u₀[OS.get_solution_indices(splitform, 2)] .= u0new;
346346
# !!! todo
347347
# How to map this correctly? If I understand correctly, then there is no guarantee that the states match.
348348

0 commit comments

Comments
 (0)