#include <mesh_coupling_base.h>
Definition at line 40 of file mesh_coupling_base.h.
MAST::MeshCouplingBase::~MeshCouplingBase |
( |
| ) |
|
|
virtual |
bool MAST::MeshCouplingBase::_check_if_side_on_boundary |
( |
libMesh::MeshBase & |
mesh, |
|
|
const libMesh::Elem & |
elem, |
|
|
unsigned int |
side, |
|
|
unsigned int |
b_id |
|
) |
| |
|
protected |
void MAST::MeshCouplingBase::add_master_and_slave_boundary_coupling |
( |
unsigned int |
master_b_id, |
|
|
unsigned int |
slave_b_id, |
|
|
Real |
tol |
|
) |
| |
void MAST::MeshCouplingBase::add_slave_boundary_and_master_subdomain_coupling |
( |
unsigned int |
master_id, |
|
|
unsigned int |
slave_b_id, |
|
|
Real |
tol |
|
) |
| |
const std::vector<std::pair<const libMesh::Node*, std::set<const libMesh::Node*> > >& MAST::MeshCouplingBase::get_node_couplings |
( |
| ) |
const |
|
inline |
- Returns
- a const reference to a vector of pairs where each pair identifies the slave and the set of master nodes to which the slave is connected.
Definition at line 67 of file mesh_coupling_base.h.
std::vector<std::pair<const libMesh::Node*, std::set<const libMesh::Node*> > > MAST::MeshCouplingBase::_node_couplings |
|
protected |
The documentation for this class was generated from the following files: