forked from GEOS-ESM/MAPL
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcouplingspec.html
485 lines (429 loc) · 23.4 KB
/
couplingspec.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!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="MAPL is a foundation layer of the GEOS architecture, whose original purpose is to supplement the Earth System Modeling Framework (ESMF)">
<meta name="author" content="The MAPL Developers" >
<link rel="icon" href="../favicon.png">
<title>CouplingSpec – MAPL </title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="../css/pygments.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/local.css" rel="stylesheet">
<link href="../tipuesearch/tipuesearch.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.7.0.slim.min.js" integrity="sha256-tG5mcZUtJsZvyKAxYLVXrmjKBVLd6VpVccqz/r4ypFE=" crossorigin="anonymous"></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">MAPL </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/absint.html">Abstract Interfaces</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../lists/types.html">Derived Types</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>CouplingSpec
<small>Derived Type</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-html="true"
title="<p> 0.1% of total for derived types.</p>Including implementation: 6 statements, 0.0% of total for derived types.">9 statements</a>
</li>
<li class="list-inline-item" id="source-file">
<i class="fa fa-code"></i>
<a href="../src/CouplingSpec.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/couplingspec.f90.html'>CouplingSpec.F90</a></li>
<li class="breadcrumb-item"><a href='../module/oomph_couplingspec.html'>oomph_CouplingSpec</a></li>
<li class="breadcrumb-item active" aria-current="page">CouplingSpec</li>
</ol>
</nav>
</div>
</div>
</div>
<script>
$(function () {
$('[data-bs-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>
<div class="card mb-4">
<a data-bs-toggle="collapse" href="#cons-0"
aria-expanded="false" aria-controls="cons-0">
<h4 class="card-header bg-primary text-white">Constructor</h4>
</a>
<div id="cons-0" class="collapse">
<div class="list-group list-group-flush">
<a class="list-group-item" href="../type/couplingspec.html#interface-couplingspec">CouplingSpec</a>
</div>
</div>
</div>
<div class="card card-primary">
<div class="card-header text-left"><h3 class="card-title">Source Code</h3></div>
<div class="list-group">
<a class="list-group-item" href="../type/couplingspec.html#src">CouplingSpec</a>
</div>
</div>
</div>
</div>
<div class="col-md-9" id='text'>
<h2>type, public :: CouplingSpec</h2>
<br> <div class="card">
<div class="card-header">
<h3 class="card-title">Inherited by</h3>
</div>
<div class="card-body">
<div class="depgraph"><?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.43.0 (0)
-->
<!-- Title: type~~couplingspec~~InheritedByGraph Pages: 1 -->
<svg id="typecouplingspecInheritedByGraph" width="641pt" height="163pt"
viewBox="0.00 0.00 641.00 163.46" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="type~~couplingspec~~InheritedByGraph" class="graph" transform="scale(1.48 1.48) rotate(0) translate(4 238)">
<title>type~~couplingspec~~InheritedByGraph</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-238 945,-238 945,4 -4,4"/>
<!-- type~couplingspec -->
<g id="type~~couplingspec~~InheritedByGraph_node1" class="node">
<title>type~couplingspec</title>
<polygon fill="none" stroke="black" points="86,-117 0,-117 0,-93 86,-93 86,-117"/>
<text text-anchor="middle" x="43" y="-102.6" font-family="Helvetica,sans-Serif" font-size="10.50">CouplingSpec</text>
</g>
<!-- type~fieldspec -->
<g id="type~~couplingspec~~InheritedByGraph_node2" class="node">
<title>type~fieldspec</title>
<g id="a_type~~couplingspec~~InheritedByGraph_node2"><a xlink:href=".././type/fieldspec.html" xlink:title="FieldSpec">
<polygon fill="#5cb85c" stroke="#5cb85c" points="255,-117 191,-117 191,-93 255,-93 255,-117"/>
<text text-anchor="middle" x="223" y="-102.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">FieldSpec</text>
</a>
</g>
</g>
<!-- type~fieldspec->type~couplingspec -->
<g id="type~~couplingspec~~InheritedByGraph_edge1" class="edge">
<title>type~fieldspec->type~couplingspec</title>
<path fill="none" stroke="#255000" stroke-dasharray="5,2" d="M190.99,-105C164.95,-105 127.18,-105 96.44,-105"/>
<polygon fill="#255000" stroke="#255000" points="96.32,-101.5 86.32,-105 96.32,-108.5 96.32,-101.5"/>
<text text-anchor="middle" x="138.5" y="-107.4" font-family="Helvetica,sans-Serif" font-size="9.50">coupling_spec</text>
</g>
<!-- type~mapl_varspectype -->
<g id="type~~couplingspec~~InheritedByGraph_node3" class="node">
<title>type~mapl_varspectype</title>
<g id="a_type~~couplingspec~~InheritedByGraph_node3"><a xlink:href=".././type/mapl_varspectype.html" xlink:title="MAPL_VarSpecType">
<polygon fill="#5cb85c" stroke="#5cb85c" points="454,-117 340,-117 340,-93 454,-93 454,-117"/>
<text text-anchor="middle" x="397" y="-102.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">MAPL_VarSpecType</text>
</a>
</g>
</g>
<!-- type~mapl_varspectype->type~fieldspec -->
<g id="type~~couplingspec~~InheritedByGraph_edge2" class="edge">
<title>type~mapl_varspectype->type~fieldspec</title>
<path fill="none" stroke="#255000" stroke-dasharray="5,2" d="M339.68,-105C315.49,-105 287.73,-105 265.47,-105"/>
<polygon fill="#255000" stroke="#255000" points="265.34,-101.5 255.34,-105 265.34,-108.5 265.34,-101.5"/>
<text text-anchor="middle" x="297.5" y="-107.4" font-family="Helvetica,sans-Serif" font-size="9.50">field_spec</text>
</g>
<!-- type~mapl_varspec -->
<g id="type~~couplingspec~~InheritedByGraph_node4" class="node">
<title>type~mapl_varspec</title>
<g id="a_type~~couplingspec~~InheritedByGraph_node4"><a xlink:href=".././type/mapl_varspec.html" xlink:title="MAPL_VarSpec">
<polygon fill="#5cb85c" stroke="#5cb85c" points="629.5,-160 539.5,-160 539.5,-136 629.5,-136 629.5,-160"/>
<text text-anchor="middle" x="584.5" y="-145.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">MAPL_VarSpec</text>
</a>
</g>
</g>
<!-- type~mapl_varspec->type~mapl_varspectype -->
<g id="type~~couplingspec~~InheritedByGraph_edge3" class="edge">
<title>type~mapl_varspec->type~mapl_varspectype</title>
<path fill="none" stroke="#255000" stroke-dasharray="5,2" d="M539.07,-137.7C515.31,-132.19 485.68,-125.32 459.71,-119.31"/>
<polygon fill="#255000" stroke="#255000" points="460.5,-115.89 449.96,-117.05 458.91,-122.71 460.5,-115.89"/>
<text text-anchor="middle" x="490.5" y="-132.4" font-family="Helvetica,sans-Serif" font-size="9.50">SpecPtr</text>
</g>
<!-- type~varspecdescription -->
<g id="type~~couplingspec~~InheritedByGraph_node5" class="node">
<title>type~varspecdescription</title>
<g id="a_type~~couplingspec~~InheritedByGraph_node5"><a xlink:href=".././type/varspecdescription.html" xlink:title="VarspecDescription">
<polygon fill="#5cb85c" stroke="#5cb85c" points="642,-97 527,-97 527,-73 642,-73 642,-97"/>
<text text-anchor="middle" x="584.5" y="-82.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">VarspecDescription</text>
</a>
</g>
</g>
<!-- type~varspecdescription->type~mapl_varspectype -->
<g id="type~~couplingspec~~InheritedByGraph_edge4" class="edge">
<title>type~varspecdescription->type~mapl_varspectype</title>
<path fill="none" stroke="#255000" d="M526.84,-91.11C507.15,-93.23 484.89,-95.63 464.48,-97.83"/>
<polygon fill="#255000" stroke="#255000" points="463.88,-94.38 454.32,-98.93 464.63,-101.34 463.88,-94.38"/>
</g>
<!-- type~mapl_varspecptr -->
<g id="type~~couplingspec~~InheritedByGraph_node6" class="node">
<title>type~mapl_varspecptr</title>
<g id="a_type~~couplingspec~~InheritedByGraph_node6"><a xlink:href=".././type/mapl_varspecptr.html" xlink:title="MAPL_VarSpecPtr">
<polygon fill="#5cb85c" stroke="#5cb85c" points="895,-234 791,-234 791,-210 895,-210 895,-234"/>
<text text-anchor="middle" x="843" y="-219.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">MAPL_VarSpecPtr</text>
</a>
</g>
</g>
<!-- type~mapl_varspecptr->type~mapl_varspec -->
<g id="type~~couplingspec~~InheritedByGraph_edge7" class="edge">
<title>type~mapl_varspecptr->type~mapl_varspec</title>
<path fill="none" stroke="#255000" stroke-dasharray="5,2" d="M790.66,-212.92C753.79,-205.74 703.19,-194.5 660,-180 646.6,-175.5 632.25,-169.61 619.76,-164.11"/>
<polygon fill="#255000" stroke="#255000" points="621.17,-160.91 610.62,-160.01 618.31,-167.29 621.17,-160.91"/>
<text text-anchor="middle" x="693.5" y="-200.4" font-family="Helvetica,sans-Serif" font-size="9.50">Spec</text>
</g>
<!-- type~statespecification -->
<g id="type~~couplingspec~~InheritedByGraph_node7" class="node">
<title>type~statespecification</title>
<g id="a_type~~couplingspec~~InheritedByGraph_node7"><a xlink:href=".././type/statespecification.html" xlink:title="StateSpecification">
<polygon fill="#5cb85c" stroke="#5cb85c" points="897.5,-192 788.5,-192 788.5,-168 897.5,-168 897.5,-192"/>
<text text-anchor="middle" x="843" y="-177.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">StateSpecification</text>
</a>
</g>
</g>
<!-- type~statespecification->type~mapl_varspec -->
<g id="type~~couplingspec~~InheritedByGraph_edge6" class="edge">
<title>type~statespecification->type~mapl_varspec</title>
<path fill="none" stroke="#255000" stroke-dasharray="5,2" d="M788.22,-173.69C751.98,-169.39 703.1,-163.5 660,-158 653.39,-157.16 646.45,-156.25 639.58,-155.34"/>
<polygon fill="#255000" stroke="#255000" points="639.98,-151.87 629.61,-154.02 639.06,-158.81 639.98,-151.87"/>
<text text-anchor="middle" x="693.5" y="-168.4" font-family="Helvetica,sans-Serif" font-size="9.50">old_var_specs</text>
</g>
<!-- type~varspecdescriptionvector -->
<g id="type~~couplingspec~~InheritedByGraph_node8" class="node">
<title>type~varspecdescriptionvector</title>
<g id="a_type~~couplingspec~~InheritedByGraph_node8"><a xlink:href=".././type/varspecdescriptionvector.html" xlink:title="VarspecDescriptionVector">
<polygon fill="#5cb85c" stroke="#5cb85c" points="917.5,-108 768.5,-108 768.5,-84 917.5,-84 917.5,-108"/>
<text text-anchor="middle" x="843" y="-93.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">VarspecDescriptionVector</text>
</a>
</g>
</g>
<!-- type~varspecdescriptionvector->type~varspecdescription -->
<g id="type~~couplingspec~~InheritedByGraph_edge8" class="edge">
<title>type~varspecdescriptionvector->type~varspecdescription</title>
<path fill="none" stroke="#025525" stroke-dasharray="5,2" stroke-opacity="0.019608" d="M768.5,-92.85C731.98,-91.28 688.18,-89.4 652.59,-87.88"/>
<polygon fill="#025525" fill-opacity="0.019608" stroke="#025525" stroke-opacity="0.019608" points="652.44,-84.37 642.3,-87.44 652.14,-91.36 652.44,-84.37"/>
<text text-anchor="middle" x="693.5" y="-92.4" font-family="Helvetica,sans-Serif" font-size="9.50">elements</text>
</g>
<!-- type~varspecdescriptionvectoriterator -->
<g id="type~~couplingspec~~InheritedByGraph_node9" class="node">
<title>type~varspecdescriptionvectoriterator</title>
<g id="a_type~~couplingspec~~InheritedByGraph_node9"><a xlink:href=".././type/varspecdescriptionvectoriterator.html" xlink:title="VarspecDescriptionVectorIterator">
<polygon fill="#5cb85c" stroke="#5cb85c" points="937.5,-66 748.5,-66 748.5,-42 937.5,-42 937.5,-66"/>
<text text-anchor="middle" x="843" y="-51.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">VarspecDescriptionVectorIterator</text>
</a>
</g>
</g>
<!-- type~varspecdescriptionvectoriterator->type~varspecdescription -->
<g id="type~~couplingspec~~InheritedByGraph_edge9" class="edge">
<title>type~varspecdescriptionvectoriterator->type~varspecdescription</title>
<path fill="none" stroke="#025525" stroke-dasharray="5,2" stroke-opacity="0.019608" d="M748.4,-63.61C719.98,-66.71 688.69,-70.31 660,-74 657.36,-74.34 654.66,-74.7 651.94,-75.06"/>
<polygon fill="#025525" fill-opacity="0.019608" stroke="#025525" stroke-opacity="0.019608" points="651.44,-71.6 642.01,-76.43 652.4,-78.53 651.44,-71.6"/>
<text text-anchor="middle" x="693.5" y="-76.4" font-family="Helvetica,sans-Serif" font-size="9.50">elements</text>
</g>
<!-- type~varspecdescriptionvectorriterator -->
<g id="type~~couplingspec~~InheritedByGraph_node10" class="node">
<title>type~varspecdescriptionvectorriterator</title>
<g id="a_type~~couplingspec~~InheritedByGraph_node10"><a xlink:href=".././type/varspecdescriptionvectorriterator.html" xlink:title="VarspecDescriptionVectorRIterator">
<polygon fill="#5cb85c" stroke="#5cb85c" points="941,-24 745,-24 745,0 941,0 941,-24"/>
<text text-anchor="middle" x="843" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">VarspecDescriptionVectorRIterator</text>
</a>
</g>
</g>
<!-- type~varspecdescriptionvectorriterator->type~varspecdescription -->
<g id="type~~couplingspec~~InheritedByGraph_edge10" class="edge">
<title>type~varspecdescriptionvectorriterator->type~varspecdescription</title>
<path fill="none" stroke="#025525" stroke-dasharray="5,2" stroke-opacity="0.019608" d="M771.53,-24C737.4,-30.7 696.1,-40.1 660,-52 646.19,-56.55 631.46,-62.77 618.77,-68.58"/>
<polygon fill="#025525" fill-opacity="0.019608" stroke="#025525" stroke-opacity="0.019608" points="617.09,-65.5 609.52,-72.91 620.06,-71.84 617.09,-65.5"/>
<text text-anchor="middle" x="693.5" y="-54.4" font-family="Helvetica,sans-Serif" font-size="9.50">elements</text>
</g>
<!-- type~vector_wrapper~4 -->
<g id="type~~couplingspec~~InheritedByGraph_node11" class="node">
<title>type~vector_wrapper~4</title>
<polygon fill="#5cb85c" stroke="#5cb85c" points="891,-150 795,-150 795,-126 891,-126 891,-150"/>
<text text-anchor="middle" x="843" y="-135.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">vector_wrapper</text>
</g>
<!-- type~vector_wrapper~4->type~mapl_varspec -->
<g id="type~~couplingspec~~InheritedByGraph_edge5" class="edge">
<title>type~vector_wrapper~4->type~mapl_varspec</title>
<path fill="none" stroke="#255000" stroke-dasharray="5,2" d="M794.95,-139.83C751.12,-141.54 685.79,-144.09 639.77,-145.88"/>
<polygon fill="#255000" stroke="#255000" points="639.53,-142.39 629.68,-146.28 639.8,-149.39 639.53,-142.39"/>
<text text-anchor="middle" x="693.5" y="-147.4" font-family="Helvetica,sans-Serif" font-size="9.50">item</text>
</g>
</g>
</svg>
</div> <script>
var pantypecouplingspecInheritedByGraph = svgPanZoom('#typecouplingspecInheritedByGraph',
{zoomEnabled: true, controlIconsEnabled: true, fit: true, center: true,}
);
</script> <div><a type="button" class="graph-help" data-toggle="modal" href="#InheritedByGraph-help-text">Help</a></div>
<div class="modal fade" id="InheritedByGraph-help-text" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
</div>
<div class="modal-body">
<p>Nodes of different colours represent the following: </p>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.43.0 (0)
-->
<!-- Title: Graph Key Pages: 1 -->
<svg width="186pt" height="32pt"
viewBox="0.00 0.00 185.50 32.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 28)">
<title>Graph Key</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-28 181.5,-28 181.5,4 -4,4"/>
<!-- Type -->
<g id="node1" class="node">
<title>Type</title>
<polygon fill="#5cb85c" stroke="#5cb85c" points="54,-24 0,-24 0,0 54,0 54,-24"/>
<text text-anchor="middle" x="27" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Type</text>
</g>
<!-- This Page's Entity -->
<g id="node2" class="node">
<title>This Page's Entity</title>
<polygon fill="none" stroke="black" points="177.5,-24 72.5,-24 72.5,0 177.5,0 177.5,-24"/>
<text text-anchor="middle" x="125" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50">This Page's Entity</text>
</g>
</g>
</svg>
<p>Solid arrows point from a derived type to the parent type which it
extends. Dashed arrows point from a derived type to the other
types it contains as a components, with a label listing the name(s) of
said component(s).
</p>
Where possible, edges connecting nodes are
given different colours to make them easier to distinguish in
large graphs.</div>
</div>
</div>
</div>
</div>
</div>
<br>
<section>
<h2>Constructor</h2>
<div class="card">
<div class="card-header bg-light codesum">
<span class="anchor" id="interface-couplingspec"></span>
<h3>public interface <a href='../interface/couplingspec.html'>CouplingSpec</a>
</h3>
</div>
<ul class="list-group">
<li class="list-group-item">
<h3>
private pure function new_CouplingSpec_empty() result(coupling_spec)
</h3>
<h4>Arguments</h4>
<em>None</em>
<h4>
Return Value
<small>type(<a href='../type/couplingspec.html'>CouplingSpec</a>)</small>
</h4>
</li>
</ul>
</div>
</section>
<br>
<section>
<h3><span class="anchor" id="src"></span>Source Code</h3>
<div class="hl codehilite"><pre><span></span><span class="w"> </span><span class="k">type</span><span class="w"> </span><span class="kd">::</span><span class="w"> </span><span class="n">CouplingSpec</span>
<span class="w"> </span><span class="k">private</span>
<span class="k"> </span><span class="kt">integer</span><span class="w"> </span><span class="kd">::</span><span class="w"> </span><span class="n">accumulatate_interval</span>
<span class="w"> </span><span class="kt">integer</span><span class="w"> </span><span class="kd">::</span><span class="w"> </span><span class="n">coupling_interval</span>
<span class="w"> </span><span class="kt">integer</span><span class="w"> </span><span class="kd">::</span><span class="w"> </span><span class="n">offset</span>
<span class="w"> </span><span class="k">end type </span><span class="n">CouplingSpec</span>
</pre></div>
</section>
</div>
</div>
<hr>
</div> <!-- /container -->
<footer>
<div class="container">
<div class="row justify-content-between">
<div class="col"><p>MAPL was developed by The MAPL Developers<br>© 2023
</p>
</div>
<div class="col">
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2023-11-27T15:07:59.062241 </p>
</div>
</div>
<br>
</div> <!-- /container -->
</footer>
<!-- Bootstrap core JavaScript -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></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>
<script src="../tipuesearch/tipuesearch_content.js"></script>
<script src="../tipuesearch/tipuesearch_set.js"></script>
<script src="../tipuesearch/tipuesearch.js"></script>
</body>
</html>