Hello,

I am trying to learn the DifferentiableSystem to solve a system of equations of 
(v1,v2)

v1_t + f(v1) + g(v2) = 0
h(v2) = 0

Here, equation (1) has a time derivative of v1. and (2) doesn't have any time 
derivatives.

I am wondering what I should write to the functions element_time_derivative and 
the element_constraint in FEMSystem class.

How fast the DifferentiableSystem method can compare to the 
NonlinearImplicitSystem class + jacobian & residual functions.

Thank you very much for your help,
/ Ming Q.
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to