comparison README.md @ 1751:f3d7e2d7a43f feature/sbp_operators/laplace_curvilinear

Merge feature/grids/manifolds
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 11 Sep 2024 16:26:19 +0200
parents 471a948cd2b2
children 654a2b7e6824
comparison
equal deleted inserted replaced
1731:3684db043add 1751:f3d7e2d7a43f
1 # Sbplib 1 # Diffinitive
2 2
3 ## Running tests 3 ## Running tests
4 To run all tests simply run 4 To run all tests simply run
5 ``` 5 ```
6 (@v1.5) pkg> activate . 6 (@v1.5) pkg> activate .
7 (Sbplib) pkg> test 7 (Diffinitive) pkg> test
8 ``` 8 ```
9 9
10 If you want to run tests from a specific file in `test/`, you can do 10 If you want to run tests from a specific file in `test/`, you can do
11 ``` 11 ```
12 julia> using Pkg 12 julia> using Pkg
57 57
58 PkgBenchmark can also be used directly. 58 PkgBenchmark can also be used directly.
59 59
60 ```julia 60 ```julia
61 using PkgBenchmark 61 using PkgBenchmark
62 import Sbplib 62 import Diffinitive
63 r = benchmarkpkg(Sbplib) 63 r = benchmarkpkg(Diffinitive)
64 64
65 export_markdown(stdout, r) 65 export_markdown(stdout, r)
66 ``` 66 ```
67 67
68 ## Generating and using the documentation 68 ## Generating and using the documentation