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

Term.get() does not work with 'val' and 'facet_extra' integration #1003

Open
rc opened this issue Jun 23, 2023 · 2 comments
Open

Term.get() does not work with 'val' and 'facet_extra' integration #1003

rc opened this issue Jun 23, 2023 · 2 comments
Assignees
Labels

Comments

@rc
Copy link
Member

rc commented Jun 23, 2023

It seems that while the PyCMapping.bfg is correctly the 'cell' one, PyCMapping.bf is the 'facet' one.

So self.get(state, 'val', integration=self.act_integration) fails. I could not use just the 'facet' integration, as I needed also the gradient.

@rc rc added the defect label Jun 23, 2023
@vlukes
Copy link
Member

vlukes commented Aug 15, 2023

@rc, do you have an example, where it fails?

@rc
Copy link
Member Author

rc commented Aug 15, 2023

Try adding

    integration = ('cell', 'facet_extra')

for example to dw_nl_diffusion and then run sfepy-test sfepy/tests/test_term_call_modes.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants