Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Classes | Public Member Functions | Public Attributes | List of all members
serac::GradientAssemblyLookupTables::Entry Struct Reference

a type for representing a nonzero entry in a sparse matrix More...

#include <dof_numbering.hpp>

Classes

struct  Hasher
 hash functor required for use in std::unordered_map More...
 

Public Member Functions

bool operator< (const Entry &other) const
 operator< is used when sorting Entry. Lexicographical ordering
 
bool operator== (const Entry &other) const
 operator== is required for use in std::unordered_map
 

Public Attributes

uint32_t row
 row value for this nonzero Entry
 
uint32_t column
 column value for this nonzero Entry
 

Detailed Description

a type for representing a nonzero entry in a sparse matrix

Definition at line 255 of file dof_numbering.hpp.


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