Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 195d9b2

Browse files
clean up
1 parent 175553a commit 195d9b2

39 files changed

Lines changed: 800 additions & 790 deletions

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
strategy:
1313
matrix:
1414
group:
15-
- Interface
15+
- OperatorInterface
16+
- MOLFiniteDifference
17+
- Multithreading
18+
- Misc
1619
steps:
1720
- uses: actions/checkout@v2
1821
- uses: julia-actions/setup-julia@v1

src/DiffEqOperators.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ include("derivative_operators/coefficient_functions.jl")
4242

4343
### Composite Operators
4444
include("composite_operators.jl")
45-
46-
include("MOL_discretization.jl")
47-
4845
include("docstrings.jl")
4946

5047
### Concretizations
5148
include("derivative_operators/concretization.jl")
5249

50+
### MOL
51+
include("MOLFiniteDifference/MOL_discretization.jl")
52+
5353
# The (u,p,t) and (du,u,p,t) interface
5454
for T in [DiffEqScaledOperator, DiffEqOperatorCombination, DiffEqOperatorComposition, GhostDerivativeOperator]
5555
(L::T)(u,p,t) = (update_coefficients!(L,u,p,t); L * u)

src/MOL_discretization.jl renamed to src/MOLFiniteDifference/MOL_discretization.jl

Lines changed: 142 additions & 142 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)