issues
search
devitocodes
/
devito
DSL and compiler framework for automated finite-differences and stencil computation
http://www.devitoproject.org
MIT License
565
stars
229
forks
source link
"Good Practices" notebook
#2444
Open
FabioLuporini
opened
3 months ago
FabioLuporini
commented
3 months ago
writing MPI friendly code — avoid the indexed notation unless you really know what you are doing
construct Operators with purely symbolic objects
add API for symbolic grid , such as Grid(ndim=3)