https://mooseframework.inl.gov
include
mesh
BndNode.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10
#pragma once
11
12
#include "
MooseTypes.h
"
13
14
namespace
libMesh
15
{
16
class
Node;
17
}
18
19
struct
BndNode
20
{
21
BndNode
(
libMesh::Node
* node,
BoundaryID
bnd_id) :
_node
(node),
_bnd_id
(bnd_id) {}
22
24
libMesh::Node
*
_node
;
26
BoundaryID
_bnd_id
;
27
};
libMesh::Node
BndNode
Definition:
BndNode.h:19
libMesh
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...
BndNode::_bnd_id
BoundaryID _bnd_id
boundary id for the node
Definition:
BndNode.h:26
MooseTypes.h
BoundaryID
boundary_id_type BoundaryID
Definition:
AutomaticMortarGeneration.h:49
BndNode::BndNode
BndNode(libMesh::Node *node, BoundaryID bnd_id)
Definition:
BndNode.h:21
BndNode::_node
libMesh::Node * _node
pointer to the node
Definition:
BndNode.h:24
Generated on Thu Jul 24 2025 20:05:30 for https://mooseframework.inl.gov by
1.8.14