~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to dolfin/swig/dolfin_docstrings.i

  • Committer: Kent-Andre Mardal
  • Date: 2008-05-19 14:21:52 UTC
  • mfrom: (2668.5.1 trunk)
  • mto: (2668.1.16 trunk)
  • mto: This revision was merged to the branch mainline in revision 2670.
  • Revision ID: kent-and@simula.no-20080519142152-7zb7r4htl7111izh
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
399
399
Update for real-valued ODE. ";
400
400
 
401
401
 
 
402
// File: classdolfin_1_1DefaultFactory.xml
 
403
%feature("docstring") dolfin::DefaultFactory "";
 
404
 
 
405
%feature("docstring")  dolfin::DefaultFactory::DefaultFactory "
 
406
 
 
407
Constructor. ";
 
408
 
 
409
%feature("docstring")  dolfin::DefaultFactory::~DefaultFactory "
 
410
 
 
411
Destructor. ";
 
412
 
 
413
%feature("docstring")  dolfin::DefaultFactory::createMatrix "
 
414
 
 
415
Create empty matrix. ";
 
416
 
 
417
%feature("docstring")  dolfin::DefaultFactory::createVector "
 
418
 
 
419
Create empty vector. ";
 
420
 
 
421
%feature("docstring")  dolfin::DefaultFactory::createPattern "
 
422
 
 
423
Create empty sparsity pattern. ";
 
424
 
 
425
 
402
426
// File: classdolfin_1_1dGqMethod.xml
403
427
%feature("docstring") dolfin::dGqMethod "
404
428
 
529
553
Make row associated with boundary conditions zero, useful for non-
530
554
diagonal matrices in a block matrix. ";
531
555
 
 
556
%feature("docstring")  dolfin::DirichletBC::setSubSystem "
 
557
 
 
558
Set (or update) value for sub system. ";
 
559
 
532
560
%feature("docstring")  dolfin::DirichletBC::mesh "
533
561
 
534
562
Return mesh. ";
1110
1138
 
1111
1139
Get non-zero values of given row. ";
1112
1140
 
 
1141
%feature("docstring")  dolfin::GenericMatrix::setrow "
 
1142
 
 
1143
Set values for given row. ";
 
1144
 
1113
1145
%feature("docstring")  dolfin::GenericMatrix::zero "
1114
1146
 
1115
1147
Set given rows to zero. ";
1763
1795
 
1764
1796
Create empty matrix. ";
1765
1797
 
 
1798
%feature("docstring")  dolfin::LinearAlgebraFactory::createVector "
 
1799
 
 
1800
Create empty vector. ";
 
1801
 
1766
1802
%feature("docstring")  dolfin::LinearAlgebraFactory::createPattern "
1767
1803
 
1768
1804
Create empty sparsity pattern. ";
1769
1805
 
1770
 
%feature("docstring")  dolfin::LinearAlgebraFactory::createVector "
1771
 
 
1772
 
Create empty vector. ";
1773
 
 
1774
1806
 
1775
1807
// File: classdolfin_1_1LinearPDE.xml
1776
1808
%feature("docstring") dolfin::LinearPDE "
1971
2003
 
1972
2004
Get non-zero values of given row. ";
1973
2005
 
 
2006
%feature("docstring")  dolfin::Matrix::setrow "
 
2007
 
 
2008
Set values for given row. ";
 
2009
 
1974
2010
%feature("docstring")  dolfin::Matrix::zero "
1975
2011
 
1976
2012
Set given rows to zero. ";
3501
3537
 
3502
3538
%feature("docstring")  dolfin::SparsityPattern::SparsityPattern "
3503
3539
 
3504
 
Constructor. ";
 
3540
Create empty sparsity pattern. ";
 
3541
 
 
3542
%feature("docstring")  dolfin::SparsityPattern::SparsityPattern "
 
3543
 
 
3544
Create sparsity pattern for matrix of given dimensions. ";
 
3545
 
 
3546
%feature("docstring")  dolfin::SparsityPattern::SparsityPattern "
 
3547
 
 
3548
Create sparsity pattern for vector of given dimension. ";
3505
3549
 
3506
3550
%feature("docstring")  dolfin::SparsityPattern::~SparsityPattern "
3507
3551
 
3519
3563
 
3520
3564
%feature("docstring")  dolfin::SparsityPattern::insert "
3521
3565
 
3522
 
Insert non-zero entry. ";
 
3566
Insert non-zero entries. ";
 
3567
 
 
3568
%feature("docstring")  dolfin::SparsityPattern::insert "
 
3569
 
 
3570
Insert non-zero entries. ";
3523
3571
 
3524
3572
%feature("docstring")  dolfin::SparsityPattern::pinsert "
3525
3573
 
3901
3949
 
3902
3950
Get non-zero values of given row. ";
3903
3951
 
 
3952
%feature("docstring")  dolfin::uBlasMatrix::setrow "
 
3953
 
 
3954
Set values for given row. ";
 
3955
 
3904
3956
%feature("docstring")  dolfin::uBlasMatrix::zero "
3905
3957
 
3906
3958
Set given rows to zero. ";
4567
4619
// File: File_8h.xml
4568
4620
 
4569
4621
 
4570
 
// File: default__la__types_8h.xml
 
4622
// File: DefaultFactory_8h.xml
4571
4623
 
4572
4624
 
4573
4625
// File: EpetraFactory_8h.xml