sxamg | Algebraic Multigrid Solver Library

 by   huiscliu C Version: v1 License: GPL-3.0

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.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              sxamg has a low active ecosystem.
              It has 5 star(s) with 3 fork(s). There are no watchers for this library.
              OutlinedDot
              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

            kandi-Quality Quality

              sxamg has no bugs reported.

            kandi-Security Security

              sxamg has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License 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.

            kandi-Reuse 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
            Get all kandi verified functions for this library.

            sxamg Key Features

            No Key Features are available at this moment for sxamg.

            sxamg Examples and Code Snippets

            Demo
            Cdot img1Lines of Code : 25dot img1License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            {
                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  
            How-to,Configuration
            Cdot img2Lines of Code : 1dot img2License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            ./configure
              
            How-to,Options
            Cdot img3Lines of Code : 1dot img3License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            ./configure --help
              

            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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/huiscliu/sxamg.git

          • CLI

            gh repo clone huiscliu/sxamg

          • sshUrl

            git@github.com:huiscliu/sxamg.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link