26 #ifndef GRINS_HEAT_TRANSFER_H 
   27 #define GRINS_HEAT_TRANSFER_H 
   39   template<
class Conductivity>
 
   44     HeatTransfer( 
const std::string& physics_name, 
const GetPot& input );
 
   68                                                  const libMesh::Point& point,
 
   69                                                  libMesh::Real& value );
 
   82 #endif // GRINS_HEAT_TRANSFER_H 
virtual void element_time_derivative(bool compute_jacobian, AssemblyContext &context, CachedValues &cache)
Time dependent part(s) of physics for element interiors. 
 
virtual void mass_residual(bool compute_jacobian, AssemblyContext &context, CachedValues &cache)
Mass matrix part(s) for element interiors. All boundary terms lie within the time_derivative part...
 
Physics class for Heat Transfer. 
 
unsigned int _k_index
Index from registering this postprocessed quantity. 
 
Physics class for Heat Transfer. 
 
virtual void compute_postprocessed_quantity(unsigned int quantity_index, const AssemblyContext &context, const libMesh::Point &point, libMesh::Real &value)
Compute value of postprocessed quantities at libMesh::Point. 
 
virtual void register_postprocessing_vars(const GetPot &input, PostProcessedQuantities< libMesh::Real > &postprocessing)
Register postprocessing variables for HeatTransfer.