MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
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 249 of file table.hpp.

Constructor & Destructor Documentation

◆ DSTable()

mfem::DSTable::DSTable ( int nrows)

Definition at line 583 of file table.cpp.

◆ ~DSTable()

mfem::DSTable::~DSTable ( )

Definition at line 635 of file table.cpp.

Member Function Documentation

◆ NumberOfEntries()

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

Definition at line 271 of file table.hpp.

◆ NumberOfRows()

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

Definition at line 270 of file table.hpp.

◆ operator()()

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

Definition at line 274 of file table.hpp.

◆ Push()

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

Definition at line 272 of file table.hpp.


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