Skip to content

Commit

Permalink
Merge pull request #404 from killah-t-cell/patch-6
Browse files Browse the repository at this point in the history
fix IDE doc
  • Loading branch information
ChrisRackauckas authored Sep 22, 2021
2 parents e8578c3 + 0c0a886 commit 8b2c745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pinn/integro_diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ discretization = PhysicsInformedNN(chain,
init_params = nothing,
phi = nothing,
derivative = nothing)
pde_system = PDESystem(eq,bcs,domains,[t],[i(t)])
@named pde_system = PDESystem(eq,bcs,domains,[t],[i(t)])
prob = NeuralPDE.discretize(pde_system,discretization)
cb = function (p,l)
println("Current loss is: $l")
Expand Down

0 comments on commit 8b2c745

Please sign in to comment.