You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #3542 it was commented by @jhale that the selection of cpp-types of python wrappers can be unified and should not require a custom handling in each wrapper.
Given a dtype and a list of exported dtype's we are able to determine the underlying cpp-type programmatically or throw (if not exported/supported).
Wrapper classes that share this:
FiniteElement
CoordinateElement
DirichletBC
Form
Constant
Function
Expression
FunctionSpace
BoundingBoxTree
AdjacencyList
MatrixCSR
Vector
(probably some more that were missed)
The text was updated successfully, but these errors were encountered:
In #3542 it was commented by @jhale that the selection of
cpp
-types of python wrappers can be unified and should not require a custom handling in each wrapper.Given a
dtype
and a list of exporteddtype
's we are able to determine the underlying cpp-type programmatically or throw (if not exported/supported).Wrapper classes that share this:
FiniteElement
CoordinateElement
DirichletBC
Form
Constant
Function
Expression
FunctionSpace
BoundingBoxTree
AdjacencyList
MatrixCSR
Vector
The text was updated successfully, but these errors were encountered: