Abstract class representing a mesh boundary condition. More...
#include <Boundary_condition.hpp>
Public Member Functions | |
virtual void | snap_vertices (Boundary_connection &)=0 |
virtual void | snap_node_adj (Boundary_connection &, const Basis &)=0 |
Abstract class representing a mesh boundary condition.
That is, a rule for snapping vertices and face node adjustments to the boundary. This is the means for providing surface geometry to hexed.
|
pure virtual |
Vertex::lock
on all vertices it accesses Implemented in hexed::Geom_mbc, hexed::Nominal_pos, and hexed::Null_mbc.