Skip to content

Commit

Permalink
Add support for CommunicationPattern with PETSc SF
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanozampini committed Jan 26, 2023
1 parent fa9ce2c commit 250a256
Show file tree
Hide file tree
Showing 17 changed files with 1,924 additions and 0 deletions.
403 changes: 403 additions & 0 deletions include/deal.II/lac/petsc_communication_pattern.h

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions source/lac/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ set(_inst
la_parallel_vector.inst.in
la_parallel_block_vector.inst.in
precondition_block.inst.in
petsc_communication_pattern.inst.in
relaxation_block.inst.in
read_write_vector.inst.in
scalapack.inst.in
Expand Down Expand Up @@ -108,6 +109,7 @@ if(DEAL_II_WITH_PETSC)
petsc_parallel_vector.cc
petsc_precondition.cc
petsc_solver.cc
petsc_communication_pattern.cc
petsc_sparse_matrix.cc
petsc_vector_base.cc
)
Expand Down

0 comments on commit 250a256

Please sign in to comment.