Replies: 3 comments 9 replies
-
@starkekr you can start with mfem.org/examples/ and select |
Beta Was this translation helpful? Give feedback.
-
Is there an example with a simple time dependent nonlinear galerkin problem? It seems like example 16 is close to this but not exactly what I need. How would I modify this example so that the diffusion operator is evaluated at the most recent newton step? I am asking mainly about logistics here. Does the member variable CGSolver T_solver; need to be replaced with NewtonSolver type? In this case how does this solver get called, |
Beta Was this translation helpful? Give feedback.
-
I'm not sure. This can probably be controlled easily by the application.
See For questions that are unrelated to the original topic, it's better to start a new issue. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am very new to MFEM and am really just looking for information. If I was trying to implement a new set of physics into MFEM, say a phase field module, what all would I need to implement? To me it seems like the I would have to implement a class which derives from the NonlinearFormIntegrator class? I am very familier with the MOOSE framework code where pde's are cast into kernals and these kernels provide the residual vector and jacobian matrix for applying Newton's method to solve the discretized set of equations. I do not know which classes perform these types of operations in MFEM. I will also need to provide coupling between multiple independent variables in the problem
Any information or pointing me to a set of classes with implement some sort of nonlinear Galerkin finite element solution scheme would be very much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions