Hello,
I have created a user defined field inside cs_user_parameters.c (I underline .c), through "cs_field_create".
Nevertheless, I am not able to find a way to activate its post-processing...
Anybody knows what is the function I have to use for that?
Thank you very much in advance.
Best regards,
Daniele
activate post-processing for user defined field
Forum rules
Please read the forum usage recommendations before posting.
Please read the forum usage recommendations before posting.
-
- Posts: 4220
- Joined: Mon Feb 20, 2012 3:25 pm
Re: activate post-processing for user defined field
Hello,
You can look at the examples using CS_POST_MONOTOR here :
https://www.code-saturne.org/documentat ... eters.html
replacing CS_POST_MONITOR with CS_POST_ON_LOCATION.
Regards,
Yvan
You can look at the examples using CS_POST_MONOTOR here :
https://www.code-saturne.org/documentat ... eters.html
replacing CS_POST_MONITOR with CS_POST_ON_LOCATION.
Regards,
Yvan