2257 lines
No EOL
59 KiB
HTML
2257 lines
No EOL
59 KiB
HTML
<!-- -*- mode: jinja2 -*- -->
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<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="Tridiagonal compact finite difference solver, mathematical operators, and MPI-IO drivers.">
|
|
<meta name="author" content="Google DeepMind Team & Ignis" >
|
|
<link rel="icon" href="../favicon.png">
|
|
|
|
<title>Compact – HPC DNS Post-Processing Fortran Core</title>
|
|
|
|
<!-- Bootstrap -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
|
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
|
|
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
|
<!-- Font Awesome -->
|
|
<link href="../css/fontawesome.min.css" rel="stylesheet">
|
|
<link href="../css/brands.min.css" rel="stylesheet">
|
|
<link href="../css/regular.min.css" rel="stylesheet">
|
|
<link href="../css/solid.min.css" rel="stylesheet">
|
|
<link href="../css/v4-font-face.min.css" rel="stylesheet">
|
|
<link href="../css/v4-shims.min.css" rel="stylesheet">
|
|
<!-- MathJax -->
|
|
<script type="text/x-mathjax-config">
|
|
MathJax.Hub.Config({
|
|
TeX: { equationNumbers: { autoNumber: "AMS" } }
|
|
});
|
|
</script>
|
|
<script src="https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async
|
|
integrity="sha256-DViIOMYdwlM/axqoGDPeUyf0urLoHMN4QACBKyB58Uw=" crossorigin="anonymous"></script>
|
|
<!-- Other scripts and stylesheets -->
|
|
<link href="../css/local.css" rel="stylesheet">
|
|
<link href="../css/pygments.css" rel="stylesheet">
|
|
<script src="../js/svg-pan-zoom.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- Fixed navbar -->
|
|
<div class="container-fluid mb-sm-4 mb-xl-2">
|
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
|
|
<div class="container">
|
|
<a class="navbar-brand" href="../index.html">HPC DNS Post-Processing Fortran Core <small>1.0.0</small></a>
|
|
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar"
|
|
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon">
|
|
</button>
|
|
|
|
<div id="navbar" class="navbar-collapse collapse">
|
|
<ul class="navbar-nav">
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="../lists/files.html">Source Files</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="../lists/modules.html">Modules</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="../lists/procedures.html">Procedures</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="../lists/programs.html">Programs</a>
|
|
</li>
|
|
</ul>
|
|
<div class="d-flex align-items-end flex-grow-1">
|
|
<form action="../search.html" role="search" class="ms-auto">
|
|
<input type="text" class="form-control" aria-label="Search" placeholder="Search" name="q" id="tipue_search_input" autocomplete="off" required>
|
|
</form>
|
|
</div>
|
|
</div><!--/.nav-collapse -->
|
|
</div>
|
|
</nav>
|
|
</div>
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<h1>Compact
|
|
<small>Module</small>
|
|
|
|
</h1>
|
|
<div class="container p-2 mb-4 bg-light border rounded-3">
|
|
<div class="row align-items-center justify-content-between" id="info-bar">
|
|
<div class="col">
|
|
<ul class="list-inline" style="margin-bottom:0px;display:inline">
|
|
<li class="list-inline-item" id="meta-author"><i class="fa fa-pencil"></i> Ignis</li>
|
|
|
|
<li class="list-inline-item" id="statements"><i class="fa fa-list-ol"></i>
|
|
<a data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-html="true"
|
|
title="43.4% of total for modules and submodules.">474 statements</a>
|
|
</li>
|
|
|
|
<li class="list-inline-item" id="source-file">
|
|
<i class="fa fa-code"></i>
|
|
<a href="../src/Compact.f90"> Source File</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col">
|
|
<nav aria-label="breadcrumb">
|
|
<ol class="breadcrumb justify-content-end mb-0">
|
|
<li class="breadcrumb-item"><a href='../sourcefile/compact.f90.html'>Compact.f90</a></li>
|
|
<li class="breadcrumb-item active" aria-current="page">Compact</li>
|
|
</ol>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script>
|
|
// Enable Bootstrap tooltips
|
|
(function () {
|
|
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
|
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
|
})();
|
|
</script>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-md-3">
|
|
<div id="sidebar">
|
|
<h3>Contents</h3>
|
|
|
|
<div class="card mb-4">
|
|
<a data-bs-toggle="collapse" href="#vars-0"
|
|
aria-expanded="false" aria-controls="vars-0">
|
|
<h4 class="card-header bg-primary text-white">Variables</h4>
|
|
</a>
|
|
<div id="vars-0" class="collapse">
|
|
<div class="list-group list-group-flush">
|
|
<a class="list-group-item" href="../module/compact.html#variable-lxf">lxf</a>
|
|
<a class="list-group-item" href="../module/compact.html#variable-lxs">lxs</a>
|
|
<a class="list-group-item" href="../module/compact.html#variable-wxf">wxf</a>
|
|
<a class="list-group-item" href="../module/compact.html#variable-wxs">wxs</a>
|
|
<a class="list-group-item" href="../module/compact.html#variable-lyf">lyf</a>
|
|
<a class="list-group-item" href="../module/compact.html#variable-lys">lys</a>
|
|
<a class="list-group-item" href="../module/compact.html#variable-wyf">wyf</a>
|
|
<a class="list-group-item" href="../module/compact.html#variable-wys">wys</a>
|
|
<a class="list-group-item" href="../module/compact.html#variable-lzf">lzf</a>
|
|
<a class="list-group-item" href="../module/compact.html#variable-lzs">lzs</a>
|
|
<a class="list-group-item" href="../module/compact.html#variable-wzf">wzf</a>
|
|
<a class="list-group-item" href="../module/compact.html#variable-wzs">wzs</a>
|
|
<a class="list-group-item" href="../module/compact.html#variable-nxc">nxc</a>
|
|
<a class="list-group-item" href="../module/compact.html#variable-nyc">nyc</a>
|
|
<a class="list-group-item" href="../module/compact.html#variable-nzc">nzc</a>
|
|
<a class="list-group-item" href="../module/compact.html#variable-ezero">ezero</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="card mb-4">
|
|
<a data-bs-toggle="collapse" href="#subs-0"
|
|
aria-expanded="false" aria-controls="subs-0">
|
|
<h4 class="card-header bg-primary text-white">Subroutines</h4>
|
|
</a>
|
|
<div id="subs-0" class="collapse">
|
|
<div class="list-group list-group-flush">
|
|
<a class="list-group-item" href="../module/compact.html#proc-ludcmp">ludcmp</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-ludcmp_allocate">ludcmp_allocate</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-ludcmp_deallocate">ludcmp_deallocate</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-ludcmp_testalloc">ludcmp_testalloc</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-ludcmp_calculate">ludcmp_calculate</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-test_nonp_lud1">test_nonp_lud1</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-test_nonp_lud2">test_nonp_lud2</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-test_p_lud1">test_p_lud1</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-test_p_lud2">test_p_lud2</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-nonp_lud">nonp_lud</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-p_lud">p_lud</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-stdlu">stdlu</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-ptdlu">ptdlu</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-rhs1np">rhs1np</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-dfnonp">dfnonp</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-dfp">dfp</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-ptdslv">ptdslv</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-d2fp">d2fp</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-tdslv">tdslv</a>
|
|
<a class="list-group-item" href="../module/compact.html#proc-d2fnonp">d2fnonp</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-9" id='text'>
|
|
<p>This module handles the generation of tridiagonal/pentadiagonal matrices,
|
|
LU decomposition calculations, and tridiagonal solver operations (such as stdlu, ptdlu, etc.)
|
|
for periodic and non-periodic boundary conditions. Since compact finite difference schemes
|
|
are implicit, these solvers are implemented internally to perform numerical differentiation
|
|
by solving the implicit relations efficiently.</p>
|
|
<br> <div class="card mb-4">
|
|
<h3 class="card-header card-title bg-light">Uses</h3>
|
|
<div class="card-body">
|
|
<ul class="list-group list-group-flush">
|
|
<li class="list-group-item">
|
|
<ul class="list-inline">
|
|
<li class="list-inline-item"><a href='http://fortranwiki.org/fortran/show/iso_fortran_env'>iso_fortran_env</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<br>
|
|
|
|
|
|
<section>
|
|
<h2>Variables</h2>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Visibility</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th></th><th scope="col">Initial</th> <th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-lxf"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>public,</td>
|
|
<td>
|
|
DIMENSION(:), ALLOCATABLE
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>lxf</strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-lxs"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>public,</td>
|
|
<td>
|
|
DIMENSION(:), ALLOCATABLE
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>lxs</strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-wxf"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>public,</td>
|
|
<td>
|
|
DIMENSION(:), ALLOCATABLE
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>wxf</strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-wxs"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>public,</td>
|
|
<td>
|
|
DIMENSION(:), ALLOCATABLE
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>wxs</strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-lyf"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>public,</td>
|
|
<td>
|
|
DIMENSION(:), ALLOCATABLE
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>lyf</strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-lys"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>public,</td>
|
|
<td>
|
|
DIMENSION(:), ALLOCATABLE
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>lys</strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-wyf"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>public,</td>
|
|
<td>
|
|
DIMENSION(:), ALLOCATABLE
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>wyf</strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-wys"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>public,</td>
|
|
<td>
|
|
DIMENSION(:), ALLOCATABLE
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>wys</strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-lzf"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>public,</td>
|
|
<td>
|
|
DIMENSION(:), ALLOCATABLE
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>lzf</strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-lzs"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>public,</td>
|
|
<td>
|
|
DIMENSION(:), ALLOCATABLE
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>lzs</strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-wzf"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>public,</td>
|
|
<td>
|
|
DIMENSION(:), ALLOCATABLE
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>wzf</strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-wzs"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>public,</td>
|
|
<td>
|
|
DIMENSION(:), ALLOCATABLE
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>wzs</strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nxc"></span>
|
|
integer,
|
|
</td>
|
|
<td>public</td>
|
|
<td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nxc</strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nyc"></span>
|
|
integer,
|
|
</td>
|
|
<td>public</td>
|
|
<td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nyc</strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nzc"></span>
|
|
integer,
|
|
</td>
|
|
<td>public</td>
|
|
<td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nzc</strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-ezero"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>public,</td>
|
|
<td>
|
|
parameter
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>ezero</strong></td>
|
|
<td> =</td>
|
|
<td>1.0e-14</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</section>
|
|
<br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<section>
|
|
<h2>Subroutines</h2>
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-ludcmp"></span> <h3>public subroutine <a href='../proc/ludcmp.html'>ludcmp</a>(nx, ny, nz, xp, yp, zp)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
<p>Entry point for LU decomposition calculations.</p><a href="../proc/ludcmp.html" class="pull-right"><emph>Read more…</emph></a>
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nx~4"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nx</strong></td>
|
|
<td>
|
|
<p>Grid size in x-direction.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-ny~4"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>ny</strong></td>
|
|
<td>
|
|
<p>Grid size in x-direction.
|
|
Grid size in y-direction.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nz~4"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nz</strong></td>
|
|
<td>
|
|
<p>Grid size in x-direction.
|
|
Grid size in y-direction.
|
|
Grid size in z-direction.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-xp"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>xp</strong></td>
|
|
<td>
|
|
<p>Periodic flag for x-direction (0 = periodic, other = non-periodic).</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-yp"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>yp</strong></td>
|
|
<td>
|
|
<p>Periodic flag for x-direction (0 = periodic, other = non-periodic).
|
|
Periodic flag for y-direction (0 = periodic, other = non-periodic).</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-zp"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>zp</strong></td>
|
|
<td>
|
|
<p>Periodic flag for x-direction (0 = periodic, other = non-periodic).
|
|
Periodic flag for y-direction (0 = periodic, other = non-periodic).
|
|
Periodic flag for z-direction (0 = periodic, other = non-periodic).</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-ludcmp_allocate"></span> <h3>public subroutine <a href='../proc/ludcmp_allocate.html'>ludcmp_allocate</a>(nx, ny, nz, xp, yp, zp)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
<p>LU 분해를 위한 포트란 workspace 배열 메모리를 동적 할당하는 서브루틴입니다.</p><a href="../proc/ludcmp_allocate.html" class="pull-right"><emph>Read more…</emph></a>
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nx~5"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nx</strong></td>
|
|
<td>
|
|
<p>Grid size in x-direction.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-ny~5"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>ny</strong></td>
|
|
<td>
|
|
<p>Grid size in x-direction.
|
|
Grid size in y-direction.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nz~5"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nz</strong></td>
|
|
<td>
|
|
<p>Grid size in x-direction.
|
|
Grid size in y-direction.
|
|
Grid size in z-direction.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-xp~2"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>xp</strong></td>
|
|
<td>
|
|
<p>Periodic flag for x-direction (0 = periodic, other = non-periodic).</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-yp~2"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>yp</strong></td>
|
|
<td>
|
|
<p>Periodic flag for x-direction (0 = periodic, other = non-periodic).
|
|
Periodic flag for y-direction (0 = periodic, other = non-periodic).</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-zp~2"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>zp</strong></td>
|
|
<td>
|
|
<p>Periodic flag for x-direction (0 = periodic, other = non-periodic).
|
|
Periodic flag for y-direction (0 = periodic, other = non-periodic).
|
|
Periodic flag for z-direction (0 = periodic, other = non-periodic).</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-ludcmp_deallocate"></span> <h3>public subroutine <a href='../proc/ludcmp_deallocate.html'>ludcmp_deallocate</a>(xp, yp, zp)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-xp~3"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>xp</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-yp~3"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>yp</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-zp~3"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>zp</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-ludcmp_testalloc"></span> <h3>public subroutine <a href='../proc/ludcmp_testalloc.html'>ludcmp_testalloc</a>()
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<em>None</em>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-ludcmp_calculate"></span> <h3>public subroutine <a href='../proc/ludcmp_calculate.html'>ludcmp_calculate</a>(nx, ny, nz, xp, yp, zp)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nx~6"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nx</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-ny~6"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>ny</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nz~6"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nz</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-xp~4"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>xp</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-yp~4"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>yp</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-zp~4"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>zp</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-test_nonp_lud1"></span> <h3>public subroutine <a href='../proc/test_nonp_lud1.html'>test_nonp_lud1</a>(xx, coef)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-xx~3"></span>
|
|
integer
|
|
</td>
|
|
<td></td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>xx</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-coef"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(out),</td>
|
|
<td></td> <td>
|
|
DIMENSION(xx)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>coef</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-test_nonp_lud2"></span> <h3>public subroutine <a href='../proc/test_nonp_lud2.html'>test_nonp_lud2</a>(xx, coef)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-xx~4"></span>
|
|
integer
|
|
</td>
|
|
<td></td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>xx</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-coef~2"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(out),</td>
|
|
<td></td> <td>
|
|
DIMENSION(xx)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>coef</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-test_p_lud1"></span> <h3>public subroutine <a href='../proc/test_p_lud1.html'>test_p_lud1</a>(xx, coef1, coef2)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-xx~5"></span>
|
|
integer
|
|
</td>
|
|
<td></td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>xx</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-coef1"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(out),</td>
|
|
<td></td> <td>
|
|
DIMENSION(xx)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>coef1</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-coef2"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(out),</td>
|
|
<td></td> <td>
|
|
DIMENSION(xx)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>coef2</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-test_p_lud2"></span> <h3>public subroutine <a href='../proc/test_p_lud2.html'>test_p_lud2</a>(xx, coef1, coef2)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-xx~6"></span>
|
|
integer
|
|
</td>
|
|
<td></td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>xx</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-coef1~2"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(out),</td>
|
|
<td></td> <td>
|
|
DIMENSION(xx)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>coef1</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-coef2~2"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(out),</td>
|
|
<td></td> <td>
|
|
DIMENSION(xx)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>coef2</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-nonp_lud"></span> <h3>public subroutine <a href='../proc/nonp_lud.html'>nonp_lud</a>(xyz, xx)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-xyz"></span>
|
|
integer
|
|
</td>
|
|
<td></td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>xyz</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-xx~7"></span>
|
|
integer
|
|
</td>
|
|
<td></td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>xx</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-p_lud"></span> <h3>public subroutine <a href='../proc/p_lud.html'>p_lud</a>(xyz, xx)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-xyz~2"></span>
|
|
integer
|
|
</td>
|
|
<td></td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>xyz</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-xx~8"></span>
|
|
integer
|
|
</td>
|
|
<td></td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>xx</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-stdlu"></span> <h3>public subroutine <a href='../proc/stdlu.html'>stdlu</a>(a, n, l)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-a~4"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>a</strong>(n)</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-n"></span>
|
|
integer
|
|
</td>
|
|
<td></td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>n</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-l"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(out)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>l</strong>(n)</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-ptdlu"></span> <h3>public subroutine <a href='../proc/ptdlu.html'>ptdlu</a>(a, n, l, w)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-a~5"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>a</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-n~2"></span>
|
|
integer
|
|
</td>
|
|
<td></td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>n</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-l~2"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(out)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>l</strong>(n)</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-w~2"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(out)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>w</strong>(n)</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-rhs1np"></span> <h3>public subroutine <a href='../proc/rhs1np.html'>rhs1np</a>(n, h, x, dx, nd)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-n~3"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>n</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-h"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>h</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-x"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(in),</td>
|
|
<td></td> <td>
|
|
DIMENSION(nd,n)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>x</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-dx"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(out),</td>
|
|
<td></td> <td>
|
|
DIMENSION(nd,n)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>dx</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nd"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nd</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-dfnonp"></span> <h3>public subroutine <a href='../proc/dfnonp.html'>dfnonp</a>(n, h, x, dx, nd, dir)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-n~4"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>n</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-h~2"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>h</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-x~2"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(in),</td>
|
|
<td></td> <td>
|
|
DIMENSION(nd,n)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>x</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-dx~2"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(out),</td>
|
|
<td></td> <td>
|
|
DIMENSION(nd,n)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>dx</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nd~2"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nd</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-dir"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>dir</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-dfp"></span> <h3>public subroutine <a href='../proc/dfp.html'>dfp</a>(n, h, x, dx, nd, dir)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-n~5"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>n</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-h~3"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>h</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-x~3"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(in),</td>
|
|
<td></td> <td>
|
|
DIMENSION(nd,n)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>x</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-dx~3"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(out),</td>
|
|
<td></td> <td>
|
|
DIMENSION(nd,n)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>dx</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nd~3"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nd</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-dir~2"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>dir</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-ptdslv"></span> <h3>public subroutine <a href='../proc/ptdslv.html'>ptdslv</a>(r, n, l, w, nd)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-r"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(inout),</td>
|
|
<td></td> <td>
|
|
DIMENSION(nd,n)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>r</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-n~6"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>n</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-l~3"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(in),</td>
|
|
<td></td> <td>
|
|
DIMENSION(n)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>l</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-w~3"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(in),</td>
|
|
<td></td> <td>
|
|
DIMENSION(n)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>w</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nd~4"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nd</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-d2fp"></span> <h3>public subroutine <a href='../proc/d2fp.html'>d2fp</a>(n, h, x, dx, nd, dir)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-n~7"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>n</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-h~4"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>h</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-x~4"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(in),</td>
|
|
<td></td> <td>
|
|
DIMENSION(nd,n)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>x</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-dx~4"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(out),</td>
|
|
<td></td> <td>
|
|
DIMENSION(nd,n)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>dx</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nd~5"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nd</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-dir~3"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>dir</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-tdslv"></span> <h3>public subroutine <a href='../proc/tdslv.html'>tdslv</a>(r, n, l, nd)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-r~2"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(inout),</td>
|
|
<td></td> <td>
|
|
DIMENSION(nd,n)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>r</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-n~8"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>n</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-l~4"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(in),</td>
|
|
<td></td> <td>
|
|
DIMENSION(n)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>l</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nd~6"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nd</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<div class="card-header codesum"><span class="anchor" id="proc-d2fnonp"></span> <h3>public subroutine <a href='../proc/d2fnonp.html'>d2fnonp</a>(n, h, x, dx, nd, dir)
|
|
</h3></div>
|
|
<div class="card-body">
|
|
|
|
|
|
|
|
<h4>Arguments</h4>
|
|
<table class="table table-striped varlist">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Type</th>
|
|
<th scope="col">Intent</th><th scope="col">Optional</th> <th scope="col">Attributes</th>
|
|
<th scope="col"></th>
|
|
<th scope="col">Name</th>
|
|
<th scope="col"></th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-n~9"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>n</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-h~5"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>h</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-x~5"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(in),</td>
|
|
<td></td> <td>
|
|
DIMENSION(nd,n)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>x</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-dx~5"></span>
|
|
real(kind=real64),
|
|
</td>
|
|
<td>intent(out),</td>
|
|
<td></td> <td>
|
|
DIMENSION(nd,n)
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>dx</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-nd~7"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>nd</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span class="anchor" id="variable-dir~4"></span>
|
|
integer,
|
|
</td>
|
|
<td>intent(in)</td>
|
|
<td></td> <td>
|
|
|
|
</td>
|
|
<td>::</td>
|
|
<td><strong>dir</strong></td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|
|
<br>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<hr>
|
|
</div> <!-- /container -->
|
|
<footer>
|
|
<div class="container">
|
|
<div class="row justify-content-between">
|
|
<div class="col">
|
|
<p>
|
|
HPC DNS Post-Processing Fortran Core
|
|
was developed by Google DeepMind Team & Ignis<br> © 2026
|
|
</p>
|
|
</div>
|
|
<div class="col">
|
|
<p class="text-end">
|
|
Documentation generated by
|
|
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
</div> <!-- /container -->
|
|
</footer>
|
|
</body>
|
|
</html> |