Topic: Domain Decomposition w/ multiple time steps
Hello fellow developers,
I recently learned about OOFEM via google and am very excited to learn and use this solver.
I am a graduate student at the George Washington University and am currently working on multiple grid and multiple time-scale (MGMT) simulations in continuum mechanics.
What is MGMT?
> Using MGMT one can selectively discretize different regions of a domain, both in space and time, and still obtain a global, synchronous solution of the entire problem.
Basically, allow different mesh size in distinct regions of a domain and integrate these regions with different time-steps, independent of each other.
My question
> I am really looking forward to implement my formulation using an established FEM solver (such as oofem) that allows user programming capabilities. I would like to know if OOFEM is flexible enough in allowing user to access the core data structure, the solver and the data itself.
I would really appreciate if the community could share their experience in programming/modifying OOFEM to suit their own applications. Any resources/examples/opinions are much appreciated.
Thanks!!