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