
.. Documentation for the header file dolfin/generation/UnitDiscMesh.h

.. _programmers_reference_cpp_generation_unitdiscmesh:

UnitDiscMesh.h
==============

.. note::
    
    The documentation on this page was automatically extracted from the
    DOLFIN C++ code and may need to be edited or expanded.
    

.. cpp:class:: UnitDiscMesh

    *Parent class(es)*
    
        * :cpp:class:`Mesh`
        
    .. cpp:function:: UnitDiscMesh(MPI_Comm comm, std::size_t n, std::size_t degree, std::size_t gdim)
    
        Create a unit disc mesh in 2D or 3D geometry with n steps, and
        given degree polynomial mesh


