Skip to content

Commit

Permalink
Deploying to gh-pages from @ a811bfd 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Sep 24, 2023
1 parent 9ff7d1c commit dabe533
Show file tree
Hide file tree
Showing 66 changed files with 30,181 additions and 15,348 deletions.
281 changes: 149 additions & 132 deletions index.html

Large diffs are not rendered by default.

273 changes: 167 additions & 106 deletions interface/func.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Root solvers for modern Fortran">
<meta name="description" content="Root solvers for modern Fortran">
<meta name="author" content="Jacob Williams" >
<link rel="icon" href="../favicon.png">

Expand All @@ -18,12 +18,12 @@

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="../js/jquery-2.1.3.min.js"></script>
<script src="../js/svg-pan-zoom.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->

<script src="../js/jquery-2.1.3.min.js"></script>
<script src="../js/svg-pan-zoom.min.js"></script>

</head>

Expand All @@ -45,24 +45,34 @@
<ul class="nav navbar-nav">
<li class="dropdown hidden-xs visible-sm visible-md hidden-lg">
<a href="#" class="dropdown-toggle"
data-toggle="dropdown" role="button"
aria-haspopup="true"
aria-expanded="false">Contents <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="../sourcefile/root_module.f90.html">Source File</a></li>
<li><a href="../lists/modules.html">Modules</a></li>
<li><a href="../lists/procedures.html">Procedures</a></li>
<li><a href="../lists/absint.html">Abstract Interfaces</a></li>
<li><a href="../lists/types.html">Derived Types</a></li>

</ul>

data-toggle="dropdown" role="button"
aria-haspopup="true"
aria-expanded="false">
Contents <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="../sourcefile/root_module.f90.html">Source File</a></li>
<li><a href="../lists/modules.html">Modules</a></li>
<li><a href="../lists/procedures.html">Procedures</a></li>
<li><a href="../lists/absint.html">Abstract Interfaces</a></li>
<li><a href="../lists/types.html">Derived Types</a></li>
</ul>
</li>
<li class="visible-xs hidden-sm visible-lg"><a href="../sourcefile/root_module.f90.html">Source File</a></li>
<li class="visible-xs hidden-sm visible-lg"><a href="../lists/modules.html">Modules</a></li>
<li class="visible-xs hidden-sm visible-lg"><a href="../lists/procedures.html">Procedures</a></li>
<li class="visible-xs hidden-sm visible-lg"><a href="../lists/absint.html">Abstract Interfaces</a></li>
<li class="visible-xs hidden-sm visible-lg"><a href="../lists/types.html">Derived Types</a></li>
<li class="visible-xs hidden-sm visible-lg">
<a href="../lists/files.html">Source Files</a>
</li>
<li class="visible-xs hidden-sm visible-lg">
<a href="../lists/modules.html">Modules</a>
</li>
<li class="visible-xs hidden-sm visible-lg">
<a href="../lists/procedures.html">Procedures</a>
</li>
<li class="visible-xs hidden-sm visible-lg">
<a href="../lists/absint.html">Abstract Interfaces</a>
</li>
<li class="visible-xs hidden-sm visible-lg">
<a href="../lists/types.html">Derived Types</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
Expand All @@ -71,72 +81,123 @@
<div class="container">
<div class="row">
<h1>func
<small>Abstract Interface</small>
<small>Abstract Interface</small>

</h1>
<div class="row">
<div class="col-lg-12">
<div class="well well-sm">
<ul class="list-inline" style="margin-bottom:0px;display:inline">
<li><i class="fa fa-list-ol"></i>
<a data-toggle="tooltip"
data-placement="bottom" data-html="true"
title="33.3% of total for abstract interfaces.">27 statements</a>
</li>
<li><i class="fa fa-code"></i><a href="../src/root_module.F90"> Source File</a></li>
</ul>
<ol class="breadcrumb in-well text-right">
<li><a href='../sourcefile/root_module.f90.html'>root_module.F90</a></li>
<li><a href='../module/root_module.html'>root_module</a></li>
<li class="active">func</li>
</ol>
</div>
</div>
</div>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
<div class="row" id="info-bar">
<div class="col-lg-12">
<div class="well well-sm">
<ul class="list-inline" style="margin-bottom:0px;display:inline">

