PLaSK library
|
#include <solvers/thermal/static/therm3d.hpp>
Public Member Functions | |
ThermalConductivityData (const ThermalFem3DSolver *solver, const shared_ptr< const MeshD< 3 > > &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 ThermalFem3DSolver * | solver |
shared_ptr< const MeshD< 3 > > | 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 124 of file therm3d.hpp.
plask::thermal::tstatic::ThermalFem3DSolver::ThermalConductivityData::ThermalConductivityData | ( | const ThermalFem3DSolver * | solver, |
const shared_ptr< const MeshD< 3 > > & | dst_mesh | ||
) |
Definition at line 414 of file therm3d.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 421 of file therm3d.cpp.
|
overridevirtual |
Get the number of elements in this vector.
Implements plask::LazyDataImpl< Tensor2< double > >.
Definition at line 436 of file therm3d.cpp.
shared_ptr<const MeshD<3> > plask::thermal::tstatic::ThermalFem3DSolver::ThermalConductivityData::dest_mesh |
Definition at line 126 of file therm3d.hpp.
InterpolationFlags plask::thermal::tstatic::ThermalFem3DSolver::ThermalConductivityData::flags |
Definition at line 127 of file therm3d.hpp.
const ThermalFem3DSolver* plask::thermal::tstatic::ThermalFem3DSolver::ThermalConductivityData::solver |
Definition at line 125 of file therm3d.hpp.
Definition at line 128 of file therm3d.hpp.