Skip to content

Commit

Permalink
include raw lhs for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed Mar 13, 2024
1 parent 71cbdea commit 0a43df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/precomputation/initialize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ function precomputed_inputs(
# body_system_matrices, # includes the various LHS and RHS matrics and vectors for solving the linear system for the body
# - Influence Matrices - #
A_bb=LHS, # body to body LU decomposed
# A_bb=prelhs, # body to body no factorization
lhsraw = prelhs, # body to body no factorization
AICt,
b_bf=RHS, # freestream contribution to body boundary conditions
RHS = similar(RHS).=0.0,
Expand Down

0 comments on commit 0a43df9

Please sign in to comment.