`Static3D` Class
===============================================================================

.. currentmodule:: thermal.static

.. autoclass:: thermal.static.Static3D

Methods
-------

.. autosummary::

   ~thermal.static.Static3D.compute
   ~thermal.static.Static3D.initialize
   ~thermal.static.Static3D.invalidate

Attributes
----------

Receivers
^^^^^^^^^

.. autosummary::

   ~thermal.static.Static3D.inHeat
   ~thermal.static.Static3D.inHeatDensity

Providers
^^^^^^^^^

.. autosummary::

   ~thermal.static.Static3D.outHeatFlux
   ~thermal.static.Static3D.outTemperature
   ~thermal.static.Static3D.outThermalConductivity

Other
^^^^^

.. autosummary::

   ~thermal.static.Static3D.algorithm
   ~thermal.static.Static3D.convection_boundary
   ~thermal.static.Static3D.empty_elements
   ~thermal.static.Static3D.err
   ~thermal.static.Static3D.geometry
   ~thermal.static.Static3D.heatflux_boundary
   ~thermal.static.Static3D.id
   ~thermal.static.Static3D.initialized
   ~thermal.static.Static3D.inittemp
   ~thermal.static.Static3D.iterative
   ~thermal.static.Static3D.maxerr
   ~thermal.static.Static3D.mesh
   ~thermal.static.Static3D.radiation_boundary
   ~thermal.static.Static3D.temperature_boundary


Descriptions
------------

Method Details
^^^^^^^^^^^^^^

.. automethod:: thermal.static.Static3D.compute

.. automethod:: thermal.static.Static3D.initialize

.. automethod:: thermal.static.Static3D.invalidate

Receiver Details
^^^^^^^^^^^^^^^^

.. autoattribute:: thermal.static.Static3D.inHeat

.. autoattribute:: thermal.static.Static3D.inHeatDensity

Provider Details
^^^^^^^^^^^^^^^^

.. autoattribute:: thermal.static.Static3D.outHeatFlux
   :show-signature:

.. autoattribute:: thermal.static.Static3D.outTemperature
   :show-signature:

.. autoattribute:: thermal.static.Static3D.outThermalConductivity
   :show-signature:

Attribute Details
^^^^^^^^^^^^^^^^^

.. autoattribute:: thermal.static.Static3D.algorithm

.. autoattribute:: thermal.static.Static3D.convection_boundary

.. autoattribute:: thermal.static.Static3D.empty_elements

.. autoattribute:: thermal.static.Static3D.err

.. autoattribute:: thermal.static.Static3D.geometry

.. autoattribute:: thermal.static.Static3D.heatflux_boundary

.. autoattribute:: thermal.static.Static3D.id

.. autoattribute:: thermal.static.Static3D.initialized

.. autoattribute:: thermal.static.Static3D.inittemp

.. autoattribute:: thermal.static.Static3D.iterative

.. autoattribute:: thermal.static.Static3D.maxerr

.. autoattribute:: thermal.static.Static3D.mesh

.. autoattribute:: thermal.static.Static3D.radiation_boundary

.. autoattribute:: thermal.static.Static3D.temperature_boundary

.. template class.rst