swh:1:snp:dc81ca0c8a95588bd21c92e4ae16e6010fcae214
Raw File
Tip revision: 0912775758c647fe1d656a75e33c56776b88fa6e authored by Tim Warburton on 04 December 2023, 23:43:32 UTC
WIP: reduced SSBDF3 to second order
Tip revision: 0912775
.gitignore
*
!/**/
!*.*
!makefile
!*/*/makefile
!*/*/Makefile
!LICENSE

*.o
*.a
.DS_STORE
*.vtu
*.dat
*.txt
*.eps
*.png
*.pdf
*.log
*.bmp
*.swp
*.orig
*.out
*.msh

**/*.o
**/*.c~
*.m~
*.nvprof
test/__pycache__
test/*.rc

!test/squareTri.msh
!test/squareQuad.msh
!test/cubeTet.msh
!test/cubeHex.msh

.vimrc
.occa/
back to top