28 namespace DoFHandlerImplementation
32 , n_locally_owned_dofs(0)
38 : n_global_dofs(n_global_dofs)
39 , n_locally_owned_dofs(n_global_dofs)
41 , n_locally_owned_dofs_per_processor(1, n_global_dofs)
48 const std::vector<IndexSet> &locally_owned_dofs_per_processor,
49 const unsigned int my_rank)
50 : locally_owned_dofs_per_processor(locally_owned_dofs_per_processor)
55 for (
unsigned int p = 0; p < n_procs; ++p)
59 for (
unsigned int p = 0; p < n_procs; ++p)
86 std::vector<types::global_dof_index>
88 const MPI_Comm &mpi_communicator)
const
91 return std::vector<types::global_dof_index>();
109 std::vector<IndexSet>
111 const MPI_Comm &mpi_communicator)
const
115 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< std::is_fundamental< T >::value, std::size_t >::type memory_consumption(const T &t)
std::vector< T > all_gather(const MPI_Comm &comm, const T &object_to_send)
unsigned int n_mpi_processes(const MPI_Comm &mpi_communicator)
std::string compress(const std::string &input)
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::size_t memory_consumption() const
IndexSet locally_owned_dofs
std::vector< types::global_dof_index > get_n_locally_owned_dofs_per_processor(const MPI_Comm &mpi_communicator) const
types::global_dof_index n_locally_owned_dofs