MFEM v4.9.0
Finite element discretization library
Loading...
Searching...
No Matches
table.hpp File Reference

Go to the source code of this file.

Classes

struct  mfem::Connection
 Helper struct for defining a connectivity table, see Table::MakeFromList. More...
 
class  mfem::Table
 Table stores the connectivity of elements of TYPE I to elements of TYPE II. For example, it may be the element-to-face connectivity table. More...
 
class  mfem::STable
 
class  mfem::DSTable
 
class  mfem::DSTable::RowIterator
 

Namespaces

namespace  mfem
 

Functions

void mfem::Transpose (const Table &A, Table &At, int ncols_A_=-1)
 Transpose a Table.
 
Tablemfem::Transpose (const Table &A)
 
void mfem::Transpose (const Array< int > &A, Table &At, int ncols_A_=-1)
 Transpose an Array<int>.
 
void mfem::Mult (const Table &A, const Table &B, Table &C)
 C = A * B (as boolean matrices)
 
Tablemfem::Mult (const Table &A, const Table &B)