MultiMeshAssembler.h

Note

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

class MultiMeshAssembler

Parent class(es)

This class implements functionality for finite element assembly over cut and composite finite element (MultiMesh) function spaces.

MultiMeshAssembler()

Constructor

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

Assemble tensor from given form

Arguments
A (GenericTensor)
The tensor to assemble.
a (Form)
The form to assemble the tensor from.