28 namespace DoFHandlerImplementation
37 : n_global_dofs(n_global_dofs)
38 , n_locally_owned_dofs(n_global_dofs)
40 , n_locally_owned_dofs_per_processor(1, n_global_dofs)
47 const std::vector<IndexSet> &locally_owned_dofs_per_processor,
48 const unsigned int my_rank)
49 : locally_owned_dofs_per_processor(locally_owned_dofs_per_processor)
54 for (
unsigned int p = 0; p < n_procs; ++p)
58 for (
unsigned int p = 0; p < n_procs; ++p)
85 std::vector<types::global_dof_index>
87 const MPI_Comm mpi_communicator)
const
90 return std::vector<types::global_dof_index>();
108 std::vector<IndexSet>
110 const MPI_Comm mpi_communicator)
const
114 return std::vector<IndexSet>();
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
#define AssertDimension(dim1, dim2)
IndexSet complete_index_set(const IndexSet::size_type N)
std::enable_if_t< std::is_fundamental< T >::value, std::size_t > memory_consumption(const T &t)
unsigned int n_mpi_processes(const MPI_Comm mpi_communicator)
std::vector< T > all_gather(const MPI_Comm comm, const T &object_to_send)
std::vector< types::global_dof_index > n_locally_owned_dofs_per_processor
std::vector< IndexSet > locally_owned_dofs_per_processor
types::global_dof_index n_global_dofs
std::vector< IndexSet > get_locally_owned_dofs_per_processor(const MPI_Comm mpi_communicator) const
std::vector< types::global_dof_index > get_n_locally_owned_dofs_per_processor(const MPI_Comm mpi_communicator) const
std::size_t memory_consumption() const
IndexSet locally_owned_dofs
types::global_dof_index n_locally_owned_dofs