Skip to content

Commit 5db2d04

Browse files
authored
Merge pull request #8 from yangbai90/devel
First pull request
2 parents 379b218 + 6eb71d7 commit 5db2d04

600 files changed

Lines changed: 235719 additions & 89853 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vscode/c_cpp_properties.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Linux",
5+
"includePath": [
6+
"${workspaceFolder}/**",
7+
"${workspaceFolder}/include",
8+
"/home/by/Programs/petsc/3.12.3/include",
9+
"/home/by/Programs/gcc/9.2.0/include",
10+
"/home/by/Programs/gcc/9.2.0/include/c++/9.2.0",
11+
"/home/by/Programs/mpich/3.3.2/include"
12+
],
13+
"defines": [],
14+
"compilerPath": "/home/by/Programs/gcc/9.2.0/bin/g++",
15+
"cStandard": "c11",
16+
"cppStandard": "c++17",
17+
"intelliSenseMode": "clang-x64",
18+
"configurationProvider": "vector-of-bool.cmake-tools"
19+
}
20+
],
21+
"version": 4
22+
}

.vscode/settings.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"files.associations": {
3+
"iosfwd": "cpp",
4+
"array": "cpp",
5+
"atomic": "cpp",
6+
"bit": "cpp",
7+
"*.tcc": "cpp",
8+
"cctype": "cpp",
9+
"chrono": "cpp",
10+
"clocale": "cpp",
11+
"cmath": "cpp",
12+
"codecvt": "cpp",
13+
"complex": "cpp",
14+
"condition_variable": "cpp",
15+
"cstdarg": "cpp",
16+
"cstddef": "cpp",
17+
"cstdint": "cpp",
18+
"cstdio": "cpp",
19+
"cstdlib": "cpp",
20+
"cstring": "cpp",
21+
"ctime": "cpp",
22+
"cwchar": "cpp",
23+
"cwctype": "cpp",
24+
"deque": "cpp",
25+
"forward_list": "cpp",
26+
"list": "cpp",
27+
"map": "cpp",
28+
"set": "cpp",
29+
"unordered_map": "cpp",
30+
"unordered_set": "cpp",
31+
"vector": "cpp",
32+
"exception": "cpp",
33+
"algorithm": "cpp",
34+
"functional": "cpp",
35+
"iterator": "cpp",
36+
"memory": "cpp",
37+
"memory_resource": "cpp",
38+
"numeric": "cpp",
39+
"optional": "cpp",
40+
"random": "cpp",
41+
"ratio": "cpp",
42+
"string": "cpp",
43+
"string_view": "cpp",
44+
"system_error": "cpp",
45+
"tuple": "cpp",
46+
"type_traits": "cpp",
47+
"utility": "cpp",
48+
"hash_map": "cpp",
49+
"fstream": "cpp",
50+
"future": "cpp",
51+
"initializer_list": "cpp",
52+
"iomanip": "cpp",
53+
"iostream": "cpp",
54+
"istream": "cpp",
55+
"limits": "cpp",
56+
"mutex": "cpp",
57+
"new": "cpp",
58+
"ostream": "cpp",
59+
"sstream": "cpp",
60+
"stdexcept": "cpp",
61+
"streambuf": "cpp",
62+
"thread": "cpp",
63+
"cfenv": "cpp",
64+
"cinttypes": "cpp",
65+
"typeindex": "cpp",
66+
"typeinfo": "cpp",
67+
"valarray": "cpp",
68+
"filesystem": "cpp"
69+
}
70+
}

0 commit comments

Comments
 (0)