Skip to content

Commit 4cb9ca7

Browse files
committed
update test results
1 parent 097b493 commit 4cb9ca7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/stokes_solver_fail/screen-output

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ Additional information:
3030
void dealii::SolverFGMRES<VectorType>::solve(const MatrixType&,
3131
VectorType&, const VectorType&, const PreconditionerType&) [with
3232
MatrixType = aspect::internal::StokesBlock; PreconditionerType =
33-
aspect::internal::BlockSchurPreconditioner<aspect::internal::InverseVelocityBlock<dealii::TrilinosWrappers::PreconditionAMG>,
33+
aspect::internal::BlockSchurPreconditioner<aspect::internal::InverseVelocityBlock<dealii::TrilinosWrappers::PreconditionAMG,
34+
dealii::TrilinosWrappers::MPI::Vector,
35+
dealii::TrilinosWrappers::SparseMatrix>,
3436
aspect::internal::SchurComplementOperator,
3537
dealii::TrilinosWrappers::SparseMatrix,
3638
dealii::TrilinosWrappers::MPI::BlockVector>; VectorType =

0 commit comments

Comments
 (0)