https://mooseframework.inl.gov
XFEMAppTypes.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 #include "Moose.h"
12 
15 extern const ExecFlagType EXEC_XFEM_MARK;
16 
17 // XFEM typedefs
18 typedef unsigned int CutSubdomainID;
unsigned int CutSubdomainID
Definition: XFEMAppTypes.h:18
const ExecFlagType EXEC_XFEM_MARK
Exec flag used to execute MooseObjects while elements are being marked for cutting by XFEM...
Definition: XFEMAppTypes.C:13