-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First commit after paper's acceptance
- Loading branch information
0 parents
commit 4e9269b
Showing
9 changed files
with
6,719 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
''' | ||
Initialize MPITS | ||
''' | ||
|
||
# Parent Class | ||
from .massive import tsmassive | ||
|
||
# Child Classes | ||
from .nsbas import nsbas | ||
from .timefn import timefn | ||
from .classic import classic | ||
|
||
# Solver classes | ||
from .petscsolver import petscsolver | ||
#from .sdsolver import sdsolver | ||
from .cdsolver import cdsolver | ||
|
||
# Utils | ||
from . import utils | ||
|
Oops, something went wrong.