Skip to content
Snippets Groups Projects
Commit 1fee5878 authored by HarshaRani's avatar HarshaRani
Browse files

duplicate folder of Rdesignuer is removed and clean up rdes.rest

parent a89db09d
No related branches found
No related tags found
No related merge requests found
**Rdesigneur: Building multiscale models** ==========================================
Rdesigneur: Building multiscale models
========================================== ==========================================
.. Upi Bhalla | Author: Upi Bhalla
| Date: Aug 26 2016,
.. Aug 26 2016. Updated July 2018 | Last-Updated: July 31 2018
| By: Upi Bhalla
.. --------------
Contents
--------
.. contents:: ------------------------------
:depth: 3
Introduction Introduction
------------ ------------
......
.. MOOSE documentation master file, created by
sphinx-quickstart on Tue Jul 31 19:05:47 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Rdesignuer
===========
.. toctree::
:maxdepth: 2
rdes
multi_rdes
************************
Rdesigneur Examples
************************
.. hidden-code-block:: reStructuredText
:label: How to run these examples
Each of the following examples can be run by clicking on the green source button
on the right side of each example, and running from within a ``.py`` python file
on a computer where moose is installed.
Alternatively, all the files mentioned on this page can be found in the main
moose directory. They can be found under
(...)/moose/moose-examples/snippets
They can be run by typing
$ python filename.py
in your command line, where filename.py is the python file you want to run.
All of the following examples show one or more methods within each python file.
For example, in the ``cubeMeshSigNeur`` section, there are two blue tabs
describing the ``cubeMeshSigNeur.createSquid()`` and ``cubeMeshSigNeur.main()``
methods.
The filename is the bit that comes before the ``.`` in the blue boxes, with
``.py`` added at the end of it. In this case, the file name would be
``cubeMeshSigNeur.py``.
|
Building Chemical-Electrical Signalling Models
----------------------------------------------
Building a compartment
^^^^^^^^^^^^^^^^^^^^^^
.. automodule:: testRdesigneur
:members:
Inserting Spines and viewing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. automodule:: insertSpines
:members:
Proceeding with Spines
^^^^^^^^^^^^^^^^^^^^^^
.. automodule:: testWigglySpines
:members:
This diff is collapsed.
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