dolfin.fem.form

Classes

Form(form[, form_compiler_parameters])

Create dolfin Form

class dolfin.fem.form.Form(form: ufl.form.Form, form_compiler_parameters: dict = None)[source]

Bases: ufl.form.Form

Create dolfin Form

Parameters
  • form – Pure UFL form

  • form_compiler_parameters – Parameters used in JIT FFC compilation of this form

Note

This wrapper for UFL form is responsible for the actual FFC compilation and attaching coefficients and domains specific data to the underlying C++ Form.