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

Method integral_types

python/dolfinx/fem/forms.py:113–115  ·  view source on GitHub ↗

Integral types in the form.

(self)

Source from the content-addressed store, hash-verified

111
112 @property
113 def integral_types(self):
114 """Integral types in the form."""
115 return self._cpp_object.integral_types
116
117 def num_integrals(self, integral_type: IntegralType, kernel_index: int) -> int:
118 """Number of integrals of a given type for a specific cell type.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected