sxamg | Algebraic Multigrid Solver Library
kandi X-RAY | sxamg Summary
kandi X-RAY | sxamg Summary
sxamg is a C library. sxamg has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
SXAMG is an Algebraic Multigrid Solver Library written by C. The initial code was from FASP (a linear solver package that implemented Krylov solvers, preconditioners and AMG solvers. The SXAMG was extracted from FASP to serve as a standalone AMG solver.
SXAMG is an Algebraic Multigrid Solver Library written by C. The initial code was from FASP (a linear solver package that implemented Krylov solvers, preconditioners and AMG solvers. The SXAMG was extracted from FASP to serve as a standalone AMG solver.
Support
Quality
Security
License
Reuse
Support
sxamg has a low active ecosystem.
It has 5 star(s) with 3 fork(s). There are no watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 2 have been closed. On average issues are closed in 3 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of sxamg is v1
Quality
sxamg has no bugs reported.
Security
sxamg has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
sxamg is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
sxamg releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of sxamg
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of sxamg
sxamg Key Features
No Key Features are available at this moment for sxamg.
sxamg Examples and Code Snippets
Copy
{
SX_AMG_PARS pars;
SX_MAT A;
SX_VEC b, x;
int verb = 2;
SX_RTN rtn;
/* default pars */
sx_amg_pars_init(&pars);
/* redefine parameters */
pars.maxit = 1000;
pars.verb = 2;
/* set A, b, initi
Community Discussions
No Community Discussions are available at this moment for sxamg.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install sxamg
The package will be installed to a directory. The default is /usr/local/sxamg/. A different directory can be set by --prefix=DIR.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page