Skip to content

Commit 3af5275

Browse files
committed
porting fsws project (WIP)
1 parent 1c6465c commit 3af5275

File tree

18 files changed

+475
-469
lines changed

18 files changed

+475
-469
lines changed

examples/acoustic_1d_imex/HookClass.py

Lines changed: 0 additions & 57 deletions
This file was deleted.

examples/acoustic_1d_imex/ProblemClass_conv.py

Lines changed: 0 additions & 167 deletions
This file was deleted.

examples/acoustic_1d_imex/buildWave1DMatrix.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

examples/acoustic_1d_imex/playground.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import numpy as np
22
import pySDC.core.deprecated.PFASST_stepwise as mp
3+
from ProblemClass import acoustic_1d_imex
34
from matplotlib import pyplot as plt
45

5-
from ProblemClass import acoustic_1d_imex
6-
from examples.acoustic_1d_imex.HookClass import plot_solution
7-
from pySDC.implementations.datatype_classes import mesh, rhs_imex_mesh
8-
from pySDC.implementations.sweeper_classes.imex_1st_order import imex_1st_order
6+
from projects.FastWaveSlowWave.HookClass import plot_solution
97
from pySDC.core import CollocationClasses as collclass
108
from pySDC.core import Log
9+
from pySDC.implementations.datatype_classes import mesh, rhs_imex_mesh
10+
from pySDC.implementations.sweeper_classes.imex_1st_order import imex_1st_order
1111

1212
if __name__ == "__main__":
1313

examples/acoustic_1d_imex/plotconvdata.py

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)