https://mooseframework.inl.gov
xfem
include
auxkernels
CutSubdomainIDAux.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 "
AuxKernel.h
"
13
#include "
GeometricCutUserObject.h
"
14
15
class
XFEM
;
16
17
class
CutSubdomainIDAux
:
public
AuxKernel
18
{
19
public
:
20
static
InputParameters
validParams
();
21
22
CutSubdomainIDAux
(
const
InputParameters
&
parameters
);
23
24
protected
:
25
virtual
Real
computeValue
();
26
27
private
:
29
const
GeometricCutUserObject
*
_cut
;
30
};
CutSubdomainIDAux::computeValue
virtual Real computeValue()
Definition:
CutSubdomainIDAux.C:34
CutSubdomainIDAux::validParams
static InputParameters validParams()
Definition:
CutSubdomainIDAux.C:17
GeometricCutUserObject.h
XFEM
This is the XFEM class.
Definition:
XFEM.h:107
InputParameters
CutSubdomainIDAux::CutSubdomainIDAux
CutSubdomainIDAux(const InputParameters ¶meters)
Definition:
CutSubdomainIDAux.C:26
GeometricCutUserObject
Definition:
GeometricCutUserObject.h:101
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
AuxKernelTempl< Real >::parameters
const InputParameters & parameters() const
AuxKernelTempl< Real >
CutSubdomainIDAux::_cut
const GeometricCutUserObject * _cut
Pointer to the GeometricCutUserObject.
Definition:
CutSubdomainIDAux.h:29
AuxKernel.h
CutSubdomainIDAux
Definition:
CutSubdomainIDAux.h:17
Generated on Fri Jul 18 2025 13:44:05 for https://mooseframework.inl.gov by
1.8.14