Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fluidsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fluiddyn
fluidsim
Commits
ca5a8ecd8d25
Commit
ca5a8ecd8d25
authored
6 years ago
by
Ashwin Vishnu
Browse files
Options
Downloads
Patches
Plain Diff
Doc: basilisk and sphericalharmo and new function pkgload
parent
d8588de61f23
No related branches found
No related tags found
1 merge request
!49
FluidSHT and first working implementation of sphere.sw1l solver
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
fluidsim/base/basilisk/solver.py
+0
-2
0 additions, 2 deletions
fluidsim/base/basilisk/solver.py
fluidsim/base/basilisk/time_stepping.py
+0
-1
0 additions, 1 deletion
fluidsim/base/basilisk/time_stepping.py
with
0 additions
and
3 deletions
fluidsim/base/basilisk/solver.py
+
0
−
2
View file @
ca5a8ecd
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
fluidsim/base/basilisk/time_stepping.py
+
0
−
1
View file @
ca5a8ecd
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment