| 
    Panzer
    Version of the Day
    
   | 
 
#include <Panzer_FieldLibrary.hpp>

Public Member Functions | |
| virtual | ~FieldLibraryBase ()=0 | 
| virtual Teuchos::RCP< const  panzer::PureBasis >  | lookupBasis (const std::string &fieldName) const =0 | 
| Get the basis associated with a particular field.  More... | |
| virtual void | uniqueBases (std::vector< Teuchos::RCP< const panzer::PureBasis > > &bases) const =0 | 
| Get vector of unique bases contained in this field library.  More... | |
| virtual void | basisPairs (std::vector< std::pair< std::string, Teuchos::RCP< const panzer::PureBasis > > > &bases) const =0 | 
| Get vector of unique bases contained in this field library.  More... | |
| virtual void | print (std::ostream &os) const =0 | 
Definition at line 58 of file Panzer_FieldLibrary.hpp.
      
  | 
  inlinepure virtual | 
Definition at line 77 of file Panzer_FieldLibrary.hpp.
      
  | 
  pure virtual | 
Get the basis associated with a particular field.
Implemented in panzer::FieldLibrary, and panzer::FieldLayoutLibrary.
      
  | 
  pure virtual | 
Get vector of unique bases contained in this field library.
Implemented in panzer::FieldLibrary, and panzer::FieldLayoutLibrary.
      
  | 
  pure virtual | 
Get vector of unique bases contained in this field library.
Implemented in panzer::FieldLibrary, and panzer::FieldLayoutLibrary.
      
  | 
  pure virtual | 
Print information about the basis functions and fields contained in the field library.
Implemented in panzer::FieldLibrary, and panzer::FieldLayoutLibrary.
 1.8.5