Gross-Pitaevski Equation (05-gross-pitaevski-adapt)
---------------------------------------------------

**Git reference:** Tutorial example `05-gross-pitaevski-adapt 
<http://git.hpfem.org/hermes.git/tree/HEAD:/hermes2d/tutorial/P06-timedep-adapt/05-gross-pitaevski-adapt>`_.

Model problem
~~~~~~~~~~~~~

The problem solved here is the same as in `P03-timedep/08-gross-pitaevski <http://hpfem.org/hermes/doc/src/hermes2d/timedep/gross-pitaevski.html>`_. The source code of the main.cpp function is an identical copy of the one in 
`P03-timedep/01-timedep-adapt-space-only <http://hpfem.org/hermes/doc/src/hermes2d/timedep-adapt/timedep-adapt-space-only.html>`_.

Sample results
~~~~~~~~~~~~~~

Initial condition and initial mesh:

.. image:: 05-gross-pitaevski-adapt/0.png
   :align: center
   :width: 800
   :alt: Sample screenshot

Solution and mesh at t = 0.025:

.. image:: 05-gross-pitaevski-adapt/1.png
   :align: center
   :width: 800
   :alt: Sample screenshot

Solution and mesh at t = 0.05:

.. image:: 05-gross-pitaevski-adapt/2.png
   :align: center
   :width: 800
   :alt: Sample screenshot

Solution and mesh at t = 0.075:

.. image:: 05-gross-pitaevski-adapt/3.png
   :align: center
   :width: 800
   :alt: Sample screenshot

Solution and mesh at t = 0.01:

.. image:: 05-gross-pitaevski-adapt/4.png
   :align: center
   :width: 800
   :alt: Sample screenshot

