esys.ripley.MultiResolutionDomain Package
=========================================

.. automodule:: esys.ripley.MultiResolutionDomain
   :synopsis: Constructs domains of varying resolutions that are guaranteed to be compatible for cross-domain interpolation. The parameters supplied will be used to construct the coarsest resolution. No coarser domain can be constructed. Each domain of finer resolution will have the number of elements in every axis of the coarsest domain multiplied by ``2**n``, where ``n`` is the level of subdivision.

Classes
-------
* `__class__`

.. autoclass:: __class__
   :members:
   :undoc-members:

   .. automethod:: __init__


Functions
---------

Others
------
* _MultiResolutionDomain__generateDomain
* _MultiResolutionDomain__newBrick
* _MultiResolutionDomain__newRectangle
* __delattr__
* __dict__
* __doc__
* __format__
* __getattribute__
* __hash__
* __init__
* __module__
* __new__
* __reduce__
* __reduce_ex__
* __repr__
* __setattr__
* __sizeof__
* __str__
* __subclasshook__
* __weakref__
* getLevel
* getMaxDepth

