diff 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
line wrap: on
line diff
--- a/DiffOps/src/DiffOps.jl	Thu Jan 09 10:53:03 2020 +0100
+++ b/DiffOps/src/DiffOps.jl	Thu Jan 09 10:54:24 2020 +0100
@@ -98,7 +98,5 @@
 
 
 include("laplace.jl")
-export Laplace
-
 
 end # module