Peano
Loading...
Searching...
No Matches
DGCGCoupling.py File Reference

Go to the source code of this file.

Data Structures

class  solvers.api.actionsets.DGCGCoupling.AbstractDGCGCoupling
 Couple the solution and updates of two different solvers. More...
 
class  solvers.api.actionsets.DGCGCoupling.AdditiveDGCGCoupling
 Introduce additive CC Coupling. More...
 
class  solvers.api.actionsets.DGCGCoupling.MultiplicativeDGCGCoupling
 Introduce multiplicative CC Coupling. More...
 

Namespaces

namespace  solvers
 This file is part of the multigrid project within Peano 4.
 
namespace  solvers.api
 This file is part of the multigrid project within Peano 4.
 
namespace  solvers.api.actionsets
 
namespace  solvers.api.actionsets.DGCGCoupling
 

Functions

 solvers.api.actionsets.DGCGCoupling.prepare_CG_correction_solvers (dg_solver, cg_solver)
 Prepare CG solver for coupling and ensure that both solvers are invoked in the correct order.