https://gitlab.com/AmosEgel/smuthi
Raw File
Tip revision: 16621479846ebbc1da74e30bbcab568358831581 authored by Alexey Kuznetsov on 04 April 2021, 17:37:04 UTC
Merge branch 'kuznetsovsasmb-master-patch-26044' into 'master'
Tip revision: 1662147
.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