<li id="statements"><i class="fa fa-list-ol"></i>
<a data-toggle="tooltip"
data-placement="bottom" data-html="true"
title="33.3% of total for abstract interfaces.">27 statements</a>
</li>

<li id="source-file">
<i class="fa fa-code"></i>
<a href="../src/root_module.F90"> Source File</a>
</li>
</ul>
<ol class="breadcrumb in-well text-right">
<li><a href='../sourcefile/root_module.f90.html'>root_module.F90</a></li>
<li><a href='../module/root_module.html'>root_module</a></li>
<li class="active">func</li>
</ol>
</div>
</div>
</div>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>

</div>

<div class="row">
<div class="col-md-3 hidden-xs hidden-sm visible-md visible-lg">
<div id="sidebar">
<h3>Contents</h3>

<em>None</em>
<div id="sidebar">
<h3>Contents</h3>




















</div>
<em>None</em>

</div>

</div>

<div class="col-md-9" id='text'>
<h2>abstract interface <br>
private function func(me, x) result(f)</h2>
private function func(me, x) result(f)
</h2>



<h3>Arguments</h3>
<table class="table table-striped varlist">
<thead><tr><th>Type</th><th>Intent</th><th>Optional</th><th>Attributes</th><th></th><th>Name</th><th></th></thead>
<tbody>
<tr>
<td><span class="anchor" id="variable-me"></span>class(<a href='../type/root_solver.html'>root_solver</a>),</td>
<table class="table table-striped varlist">
<thead>
<tr>
<th>Type</th>
<th>Intent</th><th>Optional</th> <th>Attributes</th>
<th></th>
<th>Name</th>
<th></th>
</thead>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-me~26"></span>
class(<a href='../type/root_solver.html'>root_solver</a>),
</td>
<td>intent(inout)</td>
<td></td> <td></td><td>::</td>
<td><strong>me</strong></td><td></td>
</tr>
<tr>
<td><span class="anchor" id="variable-x"></span>real(kind=wp),</td>
<td></td> <td>

</td>
<td>::</td>
<td><strong>me</strong></td>
<td>

</td>
</tr>
<tr>
<td>
<span class="anchor" id="variable-x"></span>
real(kind=wp),
</td>
<td>intent(in)</td>
<td></td> <td></td><td>::</td>
<td><strong>x</strong></td><td><p>independant variable</p></td>
</tr>
</tbody>
</table>

<h3>Return Value <span class="anchor" id="variable-f~2"></span><small>real(kind=wp)</small></h3>
<td></td> <td>

</td>
<td>::</td>
<td><strong>x</strong></td>
<td>
<p>independant variable</p>
</td>
</tr>
</tbody>
</table>

<h3>Return Value <span class="anchor" id="variable-f"></span><small>real(kind=wp)</small></h3>
<p>f(x)</p>
<h3>Description</h3>
<p>Interface to the function to be minimized
Expand All @@ -147,47 +208,47 @@ <h3>Description</h3>
</div>
</div>

<hr>
<hr>
</div> <!-- /container -->
<footer>
<div class="container">
<div class="row">
<div class="col-xs-6 col-md-6"><p>roots-fortran was developed by Jacob Williams<br>&copy; 2022
<div class="row">
<div class="col-xs-6 col-md-6"><p>roots-fortran was developed by Jacob Williams<br>&copy; 2023
</p>
</div>
<div class="col-xs-6 col-md-6">
<p class="text-right">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
</p>
</div>
</div>
<div class="col-xs-6 col-md-6">
<p class="text-right">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
</p>
</div>
</div>
<br>
</div> <!-- /container -->
<br>
</div> <!-- /container -->
</footer>

<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!--
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
-->
<script src="../js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../js/ie10-viewport-bug-workaround.js"></script>

<!-- MathJax JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } },
jax: ['input/TeX','input/MathML','output/HTML-CSS'],
extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js']
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!--
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
-->
<script src="../js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../js/ie10-viewport-bug-workaround.js"></script>

<!-- MathJax JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } },
jax: ['input/TeX','input/MathML','output/HTML-CSS'],
extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js']
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>


</body>
</html>
Loading

0 comments on commit dabe533

Please sign in to comment.