comparison diffOp.jl @ 17:10a5e7c77fb8

Fix reference to grid.BooundaryId
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 17 Dec 2018 15:26:43 +0100
parents aafc4bdbe675
children f2842e08d813
comparison
equal deleted inserted replaced
16:c61af27cb67a 17:10a5e7c77fb8
14 14
15 function boundaryCondition(D::DiffOp) 15 function boundaryCondition(D::DiffOp)
16 error("not implemented") 16 error("not implemented")
17 end 17 end
18 18
19 function interface(Du::DiffOp, Dv::DiffOp, b::BoundaryID; type) 19 function interface(Du::DiffOp, Dv::DiffOp, b::grid.BoundaryId; type)
20 error("not implemented") 20 error("not implemented")
21 end 21 end
22 22
23 23
24 # Differential operator for a*d^2/dx^2 24 # Differential operator for a*d^2/dx^2