www.mooseframework.org
tensor_mechanics
include
actions
TensorMechanicsActionBase.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 "Action.h"
13
14
class
TensorMechanicsActionBase
;
15
16
template
<>
17
InputParameters
validParams<TensorMechanicsActionBase>
();
18
19
class
TensorMechanicsActionBase
:
public
Action
20
{
21
public
:
22
static
InputParameters
validParams
();
23
24
TensorMechanicsActionBase
(
const
InputParameters & params);
25
26
static
MultiMooseEnum
outputPropertiesType
();
27
28
public
:
30
static
const
std::map<std::string, std::string>
_ranktwoaux_table
;
31
static
const
std::vector<char>
_component_table
;
32
static
const
std::map<std::string, std::pair<std::string, std::vector<std::string>>>
33
_ranktwoscalaraux_table
;
35
36
protected
:
37
const
bool
_use_ad
;
38
};
TensorMechanicsActionBase::TensorMechanicsActionBase
TensorMechanicsActionBase(const InputParameters ¶ms)
Definition:
TensorMechanicsActionBase.C:112
TensorMechanicsActionBase::_component_table
static const std::vector< char > _component_table
Definition:
TensorMechanicsActionBase.h:31
TensorMechanicsActionBase
Definition:
TensorMechanicsActionBase.h:19
TensorMechanicsActionBase::validParams
static InputParameters validParams()
Definition:
TensorMechanicsActionBase.C:39
TensorMechanicsActionBase::_ranktwoaux_table
static const std::map< std::string, std::string > _ranktwoaux_table
table data for output generation
Definition:
TensorMechanicsActionBase.h:30
TensorMechanicsActionBase::_use_ad
const bool _use_ad
Definition:
TensorMechanicsActionBase.h:37
TensorMechanicsActionBase::_ranktwoscalaraux_table
static const std::map< std::string, std::pair< std::string, std::vector< std::string > > > _ranktwoscalaraux_table
Definition:
TensorMechanicsActionBase.h:33
validParams< TensorMechanicsActionBase >
InputParameters validParams< TensorMechanicsActionBase >()
TensorMechanicsActionBase::outputPropertiesType
static MultiMooseEnum outputPropertiesType()
Definition:
TensorMechanicsActionBase.C:134
Generated on Sat Jan 25 2020 12:04:44 for www.mooseframework.org by
1.8.16