MFEM v4.7.0
Finite element discretization library
|
#include <sparsemat.hpp>
Public Attributes | |
real_t | Value |
RowNode * | Prev |
int | Column |
Definition at line 37 of file sparsemat.hpp.
int mfem::RowNode::Column |
Definition at line 46 of file sparsemat.hpp.
RowNode* mfem::RowNode::Prev |
Definition at line 45 of file sparsemat.hpp.
real_t mfem::RowNode::Value |
Definition at line 44 of file sparsemat.hpp.