Skip to content
Snippets Groups Projects
Commit ca5a8ecd8d25 authored by Ashwin Vishnu's avatar Ashwin Vishnu
Browse files

Doc: basilisk and sphericalharmo and new function pkgload

parent d8588de61f23
No related branches found
No related tags found
1 merge request!49FluidSHT and first working implementation of sphere.sw1l solver
......@@ -22,7 +22,6 @@
class InfoSolverBasilisk(InfoSolverBase):
"""Contain the information on a Basilisk solver."""
def _init_root(self):
super(InfoSolverBasilisk, self)._init_root()
......@@ -50,7 +49,6 @@
class SimulBasilisk(SimulBase):
"""A solver for Basilisk."""
InfoSolver = InfoSolverBasilisk
def __init__(self, params):
......
......@@ -21,7 +21,6 @@
"""Time stepping class to handle Basilisk's event loop and FluidSim output.
"""
@staticmethod
def _complete_params_with_default(params):
"""This static method is used to complete the *params* container.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment