https://mooseframework.inl.gov
thermal_hydraulics
include
utils
MeshAlignment2D2D.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 "
MeshAlignmentOneToMany.h
"
13
14
class
Assembly
;
15
19
class
MeshAlignment2D2D
:
public
MeshAlignmentOneToMany
20
{
21
public
:
27
MeshAlignment2D2D
(
const
MooseMesh
&
mesh
);
28
36
void
initialize
(
37
const
std::vector<std::vector<std::tuple<dof_id_type, unsigned short int>>> & boundary_infos,
38
const
Point & axis_point,
39
const
RealVectorValue
& axis_direction);
40
};
Assembly
MooseMesh
MeshAlignmentOneToMany.h
MeshAlignmentOneToMany
Builds mapping between a 1D/2D boundary and a 3D boundary.
Definition:
MeshAlignmentOneToMany.h:19
mesh
MeshBase & mesh
VectorValue< Real >
MeshAlignment2D2D
Builds mapping between multiple 2D boundaries.
Definition:
MeshAlignment2D2D.h:19
MeshAlignment2D2D::MeshAlignment2D2D
MeshAlignment2D2D(const MooseMesh &mesh)
Constructor.
Definition:
MeshAlignment2D2D.C:12
MeshAlignment2D2D::initialize
void initialize(const std::vector< std::vector< std::tuple< dof_id_type, unsigned short int >>> &boundary_infos, const Point &axis_point, const RealVectorValue &axis_direction)
Extracts mesh information and builds the mapping.
Definition:
MeshAlignment2D2D.C:15
Generated on Thu Jul 17 2025 01:44:51 for https://mooseframework.inl.gov by
1.8.14