Open yguclu opened 8 months ago
This property mimics the one that should be added to the function spaces in SymPDE. In practice it should just match the dtype property of the space of coefficients:
dtype
@property def codomain_type(self): return self.vector_space.dtype
This property mimics the one that should be added to the function spaces in SymPDE. In practice it should just match the
dtype
property of the space of coefficients: