Hi,

I am working on nonlinear domain decomposition method and local nonlinear
system is solved by Newton methods. Therefore, I have to set up subsnes and
also DM for each subsnes.

In PETSc, it provides *DMCreateDomainDecomposition() *for structured grids and
then we can have DMs for subsnes.  In Libmesh, I found  two similar
undeclared functions in libmesh/src/solvers/petscdmlibmeshimpl.C, which can
help me got DMs for subproblems:

*DMCreateFieldDecomposition_libMesh()* and
*DMCreateDomainDecomposition_libMesh()*

Could you tell me whether two  functions work or  not? If they work, could
you add declarations for them in Libmesh?

Could you give me some suggestions to set up subsnes for each subdomain?


Thanks!

-- 

------------------------------
This message and its contents, including attachments are intended solely 
for the original recipient. If you are not the intended recipient or have 
received this message in error, please notify me immediately and delete 
this message from your computer system. Any unauthorized use or 
distribution is prohibited. Please consider the environment before printing 
this email.
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to