Skip to content

Commit aca6788

Browse files
committed
Minor
1 parent fee85c3 commit aca6788

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Solvers/li2019.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ function Li2019Solver(op::FEOperator,params)
2727
U_u, U_p, U_j, U_φ = get_trial(op)
2828
V_u, V_p, V_j, V_φ = get_test(op)
2929

30+
NB = 4
3031
diag_solvers = map(s -> get_block_solver(Val(s),params),params[:solver][:block_solvers])
3132
diag_blocks = [
3233
BiformBlock(a_j,U_j,V_j),

0 commit comments

Comments
 (0)