Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add property codomain_type to base class FemSpace #380

Open
yguclu opened this issue Feb 20, 2024 · 0 comments
Open

Add property codomain_type to base class FemSpace #380

yguclu opened this issue Feb 20, 2024 · 0 comments
Labels
FEM API Objects describing finite element concepts

Comments

@yguclu
Copy link
Member

yguclu commented Feb 20, 2024

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:

@property
def codomain_type(self):
    return self.vector_space.dtype
@yguclu yguclu added the FEM API Objects describing finite element concepts label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEM API Objects describing finite element concepts
Projects
None yet
Development

No branches or pull requests

1 participant