Hi!
I’m working to develop a Julia library to connect to FreeFEM++ using the mmap-semaphore plugin. The objective is to be able to pass vectors, meshes and solutions directly through mmap, without writing them to disk, to make the communication as fast as possible. I find the documentation a little sparse wrt data structures used internally by FreeFEM, so I wanted to ask:
- What data can be passed using
Write
andRead
from the plugin. - Where can I find more documentation or information on the in-memory data structure of different types in FreeFEM?
Thank you for the great software and the time.