Mercurial > repos > public > sbplib_julia
comparison src/DiffOps/DiffOps.jl @ 1726:471a948cd2b2 rename_module
Rename project from Sbplib to Diffinitive
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sat, 07 Sep 2024 12:11:53 -0700 |
parents | 76e5682d0e52 |
children |
comparison
equal
deleted
inserted
replaced
1725:8317252e4535 | 1726:471a948cd2b2 |
---|---|
1 module DiffOps | 1 module DiffOps |
2 | 2 |
3 using Sbplib.RegionIndices | 3 using Diffinitive.RegionIndices |
4 using Sbplib.SbpOperators | 4 using Diffinitive.SbpOperators |
5 using Sbplib.Grids | 5 using Diffinitive.Grids |
6 using Sbplib.LazyTensors | 6 using Diffinitive.LazyTensors |
7 | 7 |
8 """ | 8 """ |
9 DiffOp | 9 DiffOp |
10 | 10 |
11 Supertype of differential operator discretisations. | 11 Supertype of differential operator discretisations. |