Skip to content

No convergence with an Mfront law in code_aster #182

Answered by thelfer
Max-EDFLMT asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Max-EDFLMT.

Good to see that you made progresses. Very interested to see what will be the final result

First of all, have you read the last part of this tutorial ?
You probably shall use the Jacobi eigen solver and either Algorithm 3 or Algorithm 4.

Concerning code_aster and the MTest file generation, I don't remember the details, but the basic idea is to put the call the STAT_NON_LINE in try/except bloc and do something like this:

try:
    STAT_NON_LINE(...)
except:
    os.system("cp *.mtest <insert_directory_where_to_copy_the_mtest_files>")

Replies: 1 comment 19 replies

Comment options

You must be logged in to vote
19 replies
@Max-EDFLMT
Comment options

@thelfer
Comment options

@Max-EDFLMT
Comment options

@thelfer
Comment options

@rian44s
Comment options

Answer selected by Max-EDFLMT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants