https://mooseframework.inl.gov
Loading...
Searching...
No Matches
include
utils
CSGUtils.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 "
CSGBase.h
"
13
14
namespace
CSGUtils
15
{
16
25
CSG::CSGRegion
26
getInnerRegion
(
const
std::vector<std::reference_wrapper<const CSG::CSGSurface>> & surfaces,
27
const
libMesh::Point
& origin);
28
34
void
checkValidCSGName
(
const
std::string & name);
35
}
CSGBase.h
CSG::CSGRegion
CSGRegions creates an internal representation of a CSG region, which can refer to an intersection,...
Definition
CSGRegion.h:23
libMesh::Point
CSGUtils
Definition
CSGUtils.h:15
CSGUtils::getInnerRegion
CSG::CSGRegion getInnerRegion(const std::vector< std::reference_wrapper< const CSG::CSGSurface > > &surfaces, const libMesh::Point &origin)
Get inner region of given surfaces, defined as the intersection of halfspaces of each surface.
Definition
CSGUtils.C:19
CSGUtils::checkValidCSGName
void checkValidCSGName(const std::string &name)
Check name of CSG component for disallowed characters and symbols.
Definition
CSGUtils.C:36
Generated on Fri Aug 21 2026 13:33:51 for https://mooseframework.inl.gov by
1.9.8