Frequently asked questions (FAQ)

Contents

Frequently asked questions (FAQ)#

Mesh#

  • How to check the supported mesh type?

You can refer to jax_fem.basis.get_elements

Solver#

  • How to utilize GPU to accelerate my computation?

Make sure that you have installed the GPU version of jax and the computation will be automatically performed on GPU.

Remarks#

If your question isn’t covered above, you can search existing issues or open a new issue on Github.