Mercurial > repos > public > sbplib_julia
comparison DiffOps/src/DiffOps.jl @ 235:a5fdc00d5070 boundary_conditions
Fix a bunch of compilation errors
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 26 Jun 2019 17:54:32 +0200 |
parents | cd60382f392b |
children | 396eadb652bd |
comparison
equal
deleted
inserted
replaced
234:d119dfdd749c | 235:a5fdc00d5070 |
---|---|
1 module DiffOps | 1 module DiffOps |
2 | 2 |
3 using RegionIndices | 3 using RegionIndices |
4 using SbpOperators | 4 using SbpOperators |
5 using Grids | 5 using Grids |
6 using LazyTensors | |
6 | 7 |
7 """ | 8 """ |
8 DiffOp | 9 DiffOp |
9 | 10 |
10 Supertype of differential operator discretisations. | 11 Supertype of differential operator discretisations. |