Level 29

You see a room which is 10x10m wide (0x0 to 9x9).
Every square has the exact temperature of 10°C. We apply continuously 168°C heat to the field 4x6
What is the temperature (rounded to whole numbers) in the field 5x4 after 135 iterations according to the Gauss-Seidel iteration

Field in the beginning

10101010101010101010
10101010101010101010
10101010101010101010
10101010101010101010
10101010101010101010
10101010101010101010
10101010101010101010
10101010101010101010
10101010101010101010
10101010101010101010

Field after 4 iterations (rounded after 4th iteration)

1233333321
2456666542
3567888753
367111515131073
3611243933231595
392458104684023136
413381032721145428157
4123067113764525146
38193651422918105
24916211914953

Temperature in field 5x4 after 135 iterations: