| 
    libMesh
    
   | 
 
This class provides single index access to FieldType (i.e. More...
#include <raw_accessor.h>
Public Member Functions | |
| RawAccessor (FieldType &data, const unsigned int dim) | |
| ~RawAccessor () | |
| RawFieldType< FieldType >::type & | operator() (unsigned int i) | 
| const RawFieldType< FieldType >::type & | operator() (unsigned int i) const | 
| template<> | |
| Number & | operator() (unsigned int libmesh_dbg_var(i)) | 
| template<> | |
| Number & | operator() (unsigned int i) | 
| template<> | |
| Number & | operator() (unsigned int k) | 
| template<> | |
| Real & | operator() (unsigned int libmesh_dbg_var(i)) | 
| template<> | |
| Real & | operator() (unsigned int i) | 
| template<> | |
| Real & | operator() (unsigned int k) | 
Private Member Functions | |
| RawAccessor () | |
Private Attributes | |
| FieldType & | _data | 
| const unsigned int | _dim | 
This class provides single index access to FieldType (i.e.
Number, Gradient, Tensor, etc.).
Definition at line 93 of file raw_accessor.h.
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 102 of file raw_accessor.h.
      
  | 
  private | 
| RawFieldType<FieldType>::type& libMesh::RawAccessor< FieldType >::operator() | ( | unsigned int | i | ) | 
      
  | 
  inline | 
Definition at line 125 of file raw_accessor.h.
      
  | 
  inline | 
Definition at line 189 of file raw_accessor.h.
| const RawFieldType<FieldType>::type& libMesh::RawAccessor< FieldType >::operator() | ( | unsigned int | i | ) | const | 
      
  | 
  inline | 
Definition at line 133 of file raw_accessor.h.
      
  | 
  inline | 
Definition at line 197 of file raw_accessor.h.
      
  | 
  inline | 
Definition at line 117 of file raw_accessor.h.
      
  | 
  inline | 
Definition at line 181 of file raw_accessor.h.
      
  | 
  private | 
Definition at line 110 of file raw_accessor.h.
      
  | 
  private | 
Definition at line 111 of file raw_accessor.h.
 1.8.16