- Thank you received: 0
Monitor meshing in Python
1 year 11 months ago #4587
by mrbenson
Monitor meshing in Python was created by mrbenson
Hello,
1 - Is there a simple example showing how to monitor the meshing process (edges,faces,solides) and display customized info (with : stage, percent, id of the current entity)
I used to use "SetMessageImportance(2)" but that's quite "dirty" cause i need to parse the python stdout... I'd be nice to have an explicit defined FunctionPointer (callback)
2 - Does someone know what "SetLoggingLevel(LOG_LEVEL.Trace,"TaskManager")" is for ? I see nothing.
Best regards.
1 - Is there a simple example showing how to monitor the meshing process (edges,faces,solides) and display customized info (with : stage, percent, id of the current entity)
I used to use "SetMessageImportance(2)" but that's quite "dirty" cause i need to parse the python stdout... I'd be nice to have an explicit defined FunctionPointer (callback)
2 - Does someone know what "SetLoggingLevel(LOG_LEVEL.Trace,"TaskManager")" is for ? I see nothing.
Best regards.
1 year 11 months ago #4589
by mrbenson
Replied by mrbenson on topic Monitor meshing in Python
Does the forum still active ?
- mrambausek
- Offline
- New Member
Less
More
- Thank you received: 3
1 year 11 months ago #4592
by mrambausek
Replied by mrambausek on topic Monitor meshing in Python
Hi,
@1: at least to my still limited knowledge, I am not aware of such specialized/fine-grained progress tracking.
@2: Maybe this thread has an answer for you: ngsolve.org/forum/ngspy-forum/855-stop-t...ager-console-message
"TaskManager" is used to activate shared-memory parallelization. So the option you refer to might not always have an effect.
Hope I could help at least a bit.
Best,
Matthias R
@1: at least to my still limited knowledge, I am not aware of such specialized/fine-grained progress tracking.
@2: Maybe this thread has an answer for you: ngsolve.org/forum/ngspy-forum/855-stop-t...ager-console-message
"TaskManager" is used to activate shared-memory parallelization. So the option you refer to might not always have an effect.
Hope I could help at least a bit.
Best,
Matthias R
Time to create page: 0.098 seconds