www.mooseframework.org
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 
15 
16 template <>
18 
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 &params)
Definition: DynamicTensorMechanicsAction.C:45