MFEM  v3.3
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Public Member Functions | List of all members
mfem::DSTable Class Reference

#include <table.hpp>

Classes

class  RowIterator
 

Public Member Functions

 DSTable (int nrows)
 
int NumberOfRows () const
 
int NumberOfEntries () const
 
int Push (int a, int b)
 
int operator() (int a, int b) const
 
 ~DSTable ()
 

Detailed Description

Definition at line 206 of file table.hpp.

Constructor & Destructor Documentation

mfem::DSTable::DSTable ( int  nrows)

Definition at line 575 of file table.cpp.

mfem::DSTable::~DSTable ( )

Definition at line 627 of file table.cpp.

Member Function Documentation

int mfem::DSTable::NumberOfEntries ( ) const
inline

Definition at line 228 of file table.hpp.

int mfem::DSTable::NumberOfRows ( ) const
inline

Definition at line 227 of file table.hpp.

int mfem::DSTable::operator() ( int  a,
int  b 
) const
inline

Definition at line 231 of file table.hpp.

int mfem::DSTable::Push ( int  a,
int  b 
)
inline

Definition at line 229 of file table.hpp.


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