OpenMpAssembler.h

Note

The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.

class OpenMpAssembler

Parent class(es)

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.

OpenMpAssembler()

Constructor

void assemble(GenericTensor& A, const Form& a)

Assemble tensor from given form

Previous topic

NonlinearVariationalSolver.h

Next topic

PointSource.h

This Page