Home
last modified time | relevance | path

Searched defs:PrecondProcC (Results 1 – 3 of 3) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/laspack/
H A Dmlsolv.C31 PrecondProcType PrecondProcC, _LPDouble OmegaC) in MGStep()
69 PrecondProcType PrecondProcC, _LPDouble OmegaC) in MGIter()
108 PrecondProcType PrecondProcC, _LPDouble OmegaC) in NestedMGIter()
145 PrecondProcType PrecondProcC, _LPDouble OmegaC)/* multigrid preconditioned CG method */ in MGPCGIter()
209 PrecondProcType PrecondProcC, _LPDouble OmegaC) in BPXPrecond()
240 PrecondProcType PrecondProcC, _LPDouble OmegaC) in BPXPCGIter()
/dports/math/laspack/laspack/
H A Dmlsolv.c31 PrecondProcType PrecondProcC, double OmegaC) in MGStep()
69 PrecondProcType PrecondProcC, double OmegaC) in MGIter()
108 PrecondProcType PrecondProcC, double OmegaC) in NestedMGIter()
145 PrecondProcType PrecondProcC, double OmegaC)/* multigrid preconditioned CG method */ in MGPCGIter()
209 PrecondProcType PrecondProcC, double OmegaC) in BPXPrecond()
240 PrecondProcType PrecondProcC, double OmegaC) in BPXPCGIter()
/dports/math/laspack/laspack/examples/mlstest/
H A Dmlstest.c102 PrecondProcType PrecondProcC; /* pointer to preconditioner on coarsest grid */ in main() local
200 PrecondProcType *PrecondProcC, double *OmegaC, in MGParmInput()
629 PrecondProcType PrecondProcC, double OmegaC, in MGSolver()