https://mooseframework.inl.gov
Loading...
Searching...
No Matches
MandelConverter.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"
13
14#include "RankTwoTensor.h"
16
17#include "RankFourTensor.h"
19
20template <typename T, bool symmetrize>
22{
23 using from = std::false_type;
24 using to = std::false_type;
25};
26template <>
32template <>
38template <>
44template <>
50
54template <typename T, bool symmetrize>
72
Convert tensorial material properties between Mandel notation and full notation.
typename MandelConversion< T, symmetrize >::from FromType
const MaterialProperty< FromType > & _from
MaterialProperty< ToType > & _to
typename MandelConversion< T, symmetrize >::to ToType
void initQpStatefulProperties() override
static InputParameters validParams()
void computeQpProperties() override
const InputParameters & parameters() const
std::false_type to
std::false_type from