Dear Libmesh Developers,

Without mesh refinement, how to solve the linear equation with multiple
rhses. In current libmesh framework,

one can use "equation_systems.get_system("system").solve()" to get the
solution with one rhs.

In .solve(), there are assemble() and solver() functions. rhs can be
replaced in assemble(). However, which parameters need to be reinitialized
after finishing one rhs? Whether it is ok to call equation_systems.reinit()
to reinitialize necessary parameters for multiple rhses? Thanks a lot.

Regards,
Yujie
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to