comparison DiffOps/src/DiffOps.jl @ 282:ce6a2f3f732a boundary_conditions

Make Laplace a TensorOperator and add tests. NOTE: Two of the tests for Laplace2D are currently failing.
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 09 Jan 2020 10:54:24 +0100
parents 396eadb652bd
children d5475ad78b28
comparison
equal deleted inserted replaced
281:1eefaefdd0c7 282:ce6a2f3f732a
96 """ 96 """
97 abstract type BoundaryCondition end 97 abstract type BoundaryCondition end
98 98
99 99
100 include("laplace.jl") 100 include("laplace.jl")
101 export Laplace
102
103 101
104 end # module 102 end # module