309 lines
No EOL
9.6 KiB
HTML
309 lines
No EOL
9.6 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>ludcmp_allocate – 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>ludcmp_allocate
|
|
<small>Subroutine</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="statements"><i class="fa fa-list-ol"></i>
|
|
<a data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-html="true"
|
|
title=" 7.7% of total for procedures.">76 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"><a href='../module/compact.html'>Compact</a></li>
|
|
<li class="breadcrumb-item active" aria-current="page">ludcmp_allocate</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 hidden-xs hidden-sm visible-md visible-lg">
|
|
<div id="sidebar">
|
|
<h3>Contents</h3>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-9" id='text'>
|
|
<h2>public subroutine ludcmp_allocate(nx, ny, nz, xp, yp, zp)
|
|
</h2>
|
|
|
|
|
|
<p>LU 분해를 위한 포트란 workspace 배열 메모리를 동적 할당하는 서브루틴입니다.</p>
|
|
<p>경계 조건(xp, yp, zp = 0 주기적 경계 조건, 1 비주기적 경계 조건)에 따라 배열 크기와
|
|
할당 여부를 결정하며, 할당에 실패하면 에러를 출력하고 즉시 프로그램을 안전하게 종료(STOP)시킵니다.</p>
|
|
|
|
|
|
<h3>Arguments</h3>
|
|
<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>
|
|
|
|
<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> |