
.. Documentation for the header file dolfin/common/init.h

.. _programmers_reference_cpp_common_init:

init.h
======

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



.. cpp:function:: void init(int argc, char* argv[])

    Initialize DOLFIN (and PETSc) with command-line arguments. This
    should not be needed in most cases since the initialization is
    otherwise handled automatically.


