Skip to content

Commit 6f5a9ac

Browse files
committed
add TODO to low-level Poisson tutorial
1 parent a744099 commit 6f5a9ac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/poisson_dev_fe.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,8 @@ low_level_manual_gradient_dv_array = lazy_map(Broadcasting(Operation(⋅)),inv_J
571571

572572
# ## A low-level implementation of the residual integration and assembly
573573

574+
# **TODO** To explain with words and associated equations the strategy followed in order to solve the Poisson problems with non-homogeneous Dirichlet boundary conditions without modifying the global assembly process
575+
574576
# Let us now create manually an array of `Field`s uₖ that returns the FE function uₕ at each cell, and another array with its gradients, ∇uₖ. We hope that the next set of instructions can be already understood with the material covered so far
575577

576578
ϕrₖ = Fill(ϕr,num_cells(Tₕ))

0 commit comments

Comments
 (0)