CCFEMAssembler.h

Note

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

class CCFEMAssembler

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

CCFEMAssembler()

Constructor

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

Assemble tensor from given form

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