https://mooseframework.inl.gov
Loading...
Searching...
No Matches
xfem
include
auxkernels
MeshCutLevelSetAux.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
14
class
InterfaceMeshCutUserObjectBase
;
15
19
class
MeshCutLevelSetAux
:
public
AuxKernel
20
{
21
public
:
22
static
InputParameters
validParams
();
23
24
MeshCutLevelSetAux
(
const
InputParameters
&
parameters
);
25
26
protected
:
27
virtual
Real
computeValue
()
override
;
28
30
const
InterfaceMeshCutUserObjectBase
*
_mesh_cut_uo
;
31
};
AuxKernel.h
AuxKernelTempl< Real >
InterfaceMeshCutUserObjectBase
Definition
InterfaceMeshCutUserObjectBase.h:30
MeshCutLevelSetAux
Calculate level set values for an interface that is defined by a lower-dimensional mesh.
Definition
MeshCutLevelSetAux.h:20
MeshCutLevelSetAux::_mesh_cut_uo
const InterfaceMeshCutUserObjectBase * _mesh_cut_uo
Pointer to the InterfaceMeshCutUserObject object.
Definition
MeshCutLevelSetAux.h:30
MeshCutLevelSetAux::computeValue
virtual Real computeValue() override
Definition
MeshCutLevelSetAux.C:44
MeshCutLevelSetAux::validParams
static InputParameters validParams()
Definition
MeshCutLevelSetAux.C:16
AuxKernelTempl< Real >::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Aug 21 2026 13:42:03 for https://mooseframework.inl.gov by
1.9.8