Mercurial > repos > public > sbplib_julia
comparison benchmark/benchmark_laplace.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 | 43aaf710463e |
children |
comparison
equal
deleted
inserted
replaced
1725:8317252e4535 | 1726:471a948cd2b2 |
---|---|
1 using Sbplib | 1 using Diffinitive |
2 using Sbplib.SbpOperators | 2 using Diffinitive.SbpOperators |
3 using Sbplib.Grids | 3 using Diffinitive.Grids |
4 using Sbplib.RegionIndices | 4 using Diffinitive.RegionIndices |
5 using BenchmarkTools | 5 using BenchmarkTools |
6 | 6 |
7 # TODO: Move the below benchmarks into the benchmark suite | 7 # TODO: Move the below benchmarks into the benchmark suite |
8 | 8 |
9 const operator_path = sbp_operators_path()*"standard_diagonal.toml" | 9 const operator_path = sbp_operators_path()*"standard_diagonal.toml" |