https://gitlab.com/AmosEgel/smuthi
Raw File
Tip revision: 1bda099a921d6ecfcaac0e02afb433825433c1c1 authored by Kuznetsov on 16 March 2021, 17:51:16 UTC
test
Tip revision: 1bda099
.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