Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
Loading...
Searching...
No Matches
SolFAMG.c File Reference

Full AMG method as an iterative solver. More...

#include <time.h>
#include "fasp.h"
#include "fasp_functs.h"

Go to the source code of this file.

Functions

void fasp_solver_famg (const dCSRmat *A, const dvector *b, dvector *x, AMG_param *param)
 Solve Ax=b by full AMG. More...
 

Detailed Description

Full AMG method as an iterative solver.

Note
This file contains Level-5 (Sol) functions. It requires: AuxMessage.c, AuxTiming.c, AuxVector.c, BlaSparseCheck.c, BlaSparseCSR.c, PreAMGSetupRS.c, PreAMGSetupSA.c, PreAMGSetupUA.c, PreDataInit.c, and PreMGSolve.c

Copyright (C) 2009–Present by the FASP team. All rights reserved.

Released under the terms of the GNU Lesser General Public License 3.0 or later.

Definition in file SolFAMG.c.

Function Documentation

◆ fasp_solver_famg()

INT fasp_solver_famg ( const dCSRmat A,
const dvector b,
dvector x,
AMG_param param 
)

Solve Ax=b by full AMG.

Parameters
APointer to dCSRmat: the coefficient matrix
bPointer to dvector: the right hand side
xPointer to dvector: the unknowns
paramPointer to AMG_param: AMG parameters
Author
Xiaozhe Hu
Date
02/27/2011

Modified by Chensong Zhang on 05/05/2013: Remove error handling for AMG setup

Definition at line 41 of file SolFAMG.c.