2598
2598
Evaluate scalar function at given point (overload for scalar user-
2599
2599
defined function). ";
2601
%feature("docstring") dolfin::MeshSize::min "
2603
Compute minimal cell diameter. ";
2602
2606
// File: classdolfin_1_1MeshTopology.xml
2603
2607
%feature("docstring") dolfin::MeshTopology "
3452
// File: classdolfin_1_1SingularSolver.xml
3453
%feature("docstring") dolfin::SingularSolver "
3455
This class provides a linear solver for singular linear systems Ax = b
3456
where A has a one-dimensional null-space (kernel). This may happen for
3457
example when solving Poisson's equation with pure Neumann boundary
3460
The solver attempts to create an extended non-singular system by
3461
adding the constraint [1, 1, 1, ...]^T x = 0.
3463
If an optional mass matrix M is supplied, the solver attempts to
3464
create an extended non-singular system by adding the constraint m^T x
3465
= 0 where m is the lumped mass matrix. This corresponds to setting the
3466
average (integral) of the finite element function with coefficients x
3469
The solver makes not attempt to check that the null-space is indeed
3470
one-dimensional. It is also assumed that the system Ax = b retains its
3471
sparsity pattern between calls to solve().
3473
C++ includes: SingularSolver.h ";
3475
%feature("docstring") dolfin::SingularSolver::SingularSolver "
3477
Create linear solver. ";
3479
%feature("docstring") dolfin::SingularSolver::~SingularSolver "
3483
%feature("docstring") dolfin::SingularSolver::solve "
3485
Solve linear system Ax = b. ";
3487
%feature("docstring") dolfin::SingularSolver::solve "
3489
Solve linear system Ax = b using mass matrix M for setting constraint.
3448
3493
// File: classdolfin_1_1SparsityPattern.xml
3449
3494
%feature("docstring") dolfin::SparsityPattern "