mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-18 11:20:12 +00:00
222 lines
8.5 KiB
HTML
222 lines
8.5 KiB
HTML
|
|
|
|
<!DOCTYPE html>
|
|
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
|
|
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Code quality — JuliaFEM - A Finite Element Method Solver</title>
|
|
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="../_static/JuliaFEMLogo_32x32.png"/>
|
|
|
|
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="top" title="JuliaFEM - A Finite Element Method Solver" href="../index.html"/>
|
|
<link rel="prev" title="JuliaFEM.interfaces" href="../api/JuliaFEM.interfaces.html"/>
|
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
|
|
|
|
</head>
|
|
|
|
<body class="wy-body-for-nav" role="document">
|
|
|
|
<div class="wy-grid-for-nav">
|
|
|
|
|
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
|
<div class="wy-side-nav-search">
|
|
|
|
<a href="../index.html" class="fa fa-home"> JuliaFEM</a>
|
|
|
|
|
|
<div role="search">
|
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
|
<input type="text" name="q" placeholder="Search docs" />
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
<input type="hidden" name="area" value="default" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
|
|
|
|
|
|
|
|
<ul class="current">
|
|
<li class="toctree-l1"><a class="reference internal" href="../index.html">JuliaFEM</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../tutorials/index.html">Tutorials</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../api/index.html">API Documentation</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../api/JuliaFEM.abaqus_reader.html">JuliaFEM.abaqus_reader</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../api/JuliaFEM.elasticity_solver.html">JuliaFEM.elasticity_solver</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../api/JuliaFEM.interfaces.html">JuliaFEM.interfaces</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1 current"><a class="current reference internal" href="">Code quality</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="#lint-report">Lint report</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="#doctest-report">Doctest report</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="#unittest-report">Unittest report</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
|
|
|
|
|
|
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
|
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
|
<a href="../index.html">JuliaFEM</a>
|
|
</nav>
|
|
|
|
|
|
|
|
<div class="wy-nav-content">
|
|
<div class="rst-content">
|
|
<div role="navigation" aria-label="breadcrumbs navigation">
|
|
<ul class="wy-breadcrumbs">
|
|
<li><a href="../index.html">Docs</a> »</li>
|
|
|
|
<li>Code quality</li>
|
|
<li class="wy-breadcrumbs-aside">
|
|
|
|
<a href="../_sources/quality/index.txt" rel="nofollow"> View page source</a>
|
|
|
|
</li>
|
|
</ul>
|
|
<hr/>
|
|
</div>
|
|
<div role="main" class="document">
|
|
|
|
<div class="section" id="code-quality">
|
|
<h1>Code quality<a class="headerlink" href="#code-quality" title="Permalink to this headline">¶</a></h1>
|
|
<div class="section" id="lint-report">
|
|
<h2>Lint report<a class="headerlink" href="#lint-report" title="Permalink to this headline">¶</a></h2>
|
|
<div class="line-block">
|
|
<div class="line">JuliaFEM/src/abaqus_reader.jl:7 [ ] ERROR Use of undeclared symbol level</div>
|
|
<div class="line">JuliaFEM/src/abaqus_reader.jl:34 [parse_header ] ERROR Use of undeclared symbol end</div>
|
|
<div class="line">JuliaFEM/src/abaqus_reader.jl:47 [parse_node_section] ERROR Use of undeclared symbol end</div>
|
|
<div class="line">JuliaFEM/src/abaqus_reader.jl:65 [parse_element_section] ERROR Use of undeclared symbol end</div>
|
|
<div class="line">JuliaFEM/src/abaqus_reader.jl:42 [parse_node_section] INFO Argument declared but not used: header</div>
|
|
<div class="line">JuliaFEM/src/abaqus_reader.jl:99 [process_section] INFO Argument declared but not used: section</div>
|
|
<div class="line">JuliaFEM/src/elasticity_solver.jl:7 [ ] ERROR Use of undeclared symbol level</div>
|
|
<div class="line">JuliaFEM/src/elasticity_solver.jl:71 [calc_local_matrices!] ERROR Use of undeclared symbol :</div>
|
|
<div class="line">JuliaFEM/src/elasticity_solver.jl:72 [calc_local_matrices!] ERROR Use of undeclared symbol :</div>
|
|
<div class="line">JuliaFEM/src/elasticity_solver.jl:78 [calc_local_matrices!] ERROR Use of undeclared symbol :</div>
|
|
<div class="line">JuliaFEM/src/elasticity_solver.jl:94 [calc_local_matrices!] ERROR Use of undeclared symbol :</div>
|
|
<div class="line">JuliaFEM/src/elasticity_solver.jl:98 [calc_local_matrices!] ERROR Use of undeclared symbol :</div>
|
|
<div class="line">JuliaFEM/src/elasticity_solver.jl:99 [calc_local_matrices!] ERROR Use of undeclared symbol :</div>
|
|
<div class="line">JuliaFEM/src/elasticity_solver.jl:105 [calc_local_matrices!] ERROR Use of undeclared symbol :</div>
|
|
<div class="line">JuliaFEM/src/elasticity_solver.jl:301 [solve_elasticity_increment!] ERROR Use of undeclared symbol :</div>
|
|
<div class="line">JuliaFEM/src/elasticity_solver.jl:302 [solve_elasticity_increment!] ERROR Use of undeclared symbol :</div>
|
|
<div class="line">JuliaFEM/src/interfaces.jl:7 [ ] ERROR Use of undeclared symbol level</div>
|
|
<div class="line">JuliaFEM/src/xdmf.jl:7 [ ] ERROR Use of undeclared symbol level</div>
|
|
<div class="line">JuliaFEM/src/xdmf.jl:97 [xdmf_new_mesh ] ERROR Use of undeclared symbol :</div>
|
|
<div class="line">JuliaFEM/src/xdmf.jl:97 [xdmf_new_mesh ] ERROR Use of undeclared symbol end</div>
|
|
<div class="line">JuliaFEM/src/xdmf.jl:102 [xdmf_new_field ] INFO There is only 1 key type && 1 value type. Use explicit Dict{K,V}() for better performances.</div>
|
|
<div class="line">JuliaFEM/src/xdmf.jl:127 [xdmf_new_field ] INFO attribute is also a global, from</div>
|
|
</div>
|
|
<blockquote>
|
|
<div>Please check.</div></blockquote>
|
|
</div>
|
|
<div class="section" id="doctest-report">
|
|
<h2>Doctest report<a class="headerlink" href="#doctest-report" title="Permalink to this headline">¶</a></h2>
|
|
<p>This is placeholder file doc doctest results. If you see this file then doctests has not been run.</p>
|
|
</div>
|
|
<div class="section" id="unittest-report">
|
|
<h2>Unittest report<a class="headerlink" href="#unittest-report" title="Permalink to this headline">¶</a></h2>
|
|
<p>This is placeholder for unittests. This should be replaced with real report when testing.</p>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<footer>
|
|
|
|
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
|
|
|
|
|
<a href="../api/JuliaFEM.interfaces.html" class="btn btn-neutral" title="JuliaFEM.interfaces"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
|
|
|
</div>
|
|
|
|
|
|
<hr/>
|
|
|
|
<div role="contentinfo">
|
|
<p>
|
|
Last updated on 2015-08-01 15:56:03.
|
|
</p>
|
|
</div>
|
|
|
|
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
|
|
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
var DOCUMENTATION_OPTIONS = {
|
|
URL_ROOT:'../',
|
|
VERSION:'0.0.1',
|
|
COLLAPSE_INDEX:false,
|
|
FILE_SUFFIX:'.html',
|
|
HAS_SOURCE: true
|
|
};
|
|
</script>
|
|
<script type="text/javascript" src="../_static/jquery.js"></script>
|
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="../_static/js/theme.js"></script>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
jQuery(function () {
|
|
SphinxRtdTheme.StickyNav.enable();
|
|
});
|
|
</script>
|
|
|
|
|
|
</body>
|
|
</html> |