Integral types in the form.
(self)
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected