-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.gitignore
83 lines (80 loc) · 2.2 KB
/
.gitignore
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
test/.ipynb_checkpoints
test/*.ipynb
test/grid.png
*build/
!deps/build.jl
src/fully_coupled.jl
src/tests.jl
src/*.png
*.DS_Store
docs/build
test/*.png
test/*.gif
.vscode/*
deps/ADLaw
!*CMakeLists.txt
research/visco_inverse/*.png
research/visco_inverse/*.gif
research/visco_inverse/*.jpeg
research/viscoelasticity/*.png
research/viscoelasticity/*.gif
research/viscoelasticity/*.jpeg
research/viscoelasticity/experiment2
research/visco_inverse_fixed_pressure/*.png
research/visco_inverse_fixed_pressure/*.gif
research/visco_inverse_fixed_pressure/*.jpeg
research/visco_inverse_fixed_pressure/*.tex
research/visco_inverse_fixed_pressure/*.pdf
research/visco_inverse_fixed_pressure/linear
research/visco_inverse_fixed_pressure/nn
research/visco_inverse_fixed_pressure/param
research/visco_inverse_fixed_pressure/space_k
*.jld2
research/*.png
docs/src/codes/*.png
docs/src/codes/steady_cavityflow_figures
# *.mat
!research/space_varying_viscoelasticity/viscoelasticity.mat
*build.log
*Exp*
research/plasticity/nn*
research/plasticity/simple*
research/plasticity/space_k*
research/visco_inverse_fixed_pressure/nn/
research/visco_inverse_fixed_pressure/param/
research/visco_inverse_fixed_pressure/simple/
research/visco_inverse_fixed_pressure/space_k/
research/poroelasticity/viscoelasticity.mat
research/nonlinear_viscoelasticity/*.png
research/nonlinear_viscoelasticity/*.gif
research/nonlinear_viscoelasticity/*.mat
research/nonlinear_viscoelasticity/nonlinear
research/nonlinear_viscoelasticity/*.pdf
test/U_surface/*.png
test/U_total/*.png
test/U_total/*.png
*.pdf
!*custom_op.txt
!*CMakeLists.txt
*.tex
.vscode/
!research/viscoelasticity_experimental_data
docs/src/codes/*.mat
*.png
*.mat
docs/src/codes/CHTCoupled/fluent/2D_chip_model_results_contour/*.jpg
docs/src/codes/CHTCoupled/fluent/2D_test_results_contour/*.jpg
docs/src/codes/SteadyNavierStokes/figures6/*.jpg
docs/src/codes/SteadyNavierStokes/figures6/*.mat
docs/src/codes/CHTCoupled/fluent/2D_chip_model_results_lineplot/*.jpg
docs/src/codes/SteadyNavierStokes/*.txt
docs/src/codes/ChipUnstructured/*.txt
docs/src/codes/ChipUnstructured/mesh
*fenics*
!docs/src/assets/*.png
deps/MFEM/BDMInnerProductMatrixMfem/bdm_mfem/*
deps/MFEM3/FemLaplace1/val.txt
*.gif
*.pvd
*.vtu
Manifest.toml