| 
    PLaSK library
    
   | 
 
#include <solvers/thermal/dynamic/femT2d.hpp>
Public Member Functions | |
| ThermalConductivityData (const DynamicThermalFem2DSolver *solver, const shared_ptr< const MeshD< 2 > > &dst_mesh) | |
| Tensor2< double > | at (std::size_t i) const override | 
| Get index-th value from vector.   | |
| std::size_t | size () const override | 
| Get the number of elements in this vector.   | |
  Public Member Functions inherited from plask::LazyDataImpl< Tensor2< double > > | |
| virtual | ~LazyDataImpl () | 
| virtual DataVector< const Tensor2< double > > | getAll () const | 
| Get all values as non-lazy vector.   | |
| virtual DataVector< Tensor2< double > > | claim () const | 
Public Attributes | |
| const DynamicThermalFem2DSolver * | solver | 
| shared_ptr< const MeshD< 2 > > | dest_mesh | 
| InterpolationFlags | flags | 
| LazyData< double > | temps | 
Additional Inherited Members | |
  Public Types inherited from plask::LazyDataImpl< Tensor2< double > > | |
| typedef Tensor2< double > | CellType | 
Definition at line 93 of file femT2d.hpp.
| plask::thermal::dynamic::DynamicThermalFem2DSolver< Geometry2DType >::ThermalConductivityData::ThermalConductivityData | ( | const DynamicThermalFem2DSolver * | solver, | 
| const shared_ptr< const MeshD< 2 > > & | dst_mesh | ||
| ) | 
Definition at line 521 of file femT2d.cpp.
      
  | 
  overridevirtual | 
Get index-th value from vector.
| index | should be a value from 0 to size()-1 | 
Implements plask::LazyDataImpl< Tensor2< double > >.
Definition at line 529 of file femT2d.cpp.
      
  | 
  overridevirtual | 
Get the number of elements in this vector.
Implements plask::LazyDataImpl< Tensor2< double > >.
Definition at line 545 of file femT2d.cpp.
| shared_ptr<const MeshD<2> > plask::thermal::dynamic::DynamicThermalFem2DSolver< Geometry2DType >::ThermalConductivityData::dest_mesh | 
Definition at line 95 of file femT2d.hpp.
| InterpolationFlags plask::thermal::dynamic::DynamicThermalFem2DSolver< Geometry2DType >::ThermalConductivityData::flags | 
Definition at line 96 of file femT2d.hpp.
| const DynamicThermalFem2DSolver* plask::thermal::dynamic::DynamicThermalFem2DSolver< Geometry2DType >::ThermalConductivityData::solver | 
Definition at line 94 of file femT2d.hpp.
| LazyData<double> plask::thermal::dynamic::DynamicThermalFem2DSolver< Geometry2DType >::ThermalConductivityData::temps | 
Definition at line 97 of file femT2d.hpp.