www.mooseframework.org
Classes | Functions
MaterialTensorIntegralSM.h File Reference

Go to the source code of this file.

Classes

class  MaterialTensorIntegralSM
 This postprocessor computes an element integral of a component of a material tensor. More...
 

Functions

template<>
InputParameters validParams< MaterialTensorIntegralSM > ()
 

Function Documentation

◆ validParams< MaterialTensorIntegralSM >()

template<>
InputParameters validParams< MaterialTensorIntegralSM > ( )

Definition at line 19 of file MaterialTensorIntegralSM.C.

20 {
21  InputParameters params = validParams<ElementIntegralPostprocessor>();
23  params.addRequiredParam<std::string>("tensor", "The material tensor name.");
24  params.set<bool>("use_displaced_mesh") = true;
25  return params;
26 }
validParams< MaterialTensorCalculator >
InputParameters validParams< MaterialTensorCalculator >()
Definition: MaterialTensorCalculator.C:15