-
Notifications
You must be signed in to change notification settings - Fork 6
/
hyprefunctions.txt
44 lines (42 loc) · 1.61 KB
/
hyprefunctions.txt
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
//The line numbers the HYPRE functions in the nhwave.f90
HYPRE_StructGridCreate // Line 326
HYPRE_StructGridSetExtents // Line 346
HYPRE_StructGridSetPeriodic // Line 360
HYPRE_StructGridAssemble // Line 363
HYPRE_StructStencilCreate // Line 366
HYPRE_StructStencilSetElement // Line 369
HYPRE_StructMatrixCreate // Line 373
HYPRE_StructMatrixInitialize // Line 375
HYPRE_StructMatrixSetBoxValues // Line 409
HYPRE_StructMatrixAssemble // Line 411
HYPRE_StructVectorCreate // Line 415
HYPRE_StructVectorCreate // Line 416
HYPRE_StructVectorInitialize // Line 418
HYPRE_StructVectorInitialize // Line 419
HYPRE_StructVectorSetBoxValues // Line 422
HYPRE_StructVectorAssemble // Line 423
HYPRE_StructVectorSetBoxValues // Line 436
HYPRE_StructVectorAssemble // Line 437
HYPRE_StructGMRESCreate // Line 441
HYPRE_StructGMRESSetMaxIter // Line 442
HYPRE_StructGMRESSetTol // Line 443
HYPRE_StructGMRESSetPrintLevel // Line 444
HYPRE_StructGMRESSetLogging // Line 445
HYPRE_StructSMGCreate // Line 449
HYPRE_StructSMGSetMemoryUse // Line 450
HYPRE_StructSMGSetMaxIter // Line 451
HYPRE_StructSMGSetTol // Line 452
HYPRE_StructSMGSetNumPreRelax // Line 453
HYPRE_StructSMGSetNumPostRelax // Line 454
HYPRE_StructSMGSetLogging // Line 455
HYPRE_StructGMRESSetPrecond // Line 459
HYPRE_StructGMRESSetup // Line 462
HYPRE_StructGMRESSolve // Line 465
HYPRE_StructVectorGetBoxValues // Line 468
HYPRE_StructGridDestroy // Line 488
HYPRE_StructStencilDestroy // Line 489
HYPRE_StructMatrixDestroy // Line 490
HYPRE_StructVectorDestroy // Line 491
HYPRE_StructVectorDestroy // Line 492
HYPRE_StructGMRESDestroy // Line 493
HYPRE_StructSMGDestroy // Line 494