File: manconcepts

package info (click to toggle)
petsc 2.3.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 77,732 kB
  • ctags: 314,526
  • sloc: ansic: 254,277; python: 26,350; cpp: 18,257; fortran: 15,694; makefile: 11,000; sh: 3,638; xml: 620; csh: 211
file content (741 lines) | stat: -rw-r--r-- 51,130 bytes parent folder | download
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
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
docs/manualpages/AO/AO.html global numbering
docs/manualpages/DA/DA.html distributed array
docs/manualpages/DA/DALocalInfo.html distributed array
docs/manualpages/DA/DM.html grids, grid refinement
docs/manualpages/DA/DMMG.html multigrid, Newton-multigrid
docs/manualpages/DA/MeshView.html mesh^saving to disk
docs/manualpages/DA/MeshView.html mesh^printing
docs/manualpages/DA/PCDMMG.html <A HREF="../DA/DMMG.html#DMMG">DMMG</A>, diagonal scaling, preconditioners
docs/manualpages/DA/PCDMMGSetDMMG.html <A HREF="../DA/DMMG.html#DMMG">DMMG</A> preconditioner
docs/manualpages/DA/SDA.html simplified distributed array
docs/manualpages/DA/Slice.html distributed array
docs/manualpages/DA/VecPack.html multi-component, LNKS solvers
docs/manualpages/Draw/PetscDraw.html graphics
docs/manualpages/Draw/PetscDrawAxis.html graphics, axis
docs/manualpages/Draw/PetscDrawClear.html clear^window
docs/manualpages/Draw/PetscDrawCreate.html drawing^creating context
docs/manualpages/Draw/PetscDrawCreate.html graphics^creating context
docs/manualpages/Draw/PetscDrawFlush.html flushing^graphics
docs/manualpages/Draw/PetscDrawGetCoordinates.html graphics^coordinates
docs/manualpages/Draw/PetscDrawGetCoordinates.html drawing^coordinates
docs/manualpages/Draw/PetscDrawGetPause.html graphics^waiting
docs/manualpages/Draw/PetscDrawGetPause.html drawing^waiting
docs/manualpages/Draw/PetscDrawGetPause.html waiting^for user input
docs/manualpages/Draw/PetscDrawHG.html graphics, histograms
docs/manualpages/Draw/PetscDrawHGAddValue.html histogram^adding values
docs/manualpages/Draw/PetscDrawHGCreate.html histogram^creating
docs/manualpages/Draw/PetscDrawHGReset.html histogram^resetting
docs/manualpages/Draw/PetscDrawHGSetLimits.html histogram^setting axis
docs/manualpages/Draw/PetscDrawHGSetNumberBins.html histogram^setting number of bins
docs/manualpages/Draw/PetscDrawLG.html graphics, axis
docs/manualpages/Draw/PetscDrawLGAddPoint.html line graph^adding points
docs/manualpages/Draw/PetscDrawLGAddPoints.html line graph^adding points
docs/manualpages/Draw/PetscDrawLGCreate.html line graph^creating
docs/manualpages/Draw/PetscDrawLGIndicateDataPoints.html line graph^showing points
docs/manualpages/Draw/PetscDrawLGReset.html line graph^restarting
docs/manualpages/Draw/PetscDrawLGSetDimension.html line graph^setting number of lines
docs/manualpages/Draw/PetscDrawLGSetLimits.html line graph^setting axis
docs/manualpages/Draw/PetscDrawLine.html drawing^line
docs/manualpages/Draw/PetscDrawLine.html line^drawing
docs/manualpages/Draw/PetscDrawLineGetWidth.html line^width
docs/manualpages/Draw/PetscDrawLineSetWidth.html line^width
docs/manualpages/Draw/PetscDrawOpenX.html X windows^drawing to
docs/manualpages/Draw/PetscDrawPause.html graphics^waiting
docs/manualpages/Draw/PetscDrawPause.html drawing^waiting
docs/manualpages/Draw/PetscDrawPause.html waiting^for user input
docs/manualpages/Draw/PetscDrawPoint.html drawing^point
docs/manualpages/Draw/PetscDrawPoint.html point^drawing
docs/manualpages/Draw/PetscDrawPointSetSize.html point^drawing <A HREF="../Sys/size.html#size">size</A>
docs/manualpages/Draw/PetscDrawRectangle.html rectangle
docs/manualpages/Draw/PetscDrawRectangle.html graphics^rectangle
docs/manualpages/Draw/PetscDrawRectangle.html drawing^rectangle
docs/manualpages/Draw/PetscDrawRegisterDynamic.html <A HREF="../Draw/PetscDraw.html#PetscDraw">PetscDraw</A>^registering new draw classes
docs/manualpages/Draw/PetscDrawRegisterDynamic.html graphics^registering new draw classes
docs/manualpages/Draw/PetscDrawSP.html graphics, scatter plots
docs/manualpages/Draw/PetscDrawSPAddPoint.html scatter plot^adding points
docs/manualpages/Draw/PetscDrawSPAddPoints.html scatter plot^adding points
docs/manualpages/Draw/PetscDrawSPCreate.html scatter plot^creating
docs/manualpages/Draw/PetscDrawSPReset.html scatter plot^resetting
docs/manualpages/Draw/PetscDrawSPSetDimension.html scatter plot^setting number of data types
docs/manualpages/Draw/PetscDrawSPSetLimits.html scatter plot^setting axis
docs/manualpages/Draw/PetscDrawSetCoordinates.html graphics^coordinates
docs/manualpages/Draw/PetscDrawSetCoordinates.html drawing^coordinates
docs/manualpages/Draw/PetscDrawSetDoubleBuffer.html double buffer
docs/manualpages/Draw/PetscDrawSetDoubleBuffer.html graphics^double buffer
docs/manualpages/Draw/PetscDrawSetDoubleBuffer.html drawing^double buffer
docs/manualpages/Draw/PetscDrawSetFromOptions.html graphics^setting options
docs/manualpages/Draw/PetscDrawSetFromOptions.html drawing^setting options
docs/manualpages/Draw/PetscDrawSetPause.html drawing^waiting
docs/manualpages/Draw/PetscDrawSetType.html drawing^Microsoft Windows
docs/manualpages/Draw/PetscDrawSetType.html postscript^graphics
docs/manualpages/Draw/PetscDrawSetType.html drawing^postscript
docs/manualpages/Draw/PetscDrawSetType.html X windows^graphics
docs/manualpages/Draw/PetscDrawSetType.html drawing^X windows
docs/manualpages/Draw/PetscDrawSetViewPort.html graphics^in subset of window
docs/manualpages/Draw/PetscDrawSetViewPort.html drawing^in subset of window
docs/manualpages/Draw/PetscDrawSplitViewPort.html drawing^in subset of window
docs/manualpages/Draw/PetscDrawString.html string^drawing
docs/manualpages/Draw/PetscDrawString.html drawing^string
docs/manualpages/Draw/PetscDrawStringGetSize.html string^drawing <A HREF="../Sys/size.html#size">size</A>
docs/manualpages/Draw/PetscDrawStringSetSize.html string^drawing <A HREF="../Sys/size.html#size">size</A>
docs/manualpages/Draw/PetscDrawStringVertical.html string^drawing vertical
docs/manualpages/Draw/PetscDrawSynchronizedClear.html clear^window
docs/manualpages/Draw/PetscDrawSynchronizedFlush.html flushing^graphics
docs/manualpages/Draw/PetscDrawTensorContour.html drawing^contour plot
docs/manualpages/Draw/PetscDrawTensorContour.html contour plot
docs/manualpages/Draw/PetscDrawTensorContourPatch.html contour plot
docs/manualpages/Draw/PetscDrawTriangle.html triangle
docs/manualpages/Draw/PetscDrawTriangle.html graphics^triangle
docs/manualpages/Draw/PetscDrawTriangle.html drawing^triangle
docs/manualpages/Draw/PetscDrawType.html graphics
docs/manualpages/Draw/PetscDrawViewPorts.html graphics
docs/manualpages/Draw/PetscDrawViewPortsCreate.html drawing^in subset of window
docs/manualpages/Draw/PetscDrawViewPortsSet.html drawing^in subset of window
docs/manualpages/Draw/PetscDrawZoom.html zooming^in graphics
docs/manualpages/Draw/PetscDrawZoom.html drawing^zooming
docs/manualpages/Draw/PetscDrawZoom.html graphics^zooming
docs/manualpages/IS/IS.html indexing, stride
docs/manualpages/IS/ISAllGather.html <A HREF="../IS/IS.html#IS">IS</A>^gathering to all processors
docs/manualpages/IS/ISAllGather.html index sets^gathering to all processors
docs/manualpages/IS/ISAllGather.html gather^index sets
docs/manualpages/IS/ISAllGatherColors.html <A HREF="../IS/IS.html#IS">IS</A>^gathering to all processors
docs/manualpages/IS/ISAllGatherColors.html index sets^gathering to all processors
docs/manualpages/IS/ISAllGatherColors.html gather^index sets
docs/manualpages/IS/ISAllGatherIndices.html <A HREF="../IS/IS.html#IS">IS</A>^gathering to all processors
docs/manualpages/IS/ISAllGatherIndices.html index sets^gathering to all processors
docs/manualpages/IS/ISAllGatherIndices.html gather^index sets
docs/manualpages/IS/ISBlock.html index sets^block
docs/manualpages/IS/ISBlock.html <A HREF="../IS/IS.html#IS">IS</A>^block
docs/manualpages/IS/ISBlockGetBlockSize.html index sets^block <A HREF="../Sys/size.html#size">size</A>
docs/manualpages/IS/ISBlockGetBlockSize.html <A HREF="../IS/IS.html#IS">IS</A>^block <A HREF="../Sys/size.html#size">size</A>
docs/manualpages/IS/ISBlockGetIndices.html index sets^block
docs/manualpages/IS/ISBlockGetIndices.html index sets^getting indices
docs/manualpages/IS/ISBlockGetIndices.html <A HREF="../IS/IS.html#IS">IS</A>^block
docs/manualpages/IS/ISBlockGetIndicesF90.html block^ indices of index set in f90
docs/manualpages/IS/ISBlockGetIndicesF90.html indices of index set in f90
docs/manualpages/IS/ISBlockGetIndicesF90.html index sets^getting block indices in f90
docs/manualpages/IS/ISBlockGetSize.html index sets^block sizes
docs/manualpages/IS/ISBlockGetSize.html <A HREF="../IS/IS.html#IS">IS</A>^block sizes
docs/manualpages/IS/ISBlockRestoreIndices.html index sets^block
docs/manualpages/IS/ISBlockRestoreIndices.html index sets^getting indices
docs/manualpages/IS/ISBlockRestoreIndices.html <A HREF="../IS/IS.html#IS">IS</A>^block
docs/manualpages/IS/ISCreateBlock.html block^index set
docs/manualpages/IS/ISCreateBlock.html index sets^block
docs/manualpages/IS/ISCreateBlock.html <A HREF="../IS/IS.html#IS">IS</A>^block
docs/manualpages/IS/ISCreateGeneral.html <A HREF="../IS/IS.html#IS">IS</A>^creating
docs/manualpages/IS/ISCreateGeneral.html index sets^creating
docs/manualpages/IS/ISCreateGeneralWithArray.html <A HREF="../IS/IS.html#IS">IS</A>^creating
docs/manualpages/IS/ISCreateGeneralWithArray.html index sets^creating
docs/manualpages/IS/ISCreateStride.html stride^index set
docs/manualpages/IS/ISCreateStride.html index sets^stride
docs/manualpages/IS/ISCreateStride.html <A HREF="../IS/IS.html#IS">IS</A>^stride
docs/manualpages/IS/ISDifference.html <A HREF="../IS/IS.html#IS">IS</A>^difference
docs/manualpages/IS/ISDifference.html index sets^difference
docs/manualpages/IS/ISDuplicate.html index sets^duplicating
docs/manualpages/IS/ISEqual.html <A HREF="../IS/IS.html#IS">IS</A>^equal
docs/manualpages/IS/ISEqual.html index sets^equal
docs/manualpages/IS/ISExpand.html <A HREF="../IS/IS.html#IS">IS</A>^difference
docs/manualpages/IS/ISExpand.html index sets^difference
docs/manualpages/IS/ISGetIndices.html indices of index set
docs/manualpages/IS/ISGetIndices.html index sets^getting indices
docs/manualpages/IS/ISGetIndicesF90.html indices of index set in f90
docs/manualpages/IS/ISGetIndicesF90.html index sets^getting indices in f90
docs/manualpages/IS/ISGetLocalSize.html index sets^local <A HREF="../Sys/size.html#size">size</A>
docs/manualpages/IS/ISGetLocalSize.html local <A HREF="../Sys/size.html#size">size</A>^of index set
docs/manualpages/IS/ISGetLocalSize.html <A HREF="../Sys/size.html#size">size</A>^of index set
docs/manualpages/IS/ISGetSize.html index sets^<A HREF="../Sys/size.html#size">size</A>
docs/manualpages/IS/ISGetSize.html <A HREF="../Sys/size.html#size">size</A>^of index set
docs/manualpages/IS/ISGlobalToLocalMappingApply.html mapping^global to local
docs/manualpages/IS/ISIdentity.html index sets^is identity
docs/manualpages/IS/ISIdentity.html identity mapping
docs/manualpages/IS/ISInvertPermutation.html index sets^inverting
docs/manualpages/IS/ISInvertPermutation.html permutation^inverse
docs/manualpages/IS/ISInvertPermutation.html inverse permutation
docs/manualpages/IS/ISLocalToGlobalMappingApply.html mapping^local to global
docs/manualpages/IS/ISLocalToGlobalMappingApplyIS.html mapping^local to global
docs/manualpages/IS/ISLocalToGlobalMappingBlock.html mapping^local to global
docs/manualpages/IS/ISLocalToGlobalMappingCreate.html mapping^local to global
docs/manualpages/IS/ISLocalToGlobalMappingCreateIS.html mapping^local to global
docs/manualpages/IS/ISLocalToGlobalMappingCreateNC.html mapping^local to global
docs/manualpages/IS/ISLocalToGlobalMappingGetInfo.html mapping^local to global
docs/manualpages/IS/ISLocalToGlobalMappingGetSize.html mapping^local to global
docs/manualpages/IS/ISLocalToGlobalMappingView.html mapping^local to global
docs/manualpages/IS/ISPermutation.html index sets^is permutation
docs/manualpages/IS/ISPermutation.html permutation
docs/manualpages/IS/ISSetIdentity.html index sets^is identity
docs/manualpages/IS/ISSetIdentity.html identity mapping
docs/manualpages/IS/ISSetPermutation.html index sets^permutation
docs/manualpages/IS/ISSetPermutation.html permutation
docs/manualpages/IS/ISSort.html sorting^index set
docs/manualpages/IS/ISSort.html index sets^sorting
docs/manualpages/IS/ISStride.html <A HREF="../IS/IS.html#IS">IS</A>^is it stride
docs/manualpages/IS/ISStride.html index sets^is it stride
docs/manualpages/IS/ISStrideGetInfo.html <A HREF="../IS/IS.html#IS">IS</A>^getting information
docs/manualpages/IS/ISStrideGetInfo.html index sets^getting information
docs/manualpages/IS/ISStrideToGeneral.html stride^converting index sets
docs/manualpages/IS/ISStrideToGeneral.html index sets^converting
docs/manualpages/IS/ISSum.html <A HREF="../IS/IS.html#IS">IS</A>^union
docs/manualpages/IS/ISSum.html index sets^union
docs/manualpages/KSP/KSP.html Krylov methods
docs/manualpages/Mat/Mat.html matrix; linear operator
docs/manualpages/Mat/MatAssembled.html matrices^assembled?
docs/manualpages/Mat/MatAssemblyBegin.html matrices^assembling
docs/manualpages/Mat/MatCholeskyFactor.html matrices^Cholesky factorization
docs/manualpages/Mat/MatCholeskyFactorNumeric.html matrices^Cholesky numeric factorization
docs/manualpages/Mat/MatCholeskyFactorSymbolic.html matrices^Cholesky symbolic factorization
docs/manualpages/Mat/MatConvert.html matrices^converting between storage formats
docs/manualpages/Mat/MatCopy.html matrices^copying
docs/manualpages/Mat/MatDiagonalScale.html diagonal scaling of matrices
docs/manualpages/Mat/MatDiagonalScale.html matrices^diagonal scaling
docs/manualpages/Mat/MatDuplicate.html matrices^duplicating
docs/manualpages/Mat/MatEqual.html matrices^equality between
docs/manualpages/Mat/MatFDColoring.html coloring, sparse Jacobian, finite differences
docs/manualpages/Mat/MatGetArray.html matrices^access array
docs/manualpages/Mat/MatGetArrayF90.html matrices^accessing array
docs/manualpages/Mat/MatGetBlockSize.html matrices^block <A HREF="../Sys/size.html#size">size</A>
docs/manualpages/Mat/MatGetDiagonal.html matrices^accessing diagonals
docs/manualpages/Mat/MatGetInfo.html matrices^getting information on
docs/manualpages/Mat/MatGetLocalSize.html matrices^local <A HREF="../Sys/size.html#size">size</A>
docs/manualpages/Mat/MatGetOwnershipRange.html matrices^row ownership
docs/manualpages/Mat/MatGetRow.html matrices^row access
docs/manualpages/Mat/MatGetRowMax.html matrices^getting row maximums
docs/manualpages/Mat/MatGetRowUpperTriangular.html matrices^row access
docs/manualpages/Mat/MatGetSize.html matrices^<A HREF="../Sys/size.html#size">size</A>
docs/manualpages/Mat/MatGetSubMatrices.html submatrices
docs/manualpages/Mat/MatGetSubMatrices.html matrices^accessing submatrices
docs/manualpages/Mat/MatGetSubMatrix.html matrices^submatrices
docs/manualpages/Mat/MatGetSubMatrixRaw.html matrices^submatrices
docs/manualpages/Mat/MatGetValues.html matrices^accessing values
docs/manualpages/Mat/MatICCFactor.html Cholesky factorization
docs/manualpages/Mat/MatICCFactor.html matrices^incomplete Cholesky factorization
docs/manualpages/Mat/MatICCFactorSymbolic.html Cholsky^symbolic factorization
docs/manualpages/Mat/MatICCFactorSymbolic.html matrices^factorization
docs/manualpages/Mat/MatICCFactorSymbolic.html matrices^symbolic incomplete Cholesky factorization
docs/manualpages/Mat/MatILUDTFactor.html matrices^ILUDT factorization
docs/manualpages/Mat/MatILUFactor.html matrices^ILU factorization
docs/manualpages/Mat/MatILUFactorSymbolic.html LU^symbolic factorization
docs/manualpages/Mat/MatILUFactorSymbolic.html matrices^factorization
docs/manualpages/Mat/MatILUFactorSymbolic.html matrices^symbolic LU factorization
docs/manualpages/Mat/MatIncreaseOverlap.html ASM^computing overlap
docs/manualpages/Mat/MatIncreaseOverlap.html overlap
docs/manualpages/Mat/MatInfo.html matrix^nonzero information
docs/manualpages/Mat/MatInterpolate.html matrices^interpolation
docs/manualpages/Mat/MatInterpolateAdd.html interpolation
docs/manualpages/Mat/MatIsHermitian.html matrix^symmetry
docs/manualpages/Mat/MatIsHermitianKnown.html matrix^symmetry
docs/manualpages/Mat/MatIsStructurallySymmetric.html matrix^symmetry
docs/manualpages/Mat/MatIsSymmetric.html matrix^symmetry
docs/manualpages/Mat/MatIsSymmetricKnown.html matrix^symmetry
docs/manualpages/Mat/MatIsTranspose.html matrices^transposing, matrix^symmetry
docs/manualpages/Mat/MatLUFactor.html matrices^LU factorization
docs/manualpages/Mat/MatLUFactorNumeric.html matrices^LU numeric factorization
docs/manualpages/Mat/MatLUFactorSymbolic.html matrices^LU symbolic factorization
docs/manualpages/Mat/MatMatSolve.html matrices^triangular solves
docs/manualpages/Mat/MatMult.html matrix-vector product
docs/manualpages/Mat/MatMultAdd.html matrix vector product^addition
docs/manualpages/Mat/MatMultAddEqual.html matrices^equality between
docs/manualpages/Mat/MatMultEqual.html matrices^equality between
docs/manualpages/Mat/MatMultTranspose.html matrix vector product^transpose
docs/manualpages/Mat/MatMultTransposeAdd.html matrix vector product^transpose and addition
docs/manualpages/Mat/MatMultTransposeAddEqual.html matrices^equality between
docs/manualpages/Mat/MatMultTransposeEqual.html matrices^equality between
docs/manualpages/Mat/MatNorm.html norm^of matrix
docs/manualpages/Mat/MatNorm.html matrices^norm
docs/manualpages/Mat/MatNullSpace.html matrix; linear operator, null space
docs/manualpages/Mat/MatNullSpaceAttach.html null space^attaching to matrix
docs/manualpages/Mat/MatPartitioning.html partitioning
docs/manualpages/Mat/MatPermute.html matrices^permuting
docs/manualpages/Mat/MatPreallocateFinalize.html preallocation^Matrix
docs/manualpages/Mat/MatPreallocateInitialize.html preallocation^Matrix
docs/manualpages/Mat/MatPreallocateSet.html preallocation^Matrix
docs/manualpages/Mat/MatPreallocateSetLocal.html preallocation^Matrix
docs/manualpages/Mat/MatPreallocateSymmetricInitialize.html preallocation^Matrix
docs/manualpages/Mat/MatPreallocateSymmetricSet.html preallocation^Matrix
docs/manualpages/Mat/MatPreallocateSymmetricSetLocal.html preallocation^Matrix
docs/manualpages/Mat/MatRelax.html matrices^Gauss-Seidel
docs/manualpages/Mat/MatRelax.html matrices^SOR
docs/manualpages/Mat/MatRelax.html matrices^relaxation
docs/manualpages/Mat/MatRestrict.html matrices^restriction
docs/manualpages/Mat/MatScale.html matrices^scaling all entries
docs/manualpages/Mat/MatScaleSystem.html matrices^scaling
docs/manualpages/Mat/MatSetBlockSize.html matrices^block <A HREF="../Sys/size.html#size">size</A>
docs/manualpages/Mat/MatSetLocalToGlobalMapping.html local to global mapping^for matrices
docs/manualpages/Mat/MatSetLocalToGlobalMapping.html matrices^local to global mapping
docs/manualpages/Mat/MatSetLocalToGlobalMappingBlock.html local to global mapping^for matrices, blocked
docs/manualpages/Mat/MatSetLocalToGlobalMappingBlock.html matrices^local to global mapping blocked
docs/manualpages/Mat/MatSetOption.html matrices^setting options
docs/manualpages/Mat/MatSetStencil.html matrices^putting entries in
docs/manualpages/Mat/MatSetUnfactored.html matrices^unfactored
docs/manualpages/Mat/MatSetValues.html matrices^putting entries in
docs/manualpages/Mat/MatSetValuesBlocked.html matrices^putting entries in blocked
docs/manualpages/Mat/MatSetValuesBlockedLocal.html matrices^putting blocked values in with local numbering
docs/manualpages/Mat/MatSetValuesBlockedStencil.html matrices^putting entries in
docs/manualpages/Mat/MatSetValuesLocal.html matrices^putting entries in with local numbering
docs/manualpages/Mat/MatSetValuesRow.html matrices^putting entries in
docs/manualpages/Mat/MatSetValuesRowLocal.html matrices^putting entries in
docs/manualpages/Mat/MatSetValuesStencil.html matrices^putting entries in
docs/manualpages/Mat/MatSolve.html matrices^triangular solves
docs/manualpages/Mat/MatSolveAdd.html matrices^triangular solves
docs/manualpages/Mat/MatSolveTranspose.html matrices^triangular solves
docs/manualpages/Mat/MatSolveTransposeAdd.html matrices^triangular solves
docs/manualpages/Mat/MatSolves.html matrices^triangular solves
docs/manualpages/Mat/MatStashSetInitialSize.html matrices^stash
docs/manualpages/Mat/MatStashSetInitialSize.html stash^setting matrix <A HREF="../Sys/size.html#size">size</A>
docs/manualpages/Mat/MatStencil.html matrix; linear operator
docs/manualpages/Mat/MatTranspose.html matrices^transposing
docs/manualpages/Mat/MatValid.html matrices^validity
docs/manualpages/Mat/MatView.html matrices^printing
docs/manualpages/Mat/MatView.html matrices^plotting
docs/manualpages/Mat/MatView.html matrices^viewing
docs/manualpages/Mat/MatZeroEntries.html matrices^zeroing
docs/manualpages/Mat/MatZeroRows.html matrices^zeroing rows
docs/manualpages/Mat/MatZeroRowsIS.html matrices^zeroing rows
docs/manualpages/Mat/MatZeroRowsLocal.html matrices^zeroing
docs/manualpages/PC/PC.html preconditioners
docs/manualpages/PC/PCASM.html additive Schwarz method
docs/manualpages/PC/PCBJACOBI.html block Jacobi
docs/manualpages/PC/PCCOMPOSITE.html composing solvers
docs/manualpages/PC/PCCholesky.html Cholesky factorization, direct solver
docs/manualpages/PC/PCEISENSTAT.html SOR, preconditioners, Gauss-Seidel, Eisenstat's trick
docs/manualpages/PC/PCFIELDSPLIT.html physics based preconditioners
docs/manualpages/PC/PCICC.html incomplete Cholesky factorization
docs/manualpages/PC/PCILU.html incomplete factorization
docs/manualpages/PC/PCJACOBI.html Jacobi, diagonal scaling, preconditioners
docs/manualpages/PC/PCJacobiSetUseAbs.html Jacobi preconditioner
docs/manualpages/PC/PCJacobiSetUseRowMax.html Jacobi preconditioner
docs/manualpages/PC/PCKSP.html inner iteration
docs/manualpages/PC/PCLU.html LU factorization, direct solver
docs/manualpages/PC/PCMG.html multigrid
docs/manualpages/PC/PCML.html multigrid
docs/manualpages/PC/PCNONE.html preconditioners
docs/manualpages/PC/PCPBJACOBI.html point block Jacobi
docs/manualpages/PC/PCPrometheus.html Prometheus, diagonal scaling, preconditioners
docs/manualpages/PC/PCSHELL.html providing your own preconditioner
docs/manualpages/PC/PCSOR.html SOR, preconditioners, Gauss-Seidel
docs/manualpages/PC/PCSPAI.html approximate inverse
docs/manualpages/PF/PF.html functions
docs/manualpages/PF/PFType.html functions
docs/manualpages/Profiling/PetscInfo.html runtime information
docs/manualpages/Profiling/PetscInfoAllow.html dumping detailed runtime information
docs/manualpages/Profiling/PetscInfoAllow.html debugging^detailed runtime information
docs/manualpages/Profiling/PetscLogMPEBegin.html logging^message passing
docs/manualpages/Profiling/PetscLogMPEBegin.html logging^MPE
docs/manualpages/Profiling/PreLoadBegin.html paging^eliminating effects of
docs/manualpages/Profiling/PreLoadBegin.html timing^accurate
docs/manualpages/Profiling/PreLoadBegin.html preloading
docs/manualpages/SNES/SNES.html nonlinear solvers
docs/manualpages/SemiLagrange/Characteristic.html Method of characteristics
docs/manualpages/Sys/CHKERRQ.html error^setting condition
docs/manualpages/Sys/CHKMEMQ.html memory corruption
docs/manualpages/Sys/PetscAbortErrorHandler.html aborting on error
docs/manualpages/Sys/PetscAbortErrorHandler.html error handler^aborting
docs/manualpages/Sys/PetscAttachDebugger.html debugger^starting from program
docs/manualpages/Sys/PetscAttachDebuggerErrorHandler.html error handler^attach debugger
docs/manualpages/Sys/PetscAttachDebuggerErrorHandler.html debugger^error handler
docs/manualpages/Sys/PetscBarrier.html barrier
docs/manualpages/Sys/PetscBinaryOpen.html binary files^opening
docs/manualpages/Sys/PetscBinaryOpen.html files^opening binary
docs/manualpages/Sys/PetscBinaryRead.html binary files^reading
docs/manualpages/Sys/PetscBinaryRead.html files^reading binary
docs/manualpages/Sys/PetscBinarySeek.html binary files^seeking
docs/manualpages/Sys/PetscBinarySeek.html files^binary seeking
docs/manualpages/Sys/PetscBinaryWrite.html binary files^writing
docs/manualpages/Sys/PetscBinaryWrite.html files^writing binary
docs/manualpages/Sys/PetscBitMemcpy.html comparing^memory
docs/manualpages/Sys/PetscBitMemcpy.html memory^comparing
docs/manualpages/Sys/PetscCommDestroy.html communicator^destroy
docs/manualpages/Sys/PetscCommDuplicate.html communicator^duplicate
docs/manualpages/Sys/PetscCommGetNewTag.html MPI message tag^getting
docs/manualpages/Sys/PetscCommGetNewTag.html message tag^getting
docs/manualpages/Sys/PetscCommGetNewTag.html tag^getting
docs/manualpages/Sys/PetscDefaultSignalHandler.html signal handler^default
docs/manualpages/Sys/PetscEmacsClientErrorHandler.html error handler^going to line in emacs
docs/manualpages/Sys/PetscEmacsClientErrorHandler.html emacs^going to on error
docs/manualpages/Sys/PetscError.html error^setting condition
docs/manualpages/Sys/PetscErrorMessage.html error handler^messages
docs/manualpages/Sys/PetscErrorPrintf.html printing^error messages
docs/manualpages/Sys/PetscErrorPrintf.html error messages^printing
docs/manualpages/Sys/PetscExceptionCaught.html exceptions, exception hanlding
docs/manualpages/Sys/PetscExceptionTry1.html exceptions, exception hanlding
docs/manualpages/Sys/PetscExceptionValue.html exceptions, exception hanlding
docs/manualpages/Sys/PetscFClose.html closing file
docs/manualpages/Sys/PetscFClose.html files^closing ASCII
docs/manualpages/Sys/PetscFOpen.html files^opening ASCII
docs/manualpages/Sys/PetscFOpen.html opening ASCII file
docs/manualpages/Sys/PetscFPrintf.html printf^in parallel
docs/manualpages/Sys/PetscFPrintf.html printing^in parallel
docs/manualpages/Sys/PetscFree.html memory allocation
docs/manualpages/Sys/PetscFree2.html memory allocation
docs/manualpages/Sys/PetscFree3.html memory allocation
docs/manualpages/Sys/PetscFree4.html memory allocation
docs/manualpages/Sys/PetscFree5.html memory allocation
docs/manualpages/Sys/PetscFree6.html memory allocation
docs/manualpages/Sys/PetscFree7.html memory allocation
docs/manualpages/Sys/PetscFreeVoid.html memory allocation
docs/manualpages/Sys/PetscGatherMessageLengths.html mpi utility
docs/manualpages/Sys/PetscGatherMessageLengths2.html mpi utility
docs/manualpages/Sys/PetscGatherNumberOfMessages.html mpi utility
docs/manualpages/Sys/PetscGetArchType.html architecture
docs/manualpages/Sys/PetscGetArchType.html machine type
docs/manualpages/Sys/PetscGetArgs.html command line arguments
docs/manualpages/Sys/PetscGetFileFromPath.html path^searching for file
docs/manualpages/Sys/PetscGetFileFromPath.html files^finding in path
docs/manualpages/Sys/PetscGetFullPath.html path^full
docs/manualpages/Sys/PetscGetFullPath.html full path
docs/manualpages/Sys/PetscGetHomeDirectory.html home directory
docs/manualpages/Sys/PetscGetHostName.html host name
docs/manualpages/Sys/PetscGetHostName.html machine name
docs/manualpages/Sys/PetscGetRealPath.html path^real
docs/manualpages/Sys/PetscGetRealPath.html real path
docs/manualpages/Sys/PetscGetRelativePath.html path^relative
docs/manualpages/Sys/PetscGetRelativePath.html relative path
docs/manualpages/Sys/PetscGetUserName.html user name
docs/manualpages/Sys/PetscGetWorkingDirectory.html working directory
docs/manualpages/Sys/PetscHelpPrintf.html printing^help messages
docs/manualpages/Sys/PetscHelpPrintf.html help messages^printing
docs/manualpages/Sys/PetscIgnoreErrorHandler.html traceback^generating
docs/manualpages/Sys/PetscIgnoreErrorHandler.html error handler^traceback
docs/manualpages/Sys/PetscInitialize.html initializing PETSc
docs/manualpages/Sys/PetscMalloc.html memory allocation
docs/manualpages/Sys/PetscMalloc2.html memory allocation
docs/manualpages/Sys/PetscMalloc3.html memory allocation
docs/manualpages/Sys/PetscMalloc4.html memory allocation
docs/manualpages/Sys/PetscMalloc5.html memory allocation
docs/manualpages/Sys/PetscMalloc6.html memory allocation
docs/manualpages/Sys/PetscMalloc7.html memory allocation
docs/manualpages/Sys/PetscMallocDump.html bleeding memory
docs/manualpages/Sys/PetscMallocDump.html memory bleeding
docs/manualpages/Sys/PetscMallocDump.html memory usage
docs/manualpages/Sys/PetscMallocGetCurrentUsage.html memory usage
docs/manualpages/Sys/PetscMallocGetMaximumUsage.html memory usage
docs/manualpages/Sys/PetscMemcpy.html copying^memory
docs/manualpages/Sys/PetscMemcpy.html memory^copying
docs/manualpages/Sys/PetscMemmove.html copying^memory with overlap
docs/manualpages/Sys/PetscMemmove.html memory^copying with overlap
docs/manualpages/Sys/PetscMemoryGetCurrentUsage.html memory usage
docs/manualpages/Sys/PetscMemoryGetCurrentUsage.html resident set <A HREF="../Sys/size.html#size">size</A>
docs/manualpages/Sys/PetscMemoryGetMaximumUsage.html memory usage
docs/manualpages/Sys/PetscMemoryGetMaximumUsage.html resident set <A HREF="../Sys/size.html#size">size</A>
docs/manualpages/Sys/PetscMemorySetGetMaximumUsage.html memory usage
docs/manualpages/Sys/PetscMemorySetGetMaximumUsage.html resident set <A HREF="../Sys/size.html#size">size</A>
docs/manualpages/Sys/PetscMemoryShowUsage.html memory usage
docs/manualpages/Sys/PetscMemzero.html zeroing^memory
docs/manualpages/Sys/PetscMemzero.html memory^zeroing
docs/manualpages/Sys/PetscNew.html memory allocation
docs/manualpages/Sys/PetscObjectCompose.html composing objects
docs/manualpages/Sys/PetscObjectCompose.html objects^composing
docs/manualpages/Sys/PetscObjectComposeFunctionDynamic.html querying objects
docs/manualpages/Sys/PetscObjectComposeFunctionDynamic.html objects^querying
docs/manualpages/Sys/PetscObjectComposeFunctionDynamic.html functions^querying
docs/manualpages/Sys/PetscObjectComposeFunctionDynamic.html composing functions
docs/manualpages/Sys/PetscObjectComposeFunctionDynamic.html objects^composing functions
docs/manualpages/Sys/PetscObjectCreate.html deleting object
docs/manualpages/Sys/PetscObjectCreate.html freeing object
docs/manualpages/Sys/PetscObjectCreate.html destroying object
docs/manualpages/Sys/PetscObjectCreateGeneric.html deleting object
docs/manualpages/Sys/PetscObjectCreateGeneric.html freeing object
docs/manualpages/Sys/PetscObjectCreateGeneric.html destroying object
docs/manualpages/Sys/PetscObjectDestroy.html deleting object
docs/manualpages/Sys/PetscObjectDestroy.html freeing object
docs/manualpages/Sys/PetscObjectDestroy.html destroying object
docs/manualpages/Sys/PetscObjectGetComm.html MPI communicator^getting from object
docs/manualpages/Sys/PetscObjectGetComm.html communicator^getting from object
docs/manualpages/Sys/PetscObjectGetName.html object name
docs/manualpages/Sys/PetscObjectGetNewTag.html MPI message tag^getting
docs/manualpages/Sys/PetscObjectGetNewTag.html message tag^getting
docs/manualpages/Sys/PetscObjectGetNewTag.html tag^getting
docs/manualpages/Sys/PetscObjectGetType.html object type
docs/manualpages/Sys/PetscObjectName.html object name^setting default
docs/manualpages/Sys/PetscObjectPublish.html publishing object
docs/manualpages/Sys/PetscObjectQuery.html querying objects
docs/manualpages/Sys/PetscObjectQuery.html objects^querying
docs/manualpages/Sys/PetscObjectQuery.html composing objects
docs/manualpages/Sys/PetscObjectQuery.html objects^composing
docs/manualpages/Sys/PetscObjectQueryFunction.html querying objects
docs/manualpages/Sys/PetscObjectQueryFunction.html objects^querying
docs/manualpages/Sys/PetscObjectQueryFunction.html functions^querying
docs/manualpages/Sys/PetscObjectQueryFunction.html composing functions
docs/manualpages/Sys/PetscObjectQueryFunction.html objects^composing functions
docs/manualpages/Sys/PetscObjectSetName.html object name^setting
docs/manualpages/Sys/PetscObjectSetState.html state
docs/manualpages/Sys/PetscObjectSetType.html object type
docs/manualpages/Sys/PetscObjectStateDecrease.html state
docs/manualpages/Sys/PetscObjectStateIncrease.html state
docs/manualpages/Sys/PetscObjectStateQuery.html state
docs/manualpages/Sys/PetscOptionsClearValue.html options database^removing option
docs/manualpages/Sys/PetscOptionsEList.html options database^list
docs/manualpages/Sys/PetscOptionsEnum.html options database
docs/manualpages/Sys/PetscOptionsGetAll.html options database^listing
docs/manualpages/Sys/PetscOptionsGetEList.html options database^list
docs/manualpages/Sys/PetscOptionsGetEnum.html options database
docs/manualpages/Sys/PetscOptionsGetInt.html options database^has int
docs/manualpages/Sys/PetscOptionsGetIntArray.html options database^array of ints
docs/manualpages/Sys/PetscOptionsGetReal.html options database^has double
docs/manualpages/Sys/PetscOptionsGetRealArray.html options database^array of doubles
docs/manualpages/Sys/PetscOptionsGetScalar.html options database^has scalar
docs/manualpages/Sys/PetscOptionsGetString.html options database^string
docs/manualpages/Sys/PetscOptionsGetStringArray.html options database^array of strings
docs/manualpages/Sys/PetscOptionsGetTruth.html options database^has logical
docs/manualpages/Sys/PetscOptionsHasName.html options database^has option name
docs/manualpages/Sys/PetscOptionsHead.html options database^subheading
docs/manualpages/Sys/PetscOptionsInsert.html options database^adding
docs/manualpages/Sys/PetscOptionsInt.html options database^has int
docs/manualpages/Sys/PetscOptionsIntArray.html options database^array of strings
docs/manualpages/Sys/PetscOptionsList.html options database^list
docs/manualpages/Sys/PetscOptionsName.html options database^has int
docs/manualpages/Sys/PetscOptionsPrint.html options database^printing
docs/manualpages/Sys/PetscOptionsReal.html options database^has int
docs/manualpages/Sys/PetscOptionsRealArray.html options database^array of strings
docs/manualpages/Sys/PetscOptionsReject.html options database^rejecting option
docs/manualpages/Sys/PetscOptionsScalar.html options database^has int
docs/manualpages/Sys/PetscOptionsSetValue.html options database^adding option
docs/manualpages/Sys/PetscOptionsString.html options database^has int
docs/manualpages/Sys/PetscOptionsStringArray.html options database^array of strings
docs/manualpages/Sys/PetscOptionsTail.html options database^subheading
docs/manualpages/Sys/PetscOptionsTruth.html options database^logical
docs/manualpages/Sys/PetscOptionsTruthGroup.html options database^logical group
docs/manualpages/Sys/PetscOptionsTruthGroupBegin.html options database^logical group
docs/manualpages/Sys/PetscOptionsTruthGroupEnd.html options database^logical group
docs/manualpages/Sys/PetscPopErrorHandler.html error handler^setting
docs/manualpages/Sys/PetscPopSignalHandler.html signal handler^setting
docs/manualpages/Sys/PetscPopUpSelect.html menu
docs/manualpages/Sys/PetscPopUpSelect.html user selection
docs/manualpages/Sys/PetscPopUpSelect.html popup
docs/manualpages/Sys/PetscPrintf.html printf^in parallel
docs/manualpages/Sys/PetscPrintf.html printing^in parallel
docs/manualpages/Sys/PetscPushSignalHandler.html signal handler^setting
docs/manualpages/Sys/PetscRandom.html random numbers
docs/manualpages/Sys/PetscRandomCreate.html random numbers^creating
docs/manualpages/Sys/PetscRandomGetInterval.html random numbers^range
docs/manualpages/Sys/PetscRandomGetSeed.html random numbers^seed
docs/manualpages/Sys/PetscRandomGetValue.html random numbers^getting
docs/manualpages/Sys/PetscRandomGetValueImaginary.html random numbers^getting
docs/manualpages/Sys/PetscRandomGetValueReal.html random numbers^getting
docs/manualpages/Sys/PetscRandomSeed.html random numbers^seed
docs/manualpages/Sys/PetscRandomSetInterval.html random numbers^range
docs/manualpages/Sys/PetscRandomSetSeed.html random numbers^seed
docs/manualpages/Sys/PetscReturnErrorHandler.html error handler
docs/manualpages/Sys/PetscSequentialPhaseBegin.html sequential stage
docs/manualpages/Sys/PetscSequentialPhaseEnd.html sequential stage
docs/manualpages/Sys/PetscSetDebugger.html debugger^setting
docs/manualpages/Sys/PetscSetFPTrap.html divide by zero
docs/manualpages/Sys/PetscSetFPTrap.html floating point exceptions^trapping
docs/manualpages/Sys/PetscSetHelpVersionFunctions.html package help message
docs/manualpages/Sys/PetscSetMalloc.html memory^allocation
docs/manualpages/Sys/PetscSetMalloc.html malloc
docs/manualpages/Sys/PetscSleep.html waiting
docs/manualpages/Sys/PetscSleep.html pause
docs/manualpages/Sys/PetscSleep.html sleeping
docs/manualpages/Sys/PetscSortInt.html sorting^ints
docs/manualpages/Sys/PetscSortIntWithArray.html sorting^ints with array
docs/manualpages/Sys/PetscSortIntWithPermutation.html sorting^ints with permutation
docs/manualpages/Sys/PetscSortIntWithScalarArray.html sorting^ints with array
docs/manualpages/Sys/PetscSortReal.html sorting^doubles
docs/manualpages/Sys/PetscSortRealWithPermutation.html sorting^doubles with permutation
docs/manualpages/Sys/PetscSortStrWithPermutation.html sorting^ints with permutation
docs/manualpages/Sys/PetscStopErrorHandler.html error handler^stopping
docs/manualpages/Sys/PetscStopForDebugger.html debugger^waiting for attachment
docs/manualpages/Sys/PetscStrallocpy.html string copy
docs/manualpages/Sys/PetscStrcat.html string copy
docs/manualpages/Sys/PetscStrcpy.html string copy
docs/manualpages/Sys/PetscStrfree.html string free
docs/manualpages/Sys/PetscStrlen.html string length
docs/manualpages/Sys/PetscStrncat.html string copy
docs/manualpages/Sys/PetscStrncpy.html string copy
docs/manualpages/Sys/PetscSynchronizedBinaryRead.html binary files^reading, synchronized
docs/manualpages/Sys/PetscSynchronizedBinaryRead.html files^synchronized reading of binary files
docs/manualpages/Sys/PetscSynchronizedBinarySeek.html files^seeking in binary
docs/manualpages/Sys/PetscSynchronizedBinarySeek.html binary files^seeking
docs/manualpages/Sys/PetscSynchronizedBinaryWrite.html binary files^reading, synchronized
docs/manualpages/Sys/PetscSynchronizedBinaryWrite.html files^synchronized writing of binary files
docs/manualpages/Sys/PetscTraceBackErrorHandler.html traceback^generating
docs/manualpages/Sys/PetscTraceBackErrorHandler.html error handler^traceback
docs/manualpages/Sys/PetscTypeCompare.html object type^comparing
docs/manualpages/Sys/PetscTypeCompare.html types^comparing
docs/manualpages/Sys/PetscTypeCompare.html comparing^object types
docs/manualpages/Sys/PetscViewerMatlabOpen.html PetscViewerMatlab^creating
docs/manualpages/Sys/PetscViewerMatlabOpen.html Matlab .mat files
docs/manualpages/Sys/SETERRQ.html error^setting condition
docs/manualpages/Sys/SETERRQ1.html error^setting condition
docs/manualpages/Sys/SETERRQ2.html error^setting condition
docs/manualpages/Sys/SETERRQ3.html error^setting condition
docs/manualpages/TS/TS.html ODE solvers
docs/manualpages/Vec/Vec.html field variables, unknowns, arrays
docs/manualpages/Vec/VecAXPBY.html vector^BLAS
docs/manualpages/Vec/VecAXPBY.html BLAS
docs/manualpages/Vec/VecAXPY.html BLAS
docs/manualpages/Vec/VecAXPY.html vector^BLAS
docs/manualpages/Vec/VecAYPX.html BLAS
docs/manualpages/Vec/VecAYPX.html vector^BLAS
docs/manualpages/Vec/VecAbs.html vector^absolute value
docs/manualpages/Vec/VecAssemblyBegin.html assembly^vectors
docs/manualpages/Vec/VecConjugate.html vector^conjugate
docs/manualpages/Vec/VecCreateGhost.html vectors^ghosted
docs/manualpages/Vec/VecCreateGhostBlock.html vectors^ghosted
docs/manualpages/Vec/VecCreateGhostBlockWithArray.html vectors^creating with array
docs/manualpages/Vec/VecCreateGhostBlockWithArray.html vectors^creating ghosted
docs/manualpages/Vec/VecCreateGhostWithArray.html vectors^ghosted
docs/manualpages/Vec/VecCreateGhostWithArray.html vectors^creating with array
docs/manualpages/Vec/VecCreateMPI.html vectors^creating parallel
docs/manualpages/Vec/VecCreateMPIWithArray.html vectors^creating with array
docs/manualpages/Vec/VecCreateSeq.html vectors^creating sequential
docs/manualpages/Vec/VecCreateSeqWithArray.html vectors^creating with array
docs/manualpages/Vec/VecCreateShared.html vectors^creating with shared memory
docs/manualpages/Vec/VecDot.html vector^inner product
docs/manualpages/Vec/VecDot.html inner product
docs/manualpages/Vec/VecEqual.html vector^equality
docs/manualpages/Vec/VecEqual.html equal^two vectors
docs/manualpages/Vec/VecGetArray.html vector^accessing local values
docs/manualpages/Vec/VecGetArray2d.html vector^accessing local values as 2d array
docs/manualpages/Vec/VecGetArray3d.html vector^accessing local values as 3d array
docs/manualpages/Vec/VecGetArray4d.html vector^accessing local values as 3d array
docs/manualpages/Vec/VecGetBlockSize.html block^vector
docs/manualpages/Vec/VecGetBlockSize.html vector^block <A HREF="../Sys/size.html#size">size</A>
docs/manualpages/Vec/VecGetLocalSize.html vector^<A HREF="../Sys/size.html#size">size</A>
docs/manualpages/Vec/VecGetOwnershipRange.html vector^ownership of elements
docs/manualpages/Vec/VecGetOwnershipRange.html ownership^of vectors
docs/manualpages/Vec/VecGetSize.html vector^local <A HREF="../Sys/size.html#size">size</A>
docs/manualpages/Vec/VecGetValues.html vector^getting values
docs/manualpages/Vec/VecGhostGetLocalForm.html vectors^ghost point access
docs/manualpages/Vec/VecLoad.html vector^loading from file
docs/manualpages/Vec/VecLoadIntoVector.html vector^loading from file
docs/manualpages/Vec/VecMAXPY.html BLAS
docs/manualpages/Vec/VecMDot.html vector^multiple inner products
docs/manualpages/Vec/VecMDot.html inner product^multiple
docs/manualpages/Vec/VecMTDot.html vector^multiple inner products
docs/manualpages/Vec/VecMTDot.html inner product^multiple
docs/manualpages/Vec/VecMax.html vector^maximum value
docs/manualpages/Vec/VecMax.html maximum^of vector
docs/manualpages/Vec/VecMin.html vector^minimum entry
docs/manualpages/Vec/VecMin.html minimum^of vector
docs/manualpages/Vec/VecNorm.html vector^norm
docs/manualpages/Vec/VecNorm.html norm
docs/manualpages/Vec/VecNormalize.html normalizing^vector
docs/manualpages/Vec/VecNormalize.html vector^normalizing
docs/manualpages/Vec/VecPointwiseDivide.html vector^pointwise divide
docs/manualpages/Vec/VecPointwiseMax.html vector^pointwise multiply
docs/manualpages/Vec/VecPointwiseMaxAbs.html vector^pointwise multiply
docs/manualpages/Vec/VecPointwiseMin.html vector^pointwise multiply
docs/manualpages/Vec/VecPointwiseMult.html vector^pointwise multiply
docs/manualpages/Vec/VecReciprocal.html vector^reciprocal
docs/manualpages/Vec/VecRestoreArray1d.html vector^accessing local values as 1d array
docs/manualpages/Vec/VecScale.html scaling^vector
docs/manualpages/Vec/VecScale.html vector^scaling
docs/manualpages/Vec/VecScatter.html scatter
docs/manualpages/Vec/VecScatterBegin.html gather^between vectors
docs/manualpages/Vec/VecScatterBegin.html scatter^between vectors
docs/manualpages/Vec/VecScatterCreate.html gather^between vectors
docs/manualpages/Vec/VecScatterCreate.html scatter^between vectors
docs/manualpages/Vec/VecSet.html vector^setting to constant
docs/manualpages/Vec/VecSetBlockSize.html block <A HREF="../Sys/size.html#size">size</A>^vectors
docs/manualpages/Vec/VecSetFromOptions.html vectors^setting type
docs/manualpages/Vec/VecSetFromOptions.html vectors^setting options
docs/manualpages/Vec/VecSetLocalToGlobalMapping.html vector^setting values with local numbering
docs/manualpages/Vec/VecSetLocalToGlobalMappingBlock.html vector^setting values blocked with local numbering
docs/manualpages/Vec/VecSetRandom.html random^vector
docs/manualpages/Vec/VecSetRandom.html vector^setting to random
docs/manualpages/Vec/VecSetValues.html vector^setting values
docs/manualpages/Vec/VecSetValuesBlocked.html vector^setting values blocked
docs/manualpages/Vec/VecSetValuesBlockedLocal.html vector^setting values blocked with local numbering
docs/manualpages/Vec/VecSetValuesLocal.html vector^setting values with local numbering
docs/manualpages/Vec/VecShift.html vector^adding constant
docs/manualpages/Vec/VecStashSetInitialSize.html stash^vector
docs/manualpages/Vec/VecStashSetInitialSize.html vector^stash
docs/manualpages/Vec/VecStashView.html stash^vector
docs/manualpages/Vec/VecStashView.html vector^stash
docs/manualpages/Vec/VecStrideGather.html gather^into strided vector
docs/manualpages/Vec/VecStrideGatherAll.html gather^into strided vector
docs/manualpages/Vec/VecStrideMax.html stride^maximum
docs/manualpages/Vec/VecStrideMax.html maximum^on stride of vector
docs/manualpages/Vec/VecStrideMaxAll.html stride^maximum
docs/manualpages/Vec/VecStrideMaxAll.html maximum^on stride of vector
docs/manualpages/Vec/VecStrideMin.html stride^minimum
docs/manualpages/Vec/VecStrideMin.html minimum^on stride of vector
docs/manualpages/Vec/VecStrideMinAll.html stride^minimum
docs/manualpages/Vec/VecStrideMinAll.html minimum^on stride of vector
docs/manualpages/Vec/VecStrideNorm.html stride^norm
docs/manualpages/Vec/VecStrideNorm.html norm^on stride of vector
docs/manualpages/Vec/VecStrideNormAll.html stride^norm
docs/manualpages/Vec/VecStrideNormAll.html norm^on stride of vector
docs/manualpages/Vec/VecStrideScale.html stride^scale
docs/manualpages/Vec/VecStrideScale.html scale^on stride of vector
docs/manualpages/Vec/VecStrideScaleAll.html stride^scale
docs/manualpages/Vec/VecStrideScaleAll.html scale^on stride of vector
docs/manualpages/Vec/VecStrideScatter.html scatter^into strided vector
docs/manualpages/Vec/VecStrideScatterAll.html scatter^into strided vector
docs/manualpages/Vec/VecSum.html sum^of vector entries
docs/manualpages/Vec/VecSwap.html vector^swapping values
docs/manualpages/Vec/VecTDot.html non-Hermitian inner product
docs/manualpages/Vec/VecTDot.html vector^inner product
docs/manualpages/Vec/VecTDot.html inner product^non-Hermitian
docs/manualpages/Vec/VecView.html vector^saving to disk
docs/manualpages/Vec/VecView.html vector^printing
docs/manualpages/Vec/VecWAXPY.html BLAS
docs/manualpages/Vec/VecWAXPY.html vector^BLAS
docs/manualpages/Vec/Vecs.html parallel decomposition
docs/manualpages/Viewer/PetscViewer.html viewing
docs/manualpages/Viewer/PetscViewerASCIIGetPointer.html file pointer^getting from <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>
docs/manualpages/Viewer/PetscViewerASCIIGetPointer.html <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>^file pointer
docs/manualpages/Viewer/PetscViewerASCIIOpen.html remote file
docs/manualpages/Viewer/PetscViewerASCIIOpen.html accessing remote file
docs/manualpages/Viewer/PetscViewerASCIIOpen.html printing
docs/manualpages/Viewer/PetscViewerASCIIOpen.html printf
docs/manualpages/Viewer/PetscViewerASCIIOpen.html PetscViewerASCII^creating
docs/manualpages/Viewer/PetscViewerASCIIPopTab.html tab^setting
docs/manualpages/Viewer/PetscViewerASCIIPopTab.html PetscViewerASCII^formating
docs/manualpages/Viewer/PetscViewerASCIIPrintf.html printf
docs/manualpages/Viewer/PetscViewerASCIIPrintf.html printing^to file
docs/manualpages/Viewer/PetscViewerASCIIPrintf.html PetscViewerASCII^printing
docs/manualpages/Viewer/PetscViewerASCIIPushTab.html tab^setting
docs/manualpages/Viewer/PetscViewerASCIIPushTab.html PetscViewerASCII^formating
docs/manualpages/Viewer/PetscViewerASCIISetTab.html tab^setting
docs/manualpages/Viewer/PetscViewerASCIISetTab.html PetscViewerASCII^formating
docs/manualpages/Viewer/PetscViewerASCIIUseTabs.html tab^setting
docs/manualpages/Viewer/PetscViewerASCIIUseTabs.html PetscViewerASCII^formating
docs/manualpages/Viewer/PetscViewerBinaryGetDescriptor.html PetscViewerBinary^accessing file descriptor
docs/manualpages/Viewer/PetscViewerBinaryGetDescriptor.html file descriptor^getting
docs/manualpages/Viewer/PetscViewerBinaryGetInfoPointer.html PetscViewerBinary^accessing info file
docs/manualpages/Viewer/PetscViewerBinaryGetSkipOptions.html PetscViewerBinary^accessing info file
docs/manualpages/Viewer/PetscViewerBinaryOpen.html remote file
docs/manualpages/Viewer/PetscViewerBinaryOpen.html accessing remote file
docs/manualpages/Viewer/PetscViewerBinaryOpen.html gzip
docs/manualpages/Viewer/PetscViewerBinaryOpen.html PetscViewerBinary^creating
docs/manualpages/Viewer/PetscViewerBinaryOpen.html binary files
docs/manualpages/Viewer/PetscViewerBinaryRead.html binary files
docs/manualpages/Viewer/PetscViewerBinaryReadStringArray.html binary files
docs/manualpages/Viewer/PetscViewerBinarySetSkipOptions.html PetscViewerBinary^accessing info file
docs/manualpages/Viewer/PetscViewerBinarySkipInfo.html PetscViewerBinary^accessing info file
docs/manualpages/Viewer/PetscViewerBinaryWrite.html binary files
docs/manualpages/Viewer/PetscViewerBinaryWriteStringArray.html binary files
docs/manualpages/Viewer/PetscViewerCreate.html sockets^creating <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>
docs/manualpages/Viewer/PetscViewerCreate.html file input/output^creating <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>
docs/manualpages/Viewer/PetscViewerCreate.html graphics^creating <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>
docs/manualpages/Viewer/PetscViewerDrawGetDraw.html graphics
docs/manualpages/Viewer/PetscViewerDrawGetDraw.html drawing^accessing <A HREF="../Draw/PetscDraw.html#PetscDraw">PetscDraw</A> context from <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>
docs/manualpages/Viewer/PetscViewerDrawGetDrawAxis.html line graph^accessing context
docs/manualpages/Viewer/PetscViewerDrawGetDrawLG.html line graph^accessing context
docs/manualpages/Viewer/PetscViewerDrawOpen.html drawing^opening <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>
docs/manualpages/Viewer/PetscViewerDrawOpen.html graphics^opening <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>
docs/manualpages/Viewer/PetscViewerFlush.html redrawing^flushing
docs/manualpages/Viewer/PetscViewerFlush.html flushing^Viewer data
docs/manualpages/Viewer/PetscViewerGetSingleton.html <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>^sequential version
docs/manualpages/Viewer/PetscViewerPopFormat.html <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>^setting format
docs/manualpages/Viewer/PetscViewerPushFormat.html <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>^setting format
docs/manualpages/Viewer/PetscViewerRegisterDynamic.html registering^Viewers
docs/manualpages/Viewer/PetscViewerSetFormat.html <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>^setting format
docs/manualpages/Viewer/PetscViewerSetFromOptions.html <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>^setting options
docs/manualpages/Viewer/PetscViewerSocketOpen.html sockets^sending data
docs/manualpages/Viewer/PetscViewerSocketOpen.html Matlab^sending data
docs/manualpages/Viewer/PetscViewerSocketPutInt.html sockets^sending data
docs/manualpages/Viewer/PetscViewerSocketPutInt.html Matlab^sending data
docs/manualpages/Viewer/PetscViewerSocketPutReal.html sockets^sending data
docs/manualpages/Viewer/PetscViewerSocketPutReal.html Matlab^sending data
docs/manualpages/Viewer/PetscViewerSocketPutScalar.html sockets^sending data
docs/manualpages/Viewer/PetscViewerSocketPutScalar.html Matlab^sending data
docs/manualpages/Viewer/PetscViewerStringOpen.html PetscViewerString^creating
docs/manualpages/Viewer/PetscViewerStringSPrintf.html printing^to string
docs/manualpages/Viewer/PetscViewerVUGetPointer.html file pointer^getting from <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>
docs/manualpages/Viewer/PetscViewerVUGetPointer.html <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>^file pointer
docs/manualpages/Viewer/PetscViewers.html viewing
docs/manualpages/Viewer/PetscViewersCreate.html <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>^array of
docs/manualpages/Viewer/PetscViewersGetViewer.html <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>^array of