Skip to content
Snippets Groups Projects
Commit e26fc23b authored by Dilawar Singh's avatar Dilawar Singh
Browse files

use gh-pages for building site.

parent cd384ab4
No related branches found
No related tags found
No related merge requests found
.. MOOSE documentation master file, created by
sphinx-quickstart on Tue Jan 31 14:57:39 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
MOOSE
=====
What is MOOSE and what is it good for?
--------------------------------------
MOOSE is the **Multiscale Object-Oriented Simulation Environment**. It is designed to simulate neural systems ranging from subcellular components and biochemical reactions to complex models of single neurons, circuits, and large networks. MOOSE can operate at many levels of detail, from stochastic chemical computations, to multicompartment single-neuron models, to spiking neuron network models.
.. figure:: images/Gallery_Moose_Multiscale.png
:scale: 75%
:alt: **multiple scales in moose**
*Multiple scales can be modelled and simulated in MOOSE*
MOOSE is multiscale: It can do all these calculations together. One of its major uses is to make biologically detailed models that combine electrical and chemical signaling.
MOOSE is object-oriented. Biological concepts are mapped into classes, and a model is built by creating instances of these classes and connecting them by messages. MOOSE also has numerical classes whose job is to take over difficult computations in a certain domain, and do them fast. There are such solver classes for stochastic and deterministic chemistry, for diffusion, and for multicompartment neuronal models.
MOOSE is a simulation environment, not just a numerical engine: It provides data representations and solvers (of course!), but also a scripting interface with Python, graphical displays with Matplotlib, PyQt, and OpenGL, and support for many model formats. These include SBML, NeuroML, GENESIS kkit and cell.p formats, HDF5 and NSDF for data writing.
.. toctree::
:maxdepth: 2
/source/install/index_install
/source/user/py/quickstart/index_qs
/source/user/py/cookbook/index_ckbk
/source/user/py/graphics/index_graphics
/source/user/py/references/index_ref
/source/doxygen/doxy
.. toctree::
:maxdepth: 1
:titlesonly:
.. toctree::
release_notes/index
changes/index
known_issues/index
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment