Evaluate function containing min-function for vector
Dear Community,
I'd like to evaluate a user-defined function for multiple input arguments using a vector. The problem is that my function contains the min-function and the user-defined function is evaluated only for the smallest argument. The following illustration shows my (simplified) function to calculate the force distribution in a concrete plate.

Is it possible to adapt the function, so that a vector can be used as input argument, or do I have to use a range variable?
Thank you for your efforts!

