www.mooseframework.org
MaterialStdVectorAux.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 
13 
17 template <bool is_ad>
19 {
20 public:
22 
24 
25 protected:
26  virtual Real getRealValue() override;
27 
29  const bool _has_selected_qp;
30 
32  const unsigned int _selected_qp;
33 
38 };
39 
const bool _has_selected_qp
whether or not selected_qp has been set
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system...
static InputParameters validParams()
MaterialStdVectorAuxTempl< false > MaterialStdVectorAux
const unsigned int _selected_qp
The std::vector will be evaluated at this quadpoint only.
MaterialStdVectorAuxTempl< true > ADMaterialStdVectorAux
A base class for the various Material related AuxKernal objects.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
MaterialStdVectorAuxTempl(const InputParameters &parameters)
const InputParameters & parameters() const
Get the parameters of the object.
AuxKernel for outputting a std::vector material-property component to an AuxVariable.
virtual Real getRealValue() override
Returns material property values at quadrature points.