Skip to content

Commit

Permalink
mostly work on filaments
Browse files Browse the repository at this point in the history
  • Loading branch information
ssandrews committed Mar 21, 2024
1 parent 2ddd011 commit 3a02ee4
Show file tree
Hide file tree
Showing 68 changed files with 65,405 additions and 1,139 deletions.
Binary file modified docs/Smoldyn/SmoldynCodeDoc.pdf
Binary file not shown.
254 changes: 204 additions & 50 deletions docs/Smoldyn/SmoldynCodeDoc.tex

Large diffs are not rendered by default.

Binary file modified docs/Smoldyn/SmoldynManual.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/Smoldyn/SmoldynManual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3600,9 +3600,9 @@ \section{Statements about filaments}

\begin{description}

\item{\ttt{random\_filament} $name$ $type$ $segments$ $[x$ $y$ $z$ $\theta$ $\phi$ $\chi]$ $thickness$}
\item{\ttt{random\_filament} $name$ $type$ $segments$ $[x$ $y$ $z$ $\theta$ $\phi$ $\chi]$ $[thickness]$}

Create a new filament with random segments. It is named $name$, is of type $type$, has $segments$ number of segments, and, optionally, has its starting location at $(x,y,z)$ and initial yaw-pitch-roll angle $(\theta, \phi, \chi)$. It also has optional thickness $thickness.$.
Create a new filament with random segments. It is named $name$, is of type $type$, has $segments$ number of segments, and, optionally, has its starting location at $(x,y,z)$ and initial yaw-pitch-roll angle $(\theta, \phi, \chi)$. It also has optional thickness $thickness$.

\item{\ttt{start\_filament} $type$ $name$}

Expand Down
Binary file modified docs/libSteve/Rn_doc.doc
Binary file not shown.
Binary file added docs/libSteve/Sphere.pdf
Binary file not shown.
331 changes: 331 additions & 0 deletions docs/libSteve/Sphere.tex

Large diffs are not rendered by default.

Binary file modified docs/libSteve/Sphere_doc.doc
Binary file not shown.
Binary file modified docs/libSteve/Sphere_doc.pdf
Binary file not shown.
Loading

0 comments on commit 3a02ee4

Please sign in to comment.