OpenMpAssembler

class dolfin.cpp.fem.OpenMpAssembler

Bases: dolfin.cpp.fem.AssemblerBase

This class provides automated assembly of linear systems, or more generally, assembly of a sparse tensor from a given variational form.

The MeshFunction arguments can be used to specify assembly over subdomains of the mesh cells, exterior facets or interior facets. Either a null pointer or an empty MeshFunction may be used to specify that the tensor should be assembled over the entire set of cells or facets.

Constructor

assemble()

Assemble tensor from given form

thisown None

The membership flag

Previous topic

NonlinearVariationalSolver

Next topic

PointIntegralSolver

This Page