diff src/DiffOps/DiffOps.jl @ 875:067a322e4f73 laplace_benchmarks

Merge with feature/laplace_opset
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 27 Jan 2022 10:55:08 +0100
parents 76e5682d0e52
children 471a948cd2b2
line wrap: on
line diff
--- a/src/DiffOps/DiffOps.jl	Thu Jan 20 21:51:53 2022 +0100
+++ b/src/DiffOps/DiffOps.jl	Thu Jan 27 10:55:08 2022 +0100
@@ -93,6 +93,7 @@
 
 
 """
+    BoundaryCondition
 A BoundaryCondition should implement the method
     sat(::DiffOp, v::AbstractArray, data::AbstractArray, ...)
 """