https://mooseframework.inl.gov
Loading...
Searching...
No Matches
thermal_hydraulics
include
utils
MeshAlignment1D3D.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
21
class
MeshAlignment1D3D
:
public
MeshAlignmentOneToMany
22
{
23
public
:
29
MeshAlignment1D3D
(
const
MooseMesh
&
mesh
);
30
37
void
initialize
(
38
const
std::vector<dof_id_type> & primary_elem_ids,
39
const
std::vector<std::tuple<dof_id_type, unsigned short int>> & secondary_boundary_info);
40
49
void
buildCoupledElemQpIndexMap
(
Assembly
& assembly);
50
};
MeshAlignmentOneToMany.h
Assembly
MeshAlignment1D3D
Builds mapping between a 1D subdomain and a 3D boundary.
Definition
MeshAlignment1D3D.h:22
MeshAlignment1D3D::buildCoupledElemQpIndexMap
void buildCoupledElemQpIndexMap(Assembly &assembly)
Builds the map used for getting the coupled quadrature point index.
Definition
MeshAlignment1D3D.C:38
MeshAlignment1D3D::initialize
void initialize(const std::vector< dof_id_type > &primary_elem_ids, const std::vector< std::tuple< dof_id_type, unsigned short int > > &secondary_boundary_info)
Extracts mesh information and builds the mapping.
Definition
MeshAlignment1D3D.C:19
MeshAlignmentOneToMany
Builds mapping between a 1D/2D boundary and a 3D boundary.
Definition
MeshAlignmentOneToMany.h:20
mesh
MeshBase & mesh
MooseMesh
Generated on Fri Aug 21 2026 13:41:55 for https://mooseframework.inl.gov by
1.9.8