MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / CompiledForm

Class CompiledForm

python/dolfinx/fem/forms.py:542–549  ·  view source on GitHub ↗

Compiled UFL form without associated DOLFINx data.

Source from the content-addressed store, hash-verified

540
541@dataclass
542class CompiledForm:
543 """Compiled UFL form without associated DOLFINx data."""
544
545 ufl_form: ufl.Form # The original ufl form
546 ufcx_form: typing.Any # The compiled form
547 module: typing.Any # The module
548 code: str # The source code
549 dtype: npt.DTypeLike # data type used for the `ufcx_form`
550
551
552def compile_form(

Callers 1

compile_formFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected