hexed 0.3.0
 
Loading...
Searching...
No Matches
hexed::Mesh_bc Class Referenceabstract

Abstract class representing a mesh boundary condition. More...

#include <Boundary_condition.hpp>

Inheritance diagram for hexed::Mesh_bc:
hexed::Geom_mbc hexed::Nominal_pos hexed::Null_mbc

Public Member Functions

virtual void snap_vertices (Boundary_connection &)=0
 
virtual void snap_node_adj (Boundary_connection &, const Basis &)=0
 

Detailed Description

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.

Member Function Documentation

◆ snap_vertices()

virtual void hexed::Mesh_bc::snap_vertices ( Boundary_connection & )
pure virtual
Note
must set the Vertex::lock on all vertices it accesses

Implemented in hexed::Geom_mbc, hexed::Nominal_pos, and hexed::Null_mbc.


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