Skip to content

Commit fe7ae3b

Browse files
committed
update_matrix_vector!
1 parent 3fb2f83 commit fe7ae3b

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

src/Commons/MatrixCreation.jl

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,11 @@ function update_all_matrices_vectors!(matrices::Tuple, u_adv, params, simcase)
162162
update_matrix!(Tuu,Mat_Tuu,Utn1, V)
163163
update_matrix!(Tpu, Mat_Tpu, Utn1, Q)
164164

165-
# update_matrix_vector!(Auu,Mat_Auu,Vec_Auu,Utn1,V)
166-
# update_matrix_vector!(Aup,Mat_Aup,Vec_Aup,Ptn1,V)
167-
# update_matrix_vector!(Apu,Mat_Apu,Vec_Apu,Utn1,Q)
168-
# update_matrix_vector!(App,Mat_App,Vec_App,Ptn1,Q)
169-
170-
171-
172-
println("norm Vec_App = $(norm(Vec_App))")
165+
update_matrix_vector!(Auu,Mat_Auu,Vec_Auu,Utn1,V)
166+
update_matrix_vector!(Aup,Mat_Aup,Vec_Aup,Ptn1,V)
167+
update_matrix_vector!(Apu,Mat_Apu,Vec_Apu,Utn1,Q)
173168
update_matrix_vector!(App,Mat_App,Vec_App,Ptn1,Q)
174-
println("norm Vec_App = $(norm(Vec_App))")
169+
175170

176171
update_matrix!(ML,Mat_ML,Utn1, V)
177172
update_matrix!(S,Mat_S,Ptn1, Q)

0 commit comments

Comments
 (0)