Skip to content

Commit

Permalink
edited lattice type
Browse files Browse the repository at this point in the history
  • Loading branch information
CompuCell3D committed Jul 8, 2018
1 parent ab6ee98 commit 22a2cb7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'cc3d_reference_manuall.tex', u'CC3D\\_Reference\\_Manual Documentation',
(master_doc, 'cc3d_reference_manual.tex', u'CC3D\\_Reference\\_Manual Documentation',
u'Maciej Swat, Julio Belmonte, James Glazier', 'manual'),
]

Expand All @@ -157,7 +157,7 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'cc3d_reference_manual', u'cc3d_reference_manuall Documentation',
(master_doc, 'cc3d_reference_manual', u'cc3d_reference_manual Documentation',
author, 'cc3d_reference_manual', 'One line description of project.',
'Miscellaneous'),
]
Expand Down
17 changes: 15 additions & 2 deletions docs/lattice_type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,23 @@ centers of the hexagons. Notice that unit surface in 2D is simply a
length of the hexagon side and surface area of the hexagon with side ``a``
is:

.. math::
:nowrap:
S = 6\frac{{\sqrt[]{3}}}{4}a^2
In 3D we can derive the corresponding unit quantities starting with the
formulae for Volume and surface of rhombic dodecahedron (12 hedra)
formulae for volume and surface of rhombic dodecahedron (12 hedra)

.. math::
:nowrap:
\begin{align*}
&V = \frac{16}{9}{\sqrt[]{3}}a^3 \\
&S = 8{\sqrt[]{2}}a^2
\end{align*}
where 'a' denotes length of dodecahedron edge.
where ``a`` denotes length of dodecahedron edge.

Constraining the volume to be one we get

Expand Down

0 comments on commit 22a2cb7

Please sign in to comment.