3D meshing control

I am struggling the meshing control in volumetric data (x,y, z, f(x, y, z)), where, x, y, and z represents the coordinates of axis.

I am using 3d meshing (Delaunay3D ) but it unnecessarily meshing with the outer surfaces of the domain (T-Shape).

Can anyone comment to remove such extra mesh in a 3d context?