www.mooseframework.org
tensor_mechanics
include
actions
DynamicTensorMechanicsAction.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 "
TensorMechanicsAction.h
"
13
14
class
DynamicTensorMechanicsAction
;
15
16
template
<>
17
InputParameters
validParams<DynamicTensorMechanicsAction>
();
18
19
class
DynamicTensorMechanicsAction
:
public
TensorMechanicsAction
20
{
21
public
:
22
static
InputParameters
validParams
();
23
24
DynamicTensorMechanicsAction
(
const
InputParameters & params);
25
26
protected
:
27
virtual
std::string
getKernelType
();
28
};
TensorMechanicsAction
Definition:
TensorMechanicsAction.h:19
DynamicTensorMechanicsAction
Definition:
DynamicTensorMechanicsAction.h:19
validParams< DynamicTensorMechanicsAction >
InputParameters validParams< DynamicTensorMechanicsAction >()
TensorMechanicsAction.h
DynamicTensorMechanicsAction::validParams
static InputParameters validParams()
Definition:
DynamicTensorMechanicsAction.C:26
DynamicTensorMechanicsAction::getKernelType
virtual std::string getKernelType()
Definition:
DynamicTensorMechanicsAction.C:51
DynamicTensorMechanicsAction::DynamicTensorMechanicsAction
DynamicTensorMechanicsAction(const InputParameters ¶ms)
Definition:
DynamicTensorMechanicsAction.C:45
Generated on Sat Jan 25 2020 12:04:44 for www.mooseframework.org by
1.8.16