- Thank you received: 3
Maximum absolute value of a coefficient function
6 years 2 months ago #1193
by ddrake
Maximum absolute value of a coefficient function was created by ddrake
Hi, can anyone suggest a clever way to compute the maximum absolute value of a coefficient function over a mesh? I can work it out by evaluating the coefficient function at mapped integration points and using Numpy, but maybe there is a better way...
Thanks,
Dow
Thanks,
Dow
- christopher
- Offline
- Administrator
Less
More
- Thank you received: 101
6 years 1 month ago #1229
by christopher
Replied by christopher on topic Maximum absolute value of a coefficient function
Hi,
Did you see the possibility of using mesh points in an numpy array (and evaluating cfs quickly on them)?
I described that in this thread:
ngsolve.org/forum/ngspy-forum/230-need-h...-bound-limiter-again
Best
Christopher
Did you see the possibility of using mesh points in an numpy array (and evaluating cfs quickly on them)?
I described that in this thread:
ngsolve.org/forum/ngspy-forum/230-need-h...-bound-limiter-again
Best
Christopher
Time to create page: 0.113 seconds