16 #ifndef dealii__block_indices_h 17 #define dealii__block_indices_h 20 #include <deal.II/base/config.h> 21 #include <deal.II/base/subscriptor.h> 22 #include <deal.II/base/exceptions.h> 23 #include <deal.II/base/logstream.h> 24 #include <deal.II/base/utilities.h> 28 DEAL_II_NAMESPACE_OPEN
75 BlockIndices (
const std::vector<size_type> &block_sizes);
77 #ifdef DEAL_II_WITH_CXX11 112 void reinit (
const std::vector<size_type> &block_sizes);
127 unsigned int size ()
const;
164 std::pair<unsigned int,size_type>
184 #ifdef DEAL_II_WITH_CXX11 236 const unsigned int n = bi.
size();
242 for (
unsigned int i=1; i<n; ++i)
271 n_blocks =
static_cast<unsigned int>(block_sizes.size());
294 start_indices(n_blocks+1)
305 n_blocks(static_cast<unsigned int>(block_sizes.size())),
306 start_indices(block_sizes.size()+1)
313 #ifdef DEAL_II_WITH_CXX11 318 n_blocks(b.n_blocks),
319 start_indices(
std::move(b.start_indices))
322 b.start_indices = std::vector<size_type>(1, 0);
340 std::pair<unsigned int,BlockIndices::size_type>
350 return std::pair<unsigned int,size_type>(block,
402 for (
unsigned int i=0; i<
n_blocks; ++i)
435 #ifdef DEAL_II_WITH_CXX11 443 b.start_indices = std::vector<size_type>(1, 0);
482 return (
sizeof(*
this) +
508 DEAL_II_NAMESPACE_CLOSE
#define AssertDimension(dim1, dim2)
size_type block_size(const unsigned int i) const
static ::ExceptionBase & ExcIndexRange(int arg1, int arg2, int arg3)
std::string to_string(const number value, const unsigned int digits=numbers::invalid_unsigned_int)
size_type total_size() const
void swap(BlockIndices &u, BlockIndices &v)
bool operator==(const BlockIndices &b) const
unsigned int global_dof_index
#define Assert(cond, exc)
void reinit(const unsigned int n_blocks, const size_type n_elements_per_block)
types::global_dof_index size_type
std::string to_string() const
size_type local_to_global(const unsigned int block, const size_type index) const
std::string int_to_string(const unsigned int value, const unsigned int digits=numbers::invalid_unsigned_int)
std::vector< size_type > start_indices
OutputOperator< VectorType > & operator<<(OutputOperator< VectorType > &out, unsigned int step)
BlockIndices & operator=(const BlockIndices &b)
std::size_t memory_consumption() const
size_type block_start(const unsigned int i) const
void push_back(const size_type size)
void swap(BlockIndices &b)
unsigned int size() const
std::pair< unsigned int, size_type > global_to_local(const size_type i) const