# Table of fespace

**URL:** https://community.freefem.org/t/table-of-fespace/431
**Category:** General Discussion
**Created:** [May 25, 2020, 11:13pm UTC](https://community.freefem.org/t/table-of-fespace/431 "2020-05-25T23:13:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![amina](https://avatars.discourse-cdn.com/v4/letter/a/0ea827/32.png) [@amina](https://community.freefem.org/u/amina)
#### Post date: [May 25, 2020, 11:13pm UTC](https://community.freefem.org/t/table-of-fespace/431/1 "2020-05-25T23:13:57Z")

</div>

Hello all,

Is it possible to create a table of FE spaces in Freefem?  
I need something like fespace[int] Uhi(10);  
Unfortunately, this command doesn’t work for fespace, although it works for all the rest (mesh, real…)

Thanks,

---

<div class="post-metadata">

### Author: ![prj](https://avatars.discourse-cdn.com/v4/letter/p/ecae2f/32.png) [@prj](https://community.freefem.org/u/prj)
#### Post date: [May 26, 2020, 4:27am UTC](https://community.freefem.org/t/table-of-fespace/431/2 "2020-05-26T04:27:03Z")

</div>

It does work, e.g., [this](https://github.com/FreeFem/FreeFem-sources/blob/develop/examples/eigen/BeamEigenValue.edp#L56) example.
