We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cfbf8 commit df75b81Copy full SHA for df75b81
src/poisson3d.jl
@@ -10,11 +10,7 @@ So, the minimal value is expected to be 0.
10
It is inspired from the 2nd tutorial in Gridap.jl:
11
https://gridap.github.io/Tutorials/stable/pages/t002_validation/
12
"""
13
-<<<<<<< HEAD
14
-function poisson3d(; n::Int = 10)
15
-=======
16
function poisson3d(n :: Int = 10, args...; kwargs...)
17
->>>>>>> 8f59ae4 (change signature)
18
19
#For instance, the following lines build a CartesianDiscreteModel for the unit cube
20
# (0,1)^3 with n cells per direction
0 commit comments