Atom topic feed | site map | contact | login | Protection des données personnelles | Powered by FluxBB | réalisation artaban
You are not logged in.
Hello everyone,
Given the fact that I have a result object from a non-linear static computation (i.e. an instance of an evol_noli) like the following:
RES = STAT_NON_LINE( ... )
How can I modify the values in the memory of e.g. the component LAGS_C of the field DEPL by means of python and the aster data structures contained in RES?
I try to avoid the procedure of creating a new field with CREA_CHAMP with exactly the same values as those coming from STAT_NON_LINE, but with just a couple of modifications to LAGS_C, to later create a new result with CREA_RESU.
Any idea on how to achieve this would be really appreciated.
Best regards,
Guillermo
Offline
Hi,
i'm interested too in such topic. I really would like to access the data structure of code_aster with python. e.g. i would like to edit a property field (such as thermal conductance LAMBDA) without using the CREA_CHAMP + NEUT parameter.
Andrea
Offline