Home
last modified time | relevance | path

Searched defs:KN_ (Results 1 – 2 of 2) sorted by relevance

/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DRNM.hpp395 class KN_: public ShapeOfArray { class
407 KN_(const KN_<R> & u) :ShapeOfArray(u),v(u.v){} in KN_() function in KN_
408 KN_(const KN_<R> & U,const SubArray & sa) : ShapeOfArray(U,sa),v(U.v + U.index(sa.start)) {} in KN_() function in KN_
584 KN_(R *u,const ShapeOfArray & s):ShapeOfArray(s),v(u){} in KN_() function in KN_
585 KN_(R *u,long nn,long s):ShapeOfArray(nn,s),v(u){} in KN_() function in KN_
586 KN_(R *u,long nn,long s,long nextt):ShapeOfArray(nn,s,nextt),v(u){} in KN_() function in KN_
587 KN_(R *u,long nn):ShapeOfArray(nn),v(u){} in KN_() function in KN_
605 KN_(const KN_<R> & u,long offset) :ShapeOfArray(u),v(&u[offset]){} in KN_() function in KN_
606 KN_(const KN_<R> & u,const ShapeOfArray &sh,long startv=0) in KN_() function in KN_
608 KN_(const KN_<R> & u,long nnext,const ShapeOfArray &sh,long startv=0) in KN_() function in KN_
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/bamg/
H A DRNM.hpp435 class KN_: public ShapeOfArray { class
452 KN_(const KN_<R> & u) :ShapeOfArray(u),v(u.v){} in KN_() function in KN_
453 KN_(const KN_<R> & U,const SubArray & sa) : ShapeOfArray(U,sa),v(U.v + U.index(sa.start)) {} in KN_() function in KN_
611 KN_(R *u,const ShapeOfArray & s):ShapeOfArray(s),v(u){} in KN_() function in KN_
612 KN_(R *u,long nn,long s):ShapeOfArray(nn,s),v(u){} in KN_() function in KN_
613 KN_(R *u,long nn,long s,long nextt):ShapeOfArray(nn,s,nextt),v(u){} in KN_() function in KN_
614 KN_(R *u,long nn):ShapeOfArray(nn),v(u){} in KN_() function in KN_
632 KN_(const KN_<R> & u,long offset) :ShapeOfArray(u),v(&u[offset]){} in KN_() function in KN_
633 KN_(const KN_<R> & u,const ShapeOfArray &sh,long startv=0) in KN_() function in KN_
635 KN_(const KN_<R> & u,long nnext,const ShapeOfArray &sh,long startv=0) in KN_() function in KN_