Skip to content

Commit

Permalink
api: clenaup geom, B_therm
Browse files Browse the repository at this point in the history
  • Loading branch information
barnex committed Mar 4, 2014
1 parent cc7841a commit af72288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ <h3>Implicit functions</h3>
m.Region(1) // magnetization in region 1 (0 elsewhere)
</pre></code>

{{range .FilterType "*engine.sSetter" "*engine.vSetter" "*engine.sAdder" "*engine.vAdder" "*engine.buffered" "*engine.GetScalar" "*engine.GetVector" "*engine.FFTM" "*engine.Regions" "engine.Quantity"}} {{template "entry" .}} {{end}}
{{range .FilterType "*engine.sSetter" "*engine.vSetter" "*engine.sAdder" "*engine.vAdder" "*engine.buffered" "*engine.GetScalar" "*engine.GetVector" "*engine.FFTM" "*engine.Regions" "engine.Quantity" "*engine.geom" "*engine.thermField"}} {{template "entry" .}} {{end}}


<hr/><h1>Slicing and dicing output</h1>
Expand Down Expand Up @@ -246,7 +246,7 @@ <h3>Implicit functions</h3>
</code></pre>

{{range .FilterName "run" "steps" "runwhile"}} {{template "entry" .}} {{end}}
{{range .FilterName "t" "dt" "MinDt" "MaxDt" "FixDt" "HeadRoom" "MaxErr"}} {{template "entry" .}} {{end}}
{{range .FilterName "t" "dt" "MinDt" "MaxDt" "FixDt" "HeadRoom" "MaxErr" "step"}} {{template "entry" .}} {{end}}
{{range .FilterName "SetSolver"}} {{template "entry" .}} {{end}}

<hr/><h1> Moving simulation window </h1>
Expand Down

0 comments on commit af72288

Please sign in to comment.