https://mooseframework.inl.gov
Loading...
Searching...
No Matches
EigenDecompositionMaterial.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
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 "Material.h"
17template <bool is_ad>
42
EigenDecompositionMaterialTempl< false > EigenDecompositionMaterial
EigenDecompositionMaterialTempl< true > ADEigenDecompositionMaterial
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Perform eigendecomposition on a RankTwoTensor material property.
GenericMaterialProperty< Real, is_ad > & _mid_eigen_value
GenericMaterialProperty< Real, is_ad > & _min_eigen_value
const GenericMaterialProperty< RankTwoTensor, is_ad > & _tensor
Rank two tensor for eigen decomposition.
const std::string _base_name
Base name to allow multiple tensors to be decomposed.
GenericMaterialProperty< RealVectorValue, is_ad > & _max_eigen_vector
eigen vectors
GenericMaterialProperty< Real, is_ad > & _max_eigen_value
eigen values
GenericMaterialProperty< RealVectorValue, is_ad > & _mid_eigen_vector
GenericMaterialProperty< RealVectorValue, is_ad > & _min_eigen_vector
const InputParameters & parameters() const