I am trying to print the result at a specified point in a 3D cubic domain by the script:
cout<< "value of T at (0,0,0) = "<< T(0,0,0)<<endl;
but an error message is showing as:
but it is throwing error as:
Also, I am not able to export the results due to this error
Kindly help me to fix this issue!!!