Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Public Attributes | List of all members
serac::ElemInfo Struct Reference

a (poorly named) tuple of quantities used to discover the sparsity pattern associated with element and boundary element matrices. More...

#include <dof_numbering.hpp>

Public Attributes

uint32_t global_row_
 The global row number.
 
uint32_t global_col_
 The global column number.
 
uint32_t local_row_
 The local row number.
 
uint32_t local_col_
 The global column number.
 
uint32_t element_id_
 The element ID.
 
int sign_
 The orientation of the element.
 
Domain::Type type
 Which kind of Integral this entry comes from.
 

Detailed Description

a (poorly named) tuple of quantities used to discover the sparsity pattern associated with element and boundary element matrices.

It stores information about how the entries of an element "stiffness" matrix map to the global stiffness. The operator< definition allows us to sort them lexicographically, to facilitate creating the CSR matrix graph.

Definition at line 25 of file dof_numbering.hpp.


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