Home
last modified time | relevance | path

Searched refs:uN (Results 1 – 25 of 1122) sorted by relevance

12345678910>>...45

/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/AccelerationAlgorithms/
H A DFAnderson.ixx29 // uO,uN: Old and new displacement field
32 void FAnderson<Field,real>::newIter(Field*&uO,Field*&uN,Field*&Df) {
38 uO=uN;
41 uN=this->u[0];
44 uN=this->u[this->n];
49 anderson::linear_combinaison(*uN,this->u,this->w,this->n);
50 uO=uN;
62 this->u[this->n-1]=uN;
72 // uN: Old and new displacement field
75 void FAnderson<Field,real>::restart(Field*&uO,Field*&uN,Field*&Df) {
[all …]
H A DUAnderson.ixx31 // uO,uN: Old and new displacement field
33 void UAnderson<Field, real>::newIter(Field*& uO, Field*& uN) {
39 *uO -= *uN;
52 *uO = *uN;
60 uN = this->u[0];
64 this->u[this->n - 1] = uN;
70 uN = this->u[this->n];
75 // uO,uN: Old and new displacement field
77 void UAnderson<Field, real>::restart(Field*& uO, Field*& uN) {
80 uN = this->u[0];
H A DUAnderson.hxx29 void newIter(Field*& uO, Field*& uN);
32 void restart(Field*& uO, Field*& uN);
H A DFAnderson.hxx31 void newIter(Field*&uO,Field*&uN,Field*&Df);
34 void restart(Field*&uO,Field*&uN,Field*&Df);
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/AccelerationAlgorithms/
H A DFAnderson.ixx29 // uO,uN: Old and new displacement field
32 void FAnderson<Field,real>::newIter(Field*&uO,Field*&uN,Field*&Df) {
38 uO=uN;
41 uN=this->u[0];
44 uN=this->u[this->n];
49 anderson::linear_combinaison(*uN,this->u,this->w,this->n);
50 uO=uN;
62 this->u[this->n-1]=uN;
72 // uN: Old and new displacement field
75 void FAnderson<Field,real>::restart(Field*&uO,Field*&uN,Field*&Df) {
[all …]
H A DUAnderson.ixx30 // uO,uN: Old and new displacement field
32 void UAnderson<Field,real>::newIter(Field*&uO,Field*&uN) {
38 *uO-=*uN;
52 *uO=*uN;
60 uN=this->u[0];
64 this->u[this->n-1]=uN;
70 uN=this->u[this->n];
75 // uO,uN: Old and new displacement field
77 void UAnderson<Field,real>::restart(Field*&uO,Field*&uN) {
80 uN=this->u[0];
H A DUAnderson.hxx32 void newIter(Field*&uO,Field*&uN);
36 void restart(Field*&uO,Field*&uN);
H A DFAnderson.hxx31 void newIter(Field*&uO,Field*&uN,Field*&Df);
34 void restart(Field*&uO,Field*&uN,Field*&Df);
/dports/science/tfel/tfel-3.4.0/bindings/python/tfel/
H A DAccelerationAlgorithms.cxx53 this->a->restart(this->uO, this->uN); in initialize()
69 if ((this->uO->size() != s) || (this->uN->size() != s)) { in accelerate()
74 *(this->uN) = tfel::math::vector<double>(b, b + s); in accelerate()
75 this->a->newIter(this->uO, this->uN); in accelerate()
86 Field* uN = nullptr; member
122 this->a->restart(this->uO, this->uN, this->Df); in initialize()
137 (this->uN->size() != s)) { in accelerate()
144 *(this->uN) = tfel::math::vector<double>(b, b + s); in accelerate()
146 this->a->newIter(this->uO, this->uN, this->Df); in accelerate()
157 Field *uN = nullptr; member
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/numbers-arithmetic/
H A Dshift-near-oflo.rs28 ($iN:ty, $uN:ty, $max_rhs:expr, $expect_i:expr, $expect_u:expr) => { { in test_left_shift()
31 let x = (1 as $uN) << id(0); in test_left_shift()
35 let x = (1 as $uN) << id($max_rhs); in test_left_shift()
40 let x = (3 as $uN) << id($max_rhs); in test_left_shift()
71 ($iN:ty, $uN:ty, $max_rhs:expr, in test_right_shift()
76 let x = (1 as $uN) >> id(0); in test_right_shift()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_mesh_extra_objects/
H A Dadd_mesh_3d_function_surface.py300 for uN in range(uRange):
301 u = range_u_min + (uN * uStep)
334 for uN in range(range_u_step):
335 uNext = uN + 1
341 (vNext * uRange) + uN,
342 (vN * uRange) + uN,
346 for uN in range(1, range_u_step - 1):
349 range_u_step - 1 - uN,
350 range_u_step - 2 - uN])
353 range_v_step * uRange + uN,
[all …]
/dports/misc/patchutils/patchutils-0.4.2/tests/lsdiff2/
H A Drun-test12 ${DIFF} -uN dir.orig dir > diff
14 ${DIFF} -uN dir.orig dir >> diff
16 ${DIFF} -uN dir.orig dir >> diff
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/demo/bratu2d/
H A Dbratu2df90.f9014 dimension(:,:) :: u, uN, uS, uE, uW local
17 uN => x(2:m-1, 1:n-2) ! north
27 + (2*u - uN - uS) * (hx/hy) &
H A Dbratu2dnpy.py8 uN = x[1:-1, :-2] # north
19 + (2*u - uN - uS) * (hx/hy) \
/dports/devel/icu-lx/icu/source/test/intltest/
H A Duts46test.cpp723 UnicodeString aT, uT, aN, uN; in TestSomeCases() local
728 nontrans->nameToUnicode(input, uN, uNInfo, errorCode); in TestSomeCases()
745 if(uN!=expected) { in TestSomeCases()
805 nontrans->nameToASCII(uN, uNaN, uNaNInfo, errorCode); in TestSomeCases()
827 if(uN!=aNuN) { in TestSomeCases()
887 if(uN.indexOf((UChar)0x2e)<0) { in TestSomeCases()
933 if( aN!=aT || uN!=uT || aNL!=aTL || uNL!=uTL || in TestSomeCases()
955 if(aN==aT || uN==uT || aNL==aTL || uNL==uTL) { in TestSomeCases()
995 if(aT16!=aT || uT16!=uT || aN16!=aN || uN16!=uN) { in TestSomeCases()
1120 UnicodeString uN, aN, aT; in idnaTestOneLine() local
[all …]
/dports/devel/icu/icu/source/test/intltest/
H A Duts46test.cpp723 UnicodeString aT, uT, aN, uN; in TestSomeCases() local
728 nontrans->nameToUnicode(input, uN, uNInfo, errorCode); in TestSomeCases()
745 if(uN!=expected) { in TestSomeCases()
805 nontrans->nameToASCII(uN, uNaN, uNaNInfo, errorCode); in TestSomeCases()
827 if(uN!=aNuN) { in TestSomeCases()
887 if(uN.indexOf((UChar)0x2e)<0) { in TestSomeCases()
933 if( aN!=aT || uN!=uT || aNL!=aTL || uNL!=uTL || in TestSomeCases()
955 if(aN==aT || uN==uT || aNL==aTL || uNL==uTL) { in TestSomeCases()
995 if(aT16!=aT || uT16!=uT || aN16!=aN || uN16!=uN) { in TestSomeCases()
1120 UnicodeString uN, aN, aT; in idnaTestOneLine() local
[all …]
/dports/science/tfel-edf/tfel-3.2.1/mtest/src/
H A DFAndersonAccelerationAlgorithm.cxx73 this->a->restart(this->uO,this->uN,this->Df); in preExecuteTasks()
85 *(this->uN) = u1; in execute()
87 this->a->newIter(this->uO,this->uN,this->Df); in execute()
H A DUAndersonAccelerationAlgorithm.cxx72 this->a->restart(this->uO,this->uN); in preExecuteTasks()
85 *(this->uN) = u1; in execute()
86 this->a->newIter(this->uO,this->uN); in execute()
/dports/science/tfel/tfel-3.4.0/mtest/src/
H A DUAndersonAccelerationAlgorithm.cxx72 this->a->restart(this->uO,this->uN); in preExecuteTasks()
85 *(this->uN) = u1; in execute()
86 this->a->newIter(this->uO,this->uN); in execute()
H A DFAndersonAccelerationAlgorithm.cxx70 this->a->restart(this->uO, this->uN, this->Df); in preExecuteTasks()
81 *(this->uN) = u1; in execute()
83 this->a->newIter(this->uO, this->uN, this->Df); in execute()
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/HamiltonianOperations/
H A DTHCOps.hpp289 int u0, uN; in getOneBodyPropagatorMatrix() local
415 Array<SPComplexType, 2> Twu({nw, (uN - u0)}, in getOneBodyPropagatorMatrix()
421 Array<SPComplexType, 2> Tuw({(uN - u0), nw}, in getOneBodyPropagatorMatrix()
427 ma::product(rotMuv.sliced(u0, uN), Gvw, Tuw); in getOneBodyPropagatorMatrix()
437 (*Kl)({iw, iw + nw}, {u0, uN})); in getOneBodyPropagatorMatrix()
747 int u0, uN; in getOneBodyPropagatorMatrix() local
757 ma::product(Luv_R.sliced(u0, uN), X_R, Tuw_R.sliced(u0, uN)); in getOneBodyPropagatorMatrix()
759 ma::product(Luv.sliced(u0, uN), Xsp, Tuw.sliced(u0, uN)); in getOneBodyPropagatorMatrix()
970 int u0, uN; in getOneBodyPropagatorMatrix() local
979 Array<SPComplexType, 2> T1({(uN - u0), nw * nel_}, in getOneBodyPropagatorMatrix()
[all …]
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dedge_collapse_is_valid.cpp51 vector<int> N,uN; in edge_collapse_is_valid() local
60 igl::unique(N,uN,_1,_2); in edge_collapse_is_valid()
62 list_to_matrix(uN,uNm); in edge_collapse_is_valid()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/OrthogonalBasis/
H A DOrthogonalUniVariatePolynomial.cxx108 Scalar uN = 1.0; in operator ()() local
110 if (size == 0) return uN; in operator ()()
128 uNMinus2 = (aNMinus10 * x + aNMinus11) * uNMinus1 + aN2 * uN; in operator ()()
129 uN = uNMinus1; in operator ()()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dedge_collapse_is_valid.cpp51 vector<int> N,uN; in edge_collapse_is_valid() local
60 igl::unique(N,uN,_1,_2); in edge_collapse_is_valid()
62 list_to_matrix(uN,uNm); in edge_collapse_is_valid()
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/rpsl/
H A Dprefix.cc567 unsigned int uLength, uN, uM; in parse() local
569 uN = 0; in parse()
601 uM = uN; in parse()
610 uN = uLength; in parse()
615 uN = uLength + 1; in parse()
619 if (uN == 0 || uN < uLength) in parse()
620 uN = uLength; in parse()
621 if (uM == 0 || uM < uN) in parse()
622 uM = uN; in parse()
633 uN = 128; in parse()
[all …]

12345678910>>...45