| 
    Panzer
    Version of the Day
    
   | 
 
Class the holds parsed input data for material models. More...
#include <Panzer_MaterialModelEntry.hpp>
Public Member Functions | |
| MaterialModelEntry () | |
| MaterialModelEntry (const std::string factory_name) | |
| MaterialModelEntry (const std::string factory_name, const Teuchos::ParameterList &p) | |
| std::string | factoryName () const | 
| const Teuchos::ParameterList & | params () const | 
| void | operator= (const MaterialModelEntry &e) | 
| bool | operator== (const MaterialModelEntry &e) const | 
| bool | operator!= (const MaterialModelEntry &e) const | 
| void | print (std::ostream &os) const | 
Protected Attributes | |
| std::string | m_factory_name | 
| Teuchos::ParameterList | m_params | 
Class the holds parsed input data for material models.
Definition at line 53 of file Panzer_MaterialModelEntry.hpp.
| panzer::MaterialModelEntry::MaterialModelEntry | ( | ) | 
Definition at line 47 of file Panzer_MaterialModelEntry.cpp.
| panzer::MaterialModelEntry::MaterialModelEntry | ( | const std::string | factory_name | ) | 
Definition at line 53 of file Panzer_MaterialModelEntry.cpp.
| panzer::MaterialModelEntry::MaterialModelEntry | ( | const std::string | factory_name, | 
| const Teuchos::ParameterList & | p | ||
| ) | 
Definition at line 60 of file Panzer_MaterialModelEntry.cpp.
| std::string panzer::MaterialModelEntry::factoryName | ( | ) | const | 
Definition at line 68 of file Panzer_MaterialModelEntry.cpp.
| const Teuchos::ParameterList & panzer::MaterialModelEntry::params | ( | ) | const | 
Definition at line 75 of file Panzer_MaterialModelEntry.cpp.
| void panzer::MaterialModelEntry::operator= | ( | const MaterialModelEntry & | e | ) | 
Definition at line 82 of file Panzer_MaterialModelEntry.cpp.
| bool panzer::MaterialModelEntry::operator== | ( | const MaterialModelEntry & | e | ) | const | 
Definition at line 90 of file Panzer_MaterialModelEntry.cpp.
| bool panzer::MaterialModelEntry::operator!= | ( | const MaterialModelEntry & | e | ) | const | 
Definition at line 98 of file Panzer_MaterialModelEntry.cpp.
| void panzer::MaterialModelEntry::print | ( | std::ostream & | os | ) | const | 
Definition at line 105 of file Panzer_MaterialModelEntry.cpp.
      
  | 
  protected | 
Definition at line 79 of file Panzer_MaterialModelEntry.hpp.
      
  | 
  protected | 
Definition at line 81 of file Panzer_MaterialModelEntry.hpp.
 1.8.5