MFEM  v3.2
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
mfem::Connection Struct Reference

Helper struct for defining a connectivity table, see Table::MakeFromList. More...

#include <table.hpp>

Public Member Functions

 Connection (int from, int to)
 
bool operator== (const Connection &rhs) const
 
bool operator< (const Connection &rhs) const
 

Public Attributes

int from
 
int to
 

Detailed Description

Helper struct for defining a connectivity table, see Table::MakeFromList.

Definition at line 24 of file table.hpp.

Constructor & Destructor Documentation

mfem::Connection::Connection ( int  from,
int  to 
)
inline

Definition at line 27 of file table.hpp.

Member Function Documentation

bool mfem::Connection::operator< ( const Connection rhs) const
inline

Definition at line 31 of file table.hpp.

bool mfem::Connection::operator== ( const Connection rhs) const
inline

Definition at line 29 of file table.hpp.

Member Data Documentation

int mfem::Connection::from

Definition at line 26 of file table.hpp.

int mfem::Connection::to

Definition at line 26 of file table.hpp.


The documentation for this struct was generated from the following file: