www.mooseframework.org
tensor_mechanics
include
userobjects
CrackFrontPointsProvider.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://www.mooseframework.org
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 "ElementUserObject.h"
13
14
class
CrackFrontPointsProvider
;
15
16
template
<>
17
InputParameters
validParams<CrackFrontPointsProvider>
();
18
22
class
CrackFrontPointsProvider
:
public
ElementUserObject
23
{
24
public
:
25
static
InputParameters
validParams
();
26
27
CrackFrontPointsProvider
(
const
InputParameters & parameters);
28
32
virtual
const
std::vector<Point>
33
getCrackFrontPoints
(
unsigned
int
/*num_crack_front_points*/
)
const
= 0;
34
};
CrackFrontPointsProvider::getCrackFrontPoints
virtual const std::vector< Point > getCrackFrontPoints(unsigned int) const =0
get a set of points along a crack front from a XFEM GeometricCutUserObject
validParams< CrackFrontPointsProvider >
InputParameters validParams< CrackFrontPointsProvider >()
CrackFrontPointsProvider::CrackFrontPointsProvider
CrackFrontPointsProvider(const InputParameters ¶meters)
Definition:
CrackFrontPointsProvider.C:24
CrackFrontPointsProvider::validParams
static InputParameters validParams()
Definition:
CrackFrontPointsProvider.C:15
CrackFrontPointsProvider
Base class for crack front points provider.
Definition:
CrackFrontPointsProvider.h:22
Generated on Sat Jan 25 2020 12:04:45 for www.mooseframework.org by
1.8.16