BifurcationCheck Evaluator. More...
#include <BifurcationCheck.hpp>

Public Member Functions | |
| BifurcationCheck (const Teuchos::ParameterList &p, const Teuchos::RCP< Albany::Layouts > &dl) | |
| Constructor. | |
| void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm) |
| Phalanx method to allocate space. | |
| void | evaluateFields (typename Traits::EvalData d) |
| Implementation of physics. | |
Private Types | |
| typedef EvalT::ScalarT | ScalarT |
| typedef EvalT::MeshScalarT | MeshScalarT |
Private Attributes | |
| PHX::MDField< ScalarT, Cell, QuadPoint, Dim, Dim, Dim, Dim > | tangent_ |
| Input: material tangent. | |
| PHX::MDField< ScalarT, Cell, QuadPoint > | ellipticity_flag_ |
| Output: ellipticity indicator. | |
| PHX::MDField< ScalarT, Cell, QuadPoint, Dim > | direction_ |
| Output: instability direction. | |
| std::size_t | num_pts_ |
| number of integration points | |
| std::size_t | num_dims_ |
| number of spatial dimensions | |
BifurcationCheck Evaluator.
This evaluator checks whether a material point has become unstable
Definition at line 23 of file BifurcationCheck.hpp.
typedef EvalT::ScalarT LCM::BifurcationCheck< EvalT, Traits >::ScalarT [private] |
Definition at line 47 of file BifurcationCheck.hpp.
typedef EvalT::MeshScalarT LCM::BifurcationCheck< EvalT, Traits >::MeshScalarT [private] |
Definition at line 48 of file BifurcationCheck.hpp.
| LCM::BifurcationCheck< EvalT, Traits >::BifurcationCheck | ( | const Teuchos::ParameterList & | p, | |
| const Teuchos::RCP< Albany::Layouts > & | dl | |||
| ) |
Constructor.
Definition at line 19 of file BifurcationCheck_Def.hpp.
| void LCM::BifurcationCheck< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
| PHX::FieldManager< Traits > & | vm | |||
| ) |
Phalanx method to allocate space.
Definition at line 41 of file BifurcationCheck_Def.hpp.
| void LCM::BifurcationCheck< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Implementation of physics.
Definition at line 52 of file BifurcationCheck_Def.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim,Dim,Dim> LCM::BifurcationCheck< EvalT, Traits >::tangent_ [private] |
Input: material tangent.
Definition at line 51 of file BifurcationCheck.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::BifurcationCheck< EvalT, Traits >::ellipticity_flag_ [private] |
Output: ellipticity indicator.
Definition at line 54 of file BifurcationCheck.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim> LCM::BifurcationCheck< EvalT, Traits >::direction_ [private] |
Output: instability direction.
Definition at line 57 of file BifurcationCheck.hpp.
std::size_t LCM::BifurcationCheck< EvalT, Traits >::num_pts_ [private] |
number of integration points
Definition at line 60 of file BifurcationCheck.hpp.
std::size_t LCM::BifurcationCheck< EvalT, Traits >::num_dims_ [private] |
number of spatial dimensions
Definition at line 63 of file BifurcationCheck.hpp.
1.7.1