comparison DiffOps/src/DiffOps.jl @ 221:235f0a771c8f package_refactor

Make all packages load properly
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 26 Jun 2019 13:23:42 +0200
parents 3a93d8a799ce
children b3506cfbb9d8
comparison
equal deleted inserted replaced
220:5bba704a89d8 221:235f0a771c8f
1 module DiffOps 1 module DiffOps
2 2
3 using RegionIndices 3 using RegionIndices
4 using SbpOperators
5 using Grids
4 6
5 abstract type DiffOp end 7 abstract type DiffOp end
6 8
7 # TBD: The "error("not implemented")" thing seems to be hiding good error information. How to fix that? Different way of saying that these should be implemented? 9 # TBD: The "error("not implemented")" thing seems to be hiding good error information. How to fix that? Different way of saying that these should be implemented?
8 function apply(D::DiffOp, v::AbstractVector, i::Int) 10 function apply(D::DiffOp, v::AbstractVector, i::Int)