https://mooseframework.inl.gov
Loading...
Searching...
No Matches
MeshCut2DFunctionUserObject.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
13
14class Function;
15
24{
25public:
27
29
30 virtual void initialize() override;
31
32protected:
33 virtual void findActiveBoundaryGrowth() override;
34
35private:
42
46};
MeshCut2DFunctionUserObject: (1) reads in a mesh describing the crack surface, (2) uses the mesh to d...
const Function * _func_x
Parsed functions of front growth.
Real _time_of_previous_call_to_UO
Gets the time of the previous call to this user object.
virtual void findActiveBoundaryGrowth() override
Find growth direction at each active node.
MeshCut2DUserObjectBase: (1) reads in a mesh describing the crack surface, (2) Fills xfem cut element...
const InputParameters & parameters() const