Skip to content

Commit

Permalink
add instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Nov 25, 2024
1 parent 6f07e76 commit 31f6a27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/multigrid/mg_transfer_prebuilt.inst.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ for (deal_II_dimension : DIMENSIONS; V1 : VECTORS_WITHOUT_LAVEC)
template void MGTransferPrebuilt<V1>::build<deal_II_dimension>(
const DoFHandler<deal_II_dimension> &mg_dof);
}

for (deal_II_dimension : DIMENSIONS; S1 : REAL_SCALARS)
{
template void MGTransferPrebuilt<
LinearAlgebra::distributed::Vector<S1, ::dealii::MemorySpace::Host>>::
build<deal_II_dimension>(const DoFHandler<deal_II_dimension> &mg_dof);
}

0 comments on commit 31f6a27

Please sign in to comment.