Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Писарев Василий Вячеславович
Введение в суперкомпьютерное моделирование
Commits
de4868c0
Commit
de4868c0
authored
3 years ago
by
Vasily Pisarev
Browse files
Options
Download
Patches
Plain Diff
2d heat equation
parent
c563cadd
master
No related merge requests found
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
.gitignore
+11
-0
.gitignore
1d_heat_equation/.gitkeep
+0
-0
1d_heat_equation/.gitkeep
2d_heat_equation/heat_equation.hpp
+62
-0
2d_heat_equation/heat_equation.hpp
2d_heat_equation/heat_equation_adi.cpp
+260
-0
2d_heat_equation/heat_equation_adi.cpp
2d_heat_equation/heat_equation_cg.cpp
+208
-0
2d_heat_equation/heat_equation_cg.cpp
2d_heat_equation/heat_equation_explicit.cpp
+191
-0
2d_heat_equation/heat_equation_explicit.cpp
2d_heat_equation/heat_equation_explicit_omp.cpp
+197
-0
2d_heat_equation/heat_equation_explicit_omp.cpp
vectors_and_matrices/.gitkeep
+0
-0
vectors_and_matrices/.gitkeep
with
929 additions
and
0 deletions
+929
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets