Helper struct for defining a connectivity table, see Table::MakeFromList.
More...
#include <table.hpp>
Helper struct for defining a connectivity table, see Table::MakeFromList.
Definition at line 27 of file table.hpp.
◆ Connection() [1/2]
mfem::Connection::Connection |
( |
| ) |
|
|
default |
◆ Connection() [2/2]
mfem::Connection::Connection |
( |
int |
from, |
|
|
int |
to |
|
) |
| |
|
inline |
◆ operator<()
bool mfem::Connection::operator< |
( |
const Connection & |
rhs | ) |
const |
|
inline |
◆ operator==()
bool mfem::Connection::operator== |
( |
const Connection & |
rhs | ) |
const |
|
inline |
◆ from
int mfem::Connection::from |
◆ to
The documentation for this struct was generated from the following file: