-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdot_file
More file actions
62 lines (62 loc) · 2.72 KB
/
dot_file
File metadata and controls
62 lines (62 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
digraph G {
"test/blitz/array.h" [color=orange]
"iostream" [color=orange]
"test/LUSolver.hpp" [color=orange]
"math.h" [color=orange]
"test/igloo/igloo_alt.h" [color=orange]
"test/SparseMatrixConverter.hpp" [color=orange]
"blitz/array.h" [color=orange]
"test/EigenSolver.hpp" [color=orange]
"main.cpp" -> "iostream"
"main.cpp" -> "blitz/array.h"
"main.cpp" -> "MeshManager.hpp"
"main.cpp" -> "Nodes1DProvisioner.hpp"
"main.cpp" -> "SparseMatrixConverter.hpp"
"main.cpp" -> "EigenSolver.hpp"
"main.cpp" -> "DirectSolver.hpp"
"test/DirectSolverTests.cpp" -> "test/igloo/igloo_alt.h"
"test/DirectSolverTests.cpp" -> "test/blitz/array.h"
"test/DirectSolverTests.cpp" -> "test/DirectSolver.hpp"
"test/DirectSolverTests.cpp" -> "test/SparseMatrixConverter.hpp"
"test/EigenSolverTests.cpp" -> "test/igloo/igloo_alt.h"
"test/EigenSolverTests.cpp" -> "test/blitz/array.h"
"test/EigenSolverTests.cpp" -> "test/EigenSolver.hpp"
"test/EigenSolverTests.cpp" -> "test/SparseMatrixConverter.hpp"
"LUSolver.cpp" -> "suitesparse/umfpack.h"
"LUSolver.cpp" -> "LUSolver.hpp"
"LUSolver.cpp" -> "iostream"
"LUSolver.cpp" -> "math.h"
"test/LUSolverTests.cpp" -> "test/igloo/igloo_alt.h"
"test/LUSolverTests.cpp" -> "test/blitz/array.h"
"test/LUSolverTests.cpp" -> "test/LUSolver.hpp"
"test/LUSolverTests.cpp" -> "test/SparseMatrixConverter.hpp"
"test/Nodes1DProvisionerTests.cpp" -> "test/igloo/igloo_alt.h"
"test/Nodes1DProvisionerTests.cpp" -> "test/blitz/array.h"
"test/Nodes1DProvisionerTests.cpp" -> "test/Nodes1DProvisioner.hpp"
"test/Nodes1DProvisionerTests.cpp" -> "test/LUSolver.hpp"
"test/Nodes1DProvisionerTests.cpp" -> "test/EigenSolver.hpp"
"test/Nodes1DProvisionerTests.cpp" -> "test/DirectSolver.hpp"
"SparseMatrixConverter.cpp" -> "SparseMatrixConverter.hpp"
"SparseMatrixConverter.cpp" -> "suitesparse/umfpack.h"
"EigenSolver.cpp" -> "EigenSolver.hpp"
"EigenSolver.cpp" -> "blitz/array.h"
"DirectSolver.cpp" -> "DirectSolver.hpp"
"DirectSolver.cpp" -> "blitz/array.h"
"Nodes1DProvisioner.cpp" -> "iostream"
"Nodes1DProvisioner.cpp" -> "math.h"
"Nodes1DProvisioner.cpp" -> "Nodes1DProvisioner.hpp"
"test/tests.cpp" -> "test/igloo/igloo_alt.h"
"test/tests.cpp" -> "test/blitz/array.h"
"test/tests.cpp" -> "test/MeshManager.hpp"
"test/tests.cpp" -> "test/Nodes1DProvisioner.hpp"
"test/tests.cpp" -> "test/LUSolver.hpp"
"test/tests.cpp" -> "test/EigenSolver.hpp"
"MeshManager.cpp" -> "iostream"
"MeshManager.cpp" -> "math.h"
"MeshManager.cpp" -> "MeshManager.hpp"
"MeshManager.cpp" -> "fstream"
"MeshManager.cpp" -> "boost/algorithm/string.hpp"
"MeshManager.cpp" -> "metis.h"
"test/MeshManagerTests.cpp" -> "test/igloo/igloo_alt.h"
"test/MeshManagerTests.cpp" -> "test/MeshManager.hpp"
}