26 #include "libmesh/zero_function.h" 30 const std::vector<unsigned int>& constrained_vars) {
35 std::set<libMesh::boundary_id_type> bid_set;
38 std::unique_ptr<libMesh::FunctionBase<Real> >
function;
41 function.reset(
new libMesh::ZeroFunction<Real>);
std::unique_ptr< libMesh::DirichletBoundary > _dirichlet_boundary
Dirichlet boundary function for this boundary.
void init(const libMesh::boundary_id_type bid, const std::vector< unsigned int > &constrained_vars)
initializes the object for the specified domain id (either boundary, or subdomain), for the displacement components initialized using a bitwise operator.