https://gitlab.com/AmosEgel/smuthi
Raw File
Tip revision: e8d291ee3ad5bceefddf72d82be0b7d7e3fe8bf4 authored by Amos Egel on 11 December 2020, 14:48:04 UTC
show_near_field: add comment how to use log scale to tutorial
Tip revision: e8d291e
.gitignore
.idea/
*__pycache__*
SMUTHI.egg*
snippets/
dist/
scripts/*.dat
docs/_build/
docs/_static/
docs/_templates/
NFM*.mod
allocation.mod
derived_parameters.mod
parameters.mod
build/*
NFM*.exe
data/
nfmds_*
*smuthi_output*
smuthi_nfmds_bin*
.project
.pydevproject
.settings
*.pyc
*.prof
*.lprof
*_nfmds_installation_path.txt
*~
scripts/*
examples/*/output
examples/*.png
examples/renaud/
.eggs/*
.cache/*
examples/krzysztof/*
examples/Lorenzo/*
venv/*
virtualenv/*
smuthi/linearsystem/tmatrix/nfmds/NFM-DS/TMATSOURCES/win/*.f90
examples/*
*fort.20
!examples/tutorials/*
!examples/benchmarks/*
smuthi/.libs/*
*.pyd

back to top