Skip to content

Commit

Permalink
use LU solver
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Oct 19, 2023
1 parent 1ac6576 commit 629999a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/julia/heater_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,9 @@ GridapPETSc.with(args = split(options)) do
temperature(T0) * 0,
2e-6,
2e-4,
solver = PETScLinearSolver(),
#solver = PETScLinearSolver(),
)

stophere

#createpvd("poisson_transient_solution") do pvd
# for (uₕ, t) in uₕₜ
# pvd[t] = createvtk(
Expand Down

0 comments on commit 629999a

Please sign in to comment.