MFEM v4.8.0
Finite element discretization library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
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 257 of file table.hpp.

Constructor & Destructor Documentation

◆ DSTable()

mfem::DSTable::DSTable ( int nrows)

Definition at line 655 of file table.cpp.

◆ ~DSTable()

mfem::DSTable::~DSTable ( )

Definition at line 707 of file table.cpp.

Member Function Documentation

◆ NumberOfEntries()

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

Definition at line 279 of file table.hpp.

◆ NumberOfRows()

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

Definition at line 278 of file table.hpp.

◆ operator()()

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

Definition at line 282 of file table.hpp.

◆ Push()

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

Definition at line 280 of file table.hpp.


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