https://github.com/HTDerekLiu/surface_multigrid_code
Revision a104c8331d64f25de115c2ad0cb21c93b2d6e012 authored by HTDerekLiu on 01 March 2021, 21:06:33 UTC, committed by HTDerekLiu on 01 March 2021, 21:06:33 UTC
1 parent 3b8a064
Raw File
Tip revision: a104c8331d64f25de115c2ad0cb21c93b2d6e012 authored by HTDerekLiu on 01 March 2021, 21:06:33 UTC
add singel level SSP demo
Tip revision: a104c83
.gitignore
*/build
*.DS_Store

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
back to top