Skip to content

Commit

Permalink
Add one distribute_local_to_global instantiation.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfehling committed Nov 27, 2022
1 parent 4db3af8 commit f992b48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/lac/affine_constraints.cc
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ INSTANTIATE_DLTG_VECTORMATRIX(TrilinosWrappers::SparseMatrix,

INSTANTIATE_DLTG_BLOCK_VECTORMATRIX(TrilinosWrappers::BlockSparseMatrix,
Vector<double>);
INSTANTIATE_DLTG_BLOCK_VECTORMATRIX(
TrilinosWrappers::BlockSparseMatrix,
LinearAlgebra::distributed::BlockVector<double>);
INSTANTIATE_DLTG_BLOCK_VECTORMATRIX(TrilinosWrappers::BlockSparseMatrix,
TrilinosWrappers::MPI::BlockVector);

Expand Down

0 comments on commit f992b48

Please sign in to comment.