Instead of using C types, it would be neater to use numpy types for the scalar type, when needed.
e.g.
ffcx --scalar_type=complex128 Form.py rather than ffcx --scalar_type="double _Complex" Form.py
The translation to implementation scalar type would take place in the "C" language implementation part.
Instead of using C types, it would be neater to use numpy types for the scalar type, when needed. e.g.
ffcx --scalar_type=complex128 Form.py
rather thanffcx --scalar_type="double _Complex" Form.py
The translation to implementation scalar type would take place in the "C" language implementation part.