# The value on the grid node

**URL:** https://community.freefem.org/t/the-value-on-the-grid-node/1757
**Category:** General Discussion
**Created:** [May 19, 2022, 6:32am UTC](https://community.freefem.org/t/the-value-on-the-grid-node/1757 "2022-05-19T06:32:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Qianrui](https://avatars.discourse-cdn.com/v4/letter/q/9fc348/32.png) [@Qianrui](https://community.freefem.org/u/Qianrui)
#### Post date: [May 19, 2022, 6:32am UTC](https://community.freefem.org/t/the-value-on-the-grid-node/1757/1 "2022-05-19T06:32:43Z")

</div>

In the process of time iteration, the finite element solution obtained at each step is actually the value on the grid node, but (3,0.5) is not the grid node. Why can it be obtained?

> mesh Th = square(30, 5, [6.\*x,y]);  
> …

> ff \<\< u(3., 0.5) \<\< endl;
