# Can it solve the coupled PDEs in 3D?

**URL:** https://community.freefem.org/t/can-it-solve-the-coupled-pdes-in-3d/2849
**Category:** General Discussion
**Created:** [December 26, 2023, 7:46am UTC](https://community.freefem.org/t/can-it-solve-the-coupled-pdes-in-3d/2849 "2023-12-26T07:46:03Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![okra](https://avatars.discourse-cdn.com/v4/letter/o/96bed5/32.png) [@okra](https://community.freefem.org/u/okra)
#### Post date: [December 26, 2023, 7:46am UTC](https://community.freefem.org/t/can-it-solve-the-coupled-pdes-in-3d/2849/1 "2023-12-26T07:46:03Z")

</div>

Hello, everyone! I’m a new learner of FreeFEM, and I need to solve a reaction-diffusion system, which has two variables, just like the following form:

u\_t=D11\*(△u)+D12\*(△v)+f(u,v),  
v\_t=D21\*(△u)+D22\*(△v)+g(u,v),

the △ denotes Laplacian, and the omega is 3D space.

I have watched some tutorial videos, but I haven’t seen similar examples. So, I really want to know if it can slove this kind PDEs, thank you so much!!!

---

<div class="post-metadata">

### Author: ![frederichecht](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.freefem.org/frederichecht/32/15_2.png) [@frederichecht](https://community.freefem.org/u/frederichecht)
#### Post date: [December 27, 2023, 4:21pm UTC](https://community.freefem.org/t/can-it-solve-the-coupled-pdes-in-3d/2849/2 "2023-12-27T16:21:14Z")

</div>

yes not problem ,  
first try in 2d more simple,  
and choose the time stepping schema.

remark, the numeric depend strongly of the 2 function f and g.

---

<div class="post-metadata">

### Author: ![okra](https://avatars.discourse-cdn.com/v4/letter/o/96bed5/32.png) [@okra](https://community.freefem.org/u/okra)
#### Post date: [December 28, 2023, 3:16am UTC](https://community.freefem.org/t/can-it-solve-the-coupled-pdes-in-3d/2849/3 "2023-12-28T03:16:27Z")

</div>

Thank you very much for your suggestions!!! I will try!
