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

Public Member Functions

void reinit ()
 
size_type insert_new_index (const std::pair< size_type, double > &pair)
 
void append_index (const size_type index, const std::pair< size_type, double > &pair)
 
size_type get_size (const size_type index) const
 
const std::pair< size_type,
double > * 
get_entry (const size_type index) const
 

Public Attributes

size_type row_length
 
std::vector< std::pair
< size_type, double > > 
data
 
std::vector< size_type > individual_size
 

Detailed Description

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


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