![]() |
MFEM v4.8.0
Finite element discretization library
|
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 |
| class | mfem::STable |
| class | mfem::DSTable |
| class | mfem::DSTable::RowIterator |
Namespaces | |
| namespace | mfem |
Functions | |
| template<> | |
| void | mfem::Swap< Table > (Table &a, Table &b) |
| Specialization of the template function Swap<> for class Table. | |
| void | mfem::Transpose (const Table &A, Table &At, int ncols_A_=-1) |
| Transpose a Table. | |
| Table * | mfem::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) | |
| Table * | mfem::Mult (const Table &A, const Table &B) |