Reference documentation for deal.II version 8.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | Public Attributes | Private Attributes | List of all members
internals::GlobalRowsFromLocal Class Reference

Public Member Functions

void reinit (const size_type n_local_rows)
 
void insert_index (const size_type global_row, const size_type local_row, const double constraint_value)
 
void sort ()
 
void print (std::ostream &os)
 
size_type size () const
 
size_type size (const size_type counter_index) const
 
size_type global_row (const size_type counter_index) const
 
size_type & global_row (const size_type counter_index)
 
size_type local_row (const size_type counter_index) const
 
size_type & local_row (const size_type counter_index)
 
size_type local_row (const size_type counter_index, const size_type index_in_constraint) const
 
double constraint_value (const size_type counter_index, const size_type index_in_constraint) const
 
bool have_indirect_rows () const
 
void insert_constraint (const size_type constrained_local_dof)
 
size_type n_constraints () const
 
size_type n_inhomogeneities () const
 
void set_ith_constraint_inhomogeneous (const size_type i)
 
size_type constraint_origin (size_type i) const
 

Public Attributes

std::vector< Distributingtotal_row_indices
 

Private Attributes

DataCache data_cache
 
size_type n_active_rows
 
size_type n_inhomogeneous_rows
 

Detailed Description

Definition at line 1372 of file constraint_matrix.templates.h.


The documentation for this class was generated from the following file: