https://github.com/HTDerekLiu/surface_multigrid_code
Revision 1c5e37e40d3389205b273d299ca8ce48513e5e92 authored by Alec Jacobson on 06 March 2023, 19:56:13 UTC, committed by GitHub on 06 March 2023, 19:56:13 UTC
1 parent f285051
Tip revision: 1c5e37e40d3389205b273d299ca8ce48513e5e92 authored by Alec Jacobson on 06 March 2023, 19:56:13 UTC
Update mg_VCycle.cpp
Update mg_VCycle.cpp
Tip revision: 1c5e37e
.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

Computing file changes ...