logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sc::TriangleIntegrator

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020                        sc::TriangleIntegrator(3)

Name

       sc::TriangleIntegrator

Synopsis

       Inherits sc::DescribedClass.

       Inherited by sc::GaussTriangleIntegrator.

   PublicMemberFunctionsTriangleIntegrator (const Ref< KeyVal > &)
       TriangleIntegrator (int n)
       double w (int i)
       double r (int i)
       double s (int i)
       int n ()
       virtual void set_n (int n)
       Ref< TriInterpCoef > coef (int order, int i)

   ProtectedMemberFunctions
       void set_r (int i, double r)
       void set_s (int i, double s)
       void set_w (int i, double w)
       void init_coef ()
       void clear_coef ()

See Also