MFEM  v4.4.0
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 218 of file table.hpp.

Constructor & Destructor Documentation

mfem::DSTable::DSTable ( int  nrows)

Definition at line 579 of file table.cpp.

mfem::DSTable::~DSTable ( )

Definition at line 631 of file table.cpp.

Member Function Documentation

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

Definition at line 240 of file table.hpp.

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

Definition at line 239 of file table.hpp.

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

Definition at line 243 of file table.hpp.

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

Definition at line 241 of file table.hpp.


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