Skip to content
Discussion options

You must be logged in to vote

I only see fixed point end in the log.

The issue is that the variable being changed is the variable being solved for in the subapp. It is one value before the solve, and then another value after. I want to use the difference in that value for the convergence criterion.

and you are transferring before and after and then taking the difference?
Using problem/verbose_multiapps = true you can see if that actually works. You need the transfers to occur in a specific order.
I would do this using two variables, one for "before the multiapp runs" and one for "app the multiapp runs" rather using the old / current coupleable apis

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@GiudGiud
Comment options

@TheGreatCid
Comment options

@TheGreatCid
Comment options

@GiudGiud
Comment options

Answer selected by TheGreatCid
@TheGreatCid
Comment options

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