Suppose i have the following three-dimensional object which is desribed as follows in three-dimensional coordinates: The base area is rectangular and described by the coordiantes $(a,b,0),(a,-b,0),(-a,b,0),(-a,-b,0)$. For two points $(a,x,0)$ and $(-a,-x,0)$ we construct a parabola which has the maximum at $(0,0,h)$. It basically looks like this:
I am searching for the name of this object and a formula for it. My attempt was to define a function $f:[-b,b]\times[-a,a]\rightarrow\mathbb{R}_{\geq 0}$ by $$f(x,y)=\frac{-h}{a^2 + x^2}\left(\sqrt{x^2 + y^2}\right)^2 + h)$$ if $\sqrt{x^2 + y^2} > 0 \wedge |\sin^{-1}(\frac{x}{\sqrt{x^2 + y^2}})| < \sin^{-1}(\frac{b}{\sqrt{a^2 + b^2}})$ and $$f(x,y)=\frac{-h}{b^2 + y^2}\left(\sqrt{x^2 + y^2}\right)^2 + h)$$ if $\sqrt{x^2 + y^2} > 0 \wedge |\sin^{-1}(\frac{x}{\sqrt{x^2 + y^2}})| \geq \sin^{-1}(\frac{b}{\sqrt{a^2 + b^2}})$
But then i get this for $a=12$ and $b=6$:
If $a=b=6$, it looks fine:


