Home
last modified time | relevance | path

Searched refs:detj (Results 1 – 25 of 38) sorted by relevance

12

/dports/cad/feappv/feappv-4.1i/program/
H A Dbjac2d.f2 subroutine bjac2d ( rst , xl, ndm, shp, detj ) argument
26 real*8 detj, xii, eti local
56 detj = xs(1,1)*xs(2,2) - xs(1,2)*xs(2,1)
H A Dbjac3d.f2 subroutine bjac3d ( rst , xl, ndm, shp, detj ) argument
26 real*8 detj, xii, eti, zti local
60 detj = xs(1,1)*(xs(2,2)*xs(3,3) - xs(2,3)*xs(3,2))
H A Dcktets.f32 real*8 detj local
70 call tjac3d ( rst(1,l) , xl, ndm, nel, shp, detj )
71 if(detj.le.0.0d0) then
H A Dckbrk8.f34 real*8 detj local
70 call bjac3d ( rst(1,l) , xl, ndm, shp, detj )
71 if(detj.le.0.0d0) then
H A Dtjac3d.f2 subroutine tjac3d ( ss , xl, ndm, nel, shp, detj ) argument
27 real*8 detj, ss4 local
104 detj = xs(1,1)*(xs(2,2)*xs(3,3) - xs(2,3)*xs(3,2))
/dports/cad/tochnog/Sources/Tochnog-Latest-jan-2014/
H A Dpolynom.cc36 double detj=0., radius=0., fac=0., L1=0., L2=0., L3=0., L4=0., in pol() local
416 detj = 0.; in pol()
423 detj = 0.; in pol()
428 detj = scalar_dabs( detj ); in pol()
429 if ( name==-TRIA3 ) volume[ipoint] = weight[ipoint]*detj/2.; in pol()
430 else if ( name==-TRIA6 ) volume[ipoint] = weight[ipoint]*detj/2.; in pol()
431 else if ( name==-TET4 ) volume[ipoint] = weight[ipoint]*detj/6.; in pol()
432 else if ( name==-TET10 ) volume[ipoint] = weight[ipoint]*detj/6.; in pol()
433 else if ( ndim==1 ) volume[ipoint] = weight[ipoint]*2.*detj; in pol()
434 else if ( ndim==2 ) volume[ipoint] = weight[ipoint]*4.*detj; in pol()
[all …]
H A Dmath.cc1132 double volume=0., detj=0., p[MDIM*MNOL], d[MDIM*MNOL], in tetrahedron_volume() local
1154 if ( matrix_inverse( xj, xj_inv, detj, MDIM ) ) { in tetrahedron_volume()
1156 detj = scalar_dabs( detj ); in tetrahedron_volume()
1157 volume = detj / 6.; in tetrahedron_volume()
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Wavefunctions/
H A DWavefunctionFactory.cpp1127 boost::multi::array_ref<int, 1> detj(occs[jdet].origin(), {NAEA + NAEB}); in computeVariationalEnergyPHMSD() local
1131 int nexcit = getExcitation(deti, detj, excit, perm); in computeVariationalEnergyPHMSD()
1134 Hij = ComplexType(perm) * slaterCondon1(ham, excit, detj, NMO); in computeVariationalEnergyPHMSD()
1241 boost::multi::array_ref<int, 1>& detj, in getExcitation() argument
1247 …std::set_difference(detj.begin(), detj.end(), deti.begin(), deti.end(), std::inserter(from_orb, fr… in getExcitation()
1248 …std::set_difference(deti.begin(), deti.end(), detj.begin(), detj.end(), std::inserter(to_orb, to_o… in getExcitation()
1260 auto it = std::find(detj.begin(), detj.end(), o); in getExcitation()
1261 int loc = std::distance(detj.begin(), it); in getExcitation()
H A DWavefunctionFactory.h178 boost::multi::array_ref<int, 1>& detj,
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/
H A DCalvingRemeshMMG.F90773 IF(detj <= 0.0) THEN
776 ELSE IF(detj < mean/10.0 .OR. detj > mean*10.0) THEN
778 i,' detj (',detj,') deviates from mean (',mean,')'
782 mean = mean + detj
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/localoperator/
H A Ddgnavierstokesvelvecfem.hh242 auto detj = geo.integrationElement(ip.position()); in alpha_volume() local
243 auto weight = ip.weight() * detj; in alpha_volume()
360 auto detj = geo.integrationElement(ip.position()); in jacobian_volume() local
361 auto weight = ip.weight() * detj; in jacobian_volume()
H A Ddgnavierstokes.hh177 auto detj = geo.integrationElement(ip.position()); in alpha_volume() local
178 auto weight = ip.weight() * detj; in alpha_volume()
297 auto detj = geo.integrationElement(ip.position()); in jacobian_volume() local
298 auto weight = ip.weight() * detj; in jacobian_volume()
/dports/math/freefem++/FreeFem-sources-4.6/src/bamglib/
H A DMesh2.cpp516 Icoor2 deta[3], deti, detj; in SplitEdge() local
568 detj = bamg::det(a, b, vj); in SplitEdge()
578 else if (detj <= 0) // go to j direction on gamma in SplitEdge()
587 << " deti= " << deti << " detj=" << detj << endl; in SplitEdge()
630 Real8 dij = detj - deti; in SplitEdge()
632 ba[j] = detj / dij; in SplitEdge()
659 dt[VerticesOfTriangularEdge[iedge][0]] = detj; // we revert i,j because in SplitEdge()
733 detj = dt[j]; in SplitEdge()
734 Real4 dij = detj - deti; in SplitEdge()
735 ba[i] = detj / dij; in SplitEdge()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/bamg/bamglib/
H A DMesh2.cpp504 Icoor2 deta[3], deti,detj; in SplitEdge() local
557 detj = bamg::det(a,b,vj); in SplitEdge()
565 else if (detj<=0) // go to j direction on gamma in SplitEdge()
574 << " deti= " << deti << " detj=" <<detj << endl; in SplitEdge()
620 Real8 dij = detj-deti; in SplitEdge()
622 ba[j] = detj/dij; in SplitEdge()
648 dt[VerticesOfTriangularEdge[iedge][0]] = detj;// we revert i,j because in SplitEdge()
723 detj = dt[j]; in SplitEdge()
724 Real4 dij = detj-deti; in SplitEdge()
725 ba[i] = detj/dij; in SplitEdge()
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DWubi.txt.in16355 detj 有得 691
16356 detj 鬁 0
16357 detj 有利 1518
/dports/chinese/wenju/wenju-1.6/src/tim/tables/
H A Dwubi.tim7813 detj=鬁
7814 detj=有得
7815 detj=有利
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DWubi.txt.in16355 detj 有得 691
16356 detj 鬁 0
16357 detj 有利 1518
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/zh/
H A DWubi.txt.in16355 detj 有得 691
16356 detj 鬁 0
16357 detj 有利 1518
/dports/korean/scim-tables/scim-tables-0.5.10/tables/zh/
H A DWubi.txt.in16355 detj 有得 691
16356 detj 鬁 0
16357 detj 有利 1518
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/SharedData/
H A Djinjin.cin27204 detj 主任
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/SharedData/
H A Djinjin.cin27204 detj 主任
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/hyphdicts/
H A Dhyph_nn_NO.dic4503 2detj
/dports/textproc/py-pyphen/Pyphen-0.10.0/pyphen/dictionaries/
H A Dhyph_nb_NO.dic4503 2detj
H A Dhyph_nn_NO.dic4503 2detj
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tables/
H A Dhyph_nb_NO.dic4503 2detj

12