Home
last modified time | relevance | path

Searched refs:e3b (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/struct/
H A Dprismj.cc158 Vec3 e3b(R2hTmp.GetVec(3)); in AssJac() local
171 Vec3 v1(e2a.Cross(e3b)); in AssJac()
240 Vec3 e3b(R2hTmp.GetVec(3)); in AssRes() local
411 Vec3 e3b(R2hTmp.GetVec(3)); in InitialAssJac() local
435 ( (Mat3x3(MatCrossCross, e3b, Omega1) + Mat3x3(MatCross, Omega2.Cross(e3b*M(1)))) in InitialAssJac()
456 Vec3 v1(e2a.Cross(e3b)); in InitialAssJac()
492 v1 = e3b.Cross(e2a.Cross(Omega1)) + e2a.Cross(Omega2.Cross(e3b)); in InitialAssJac()
585 Vec3 e3b(R2hTmp.GetVec(3)); in InitialAssRes() local
587 Vec3 MTmp(e2a.Cross(e3b*M(1)) in InitialAssRes()
598 (e2a.Cross(Omega2.Cross(e3b)) - e3b.Cross(Omega1.Cross(e2a)))*M(1) in InitialAssRes()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/e3b/
H A Din.e3b-tip4p200534 pair_style hybrid/overlay e3b 1 lj/cut/tip4p/long 1 2 1 1 0.1546 8.5
44 pair_coeff * * e3b preset 2015
77 compute e3b all pair e3b
78 fix e3b all ave/time 1 1 ${thermo_rate} c_e3b c_e3b[*] &
79 file e3b.txt title2 "step pe_e3b pe_e2 pe_ea pe_eb pe_ec"
H A Dlog.29Mar2019.e3b-tip4p2005.g++.157 pair_style hybrid/overlay e3b 1 lj/cut/tip4p/long 1 2 1 1 0.1546 8.5
67 pair_coeff * * e3b preset 2015
123 (1) pair e3b, perpetual, skip from (2)
167 compute e3b all pe/e3b
168 fix e3b all ave/time 1 1 ${thermo_rate} c_e3b c_e3b[*] file e3b.txt title2 "step pe_e3b pe_ea pe…
169 fix e3b all ave/time 1 1 10 c_e3b c_e3b[*] file e3b.txt title2 "step pe_e3b pe_ea pe_eb pe_ec pe…
197 (1) pair e3b, perpetual, skip from (2)
275 (1) pair e3b, perpetual, skip from (2)
H A Dlog.29Mar2019.e3b-tip4p2005.g++.457 pair_style hybrid/overlay e3b 1 lj/cut/tip4p/long 1 2 1 1 0.1546 8.5
67 pair_coeff * * e3b preset 2015
123 (1) pair e3b, perpetual, skip from (2)
167 compute e3b all pe/e3b
168 fix e3b all ave/time 1 1 ${thermo_rate} c_e3b c_e3b[*] file e3b.txt title2 "step pe_e3b pe_ea pe…
169 fix e3b all ave/time 1 1 10 c_e3b c_e3b[*] file e3b.txt title2 "step pe_e3b pe_ea pe_eb pe_ec pe…
197 (1) pair e3b, perpetual, skip from (2)
275 (1) pair e3b, perpetual, skip from (2)
H A DREADME4 potential energy contribution of the e3b pair style. These potential energy
5 contributions can be found in the output file e3b.txt. See the LAMMPS
/dports/math/R-cran-lava/lava/inst/doc/
H A Dcorrelation.R122 e3b <- estimate(m3b, d) globalVar
123 e3b
126 e3b
129 estimate(e3b, 'z', back.transform=tanh)
132 tanh(confint(e3b, 'z', profile=TRUE))
H A Dcorrelation.Rmd292 e3b <- estimate(m3b, d)
293 e3b
297 e3b
314 estimate(e3b, 'z', back.transform=tanh)
318 tanh(confint(e3b, 'z', profile=TRUE))
/dports/science/lammps/lammps-stable_29Sep2021/doc/src/
H A Dpair_e3b.rst1 .. index:: pair_style e3b
3 pair_style e3b command
11 pair_style e3b Otype
47 pair_style e3b 1
50 pair_style hybrid/overlay e3b 1 lj/cut/tip4p/long 1 2 1 1 0.15 8.5
51 pair_coeff * * e3b preset 2011
56 The *e3b* style computes an \"explicit three-body\" (E3B) potential for water :ref:`(Kumar 2008) <K…
82 Only a single *pair_coeff* command is used with the *e3b* style.
95 To use the water models defined in those references, the *e3b* style should always be used in conju…
101 The *e3b* style can also be used to implement any three-body potential of the same form by specifyi…
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/testdata/eval/
H A Dincomplete.txtar7 e3b: >s
31 e3b: (string){ string }
70 e3b: >〈0;s〉
/dports/security/keepassx-devel/keepassx-55869e8/tests/
H A DTestEntrySearcher.cpp87 Entry* e3b = new Entry(); in testSearch() local
88 e3b->setNotes("test search test"); in testSearch()
89 e3b->setGroup(group3); in testSearch()
/dports/science/lammps/lammps-stable_29Sep2021/unittest/force-styles/tests/
H A Dmol-pair-e3b.yaml8 pair e3b
15 pair_style: hybrid/overlay lj/cut/tip4p/cut 5 2 5 1 0.15 10.0 e3b 5
32 * * e3b preset 2015
/dports/security/keepassxc/keepassxc-2.6.6/tests/
H A DTestEntrySearcher.cpp99 Entry* e3b = new Entry(); in testSearch() local
100 e3b->setTitle("test search test 123"); in testSearch()
101 e3b->setUsername("test@email.com"); in testSearch()
102 e3b->setPassword("realpass"); in testSearch()
103 e3b->setGroup(group3); in testSearch()
/dports/science/py-pyscf/pyscf-2.0.1/examples/mcscf/
H A D14-project_init_guess.py76 e3b = mc3.kernel(mo)[0] # geom, then basis variable
77 print ('E(CAS) = %.12f, %.12f, ref = -75.503011798165' % (e3a, e3b))
/dports/net/p5-XML-Compile-SOAP/XML-Compile-SOAP-3.27/t/
H A D70enc11.t139 my $e3b = $soap->typed(pack_type(SCHEMA2001, 'decimal'), thing => 6.789);
140 isa_ok($e3b, 'XML::LibXML::Element');
141 compare_xml($e3b, '<thing xsi:type="xsd:decimal">6.789</thing>');
155 , [ $e3a, $e3b, $e3c, $e3d ], id => 'label');
/dports/net/ocserv/ocserv-1.1.3/tests/user-config-explicit/
H A Dtest41 explicit-ipv6 = fda9:4efe:7e3b:03ea::00
H A Dtest31 explicit-ipv6 = fda9:4efe:7e3b:03ea::05
/dports/databases/akonadi/akonadi-21.12.3/autotests/libs/
H A Dentitycachetest.cpp65 const T e3b = cache.retrieve(3); in testCache() local
66 QVERIFY(!e3b.isValid()); in testCache()
/dports/www/firefox-legacy/firefox-52.8.0esr/b2g/components/
H A DB2GComponents.manifest14 component {88b3eb21-d072-4e3b-886d-f89d8c49fe59} UpdatePrompt.js
15 contract @mozilla.org/updates/update-prompt;1 {88b3eb21-d072-4e3b-886d-f89d8c49fe59}
16 …rovider MozillaProvider @mozilla.org/updates/update-prompt;1,{88b3eb21-d072-4e3b-886d-f89d8c49fe59}
/dports/math/R-cran-lava/lava/vignettes/
H A Dcorrelation.Rmd292 e3b <- estimate(m3b, d)
293 e3b
297 e3b
314 estimate(e3b, 'z', back.transform=tanh)
318 tanh(confint(e3b, 'z', profile=TRUE))
/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-PAIR/
H A Dpair_e3b.h16 PairStyle(e3b,PairE3B);
/dports/finance/prestashop/prestashop/admin/themes/default/scss/modules/colors/
H A D_greens.scss23 $greenHunter: #355e3b !default;
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/sass/modules/colors/
H A D_greens.scss23 $greenHunter: #355e3b !default;
/dports/math/py-or-tools/or-tools-9.2/examples/tests/
H A DConstraintSolverTests.cs192 IntExpr e3b = y + c1;
193 Assert.Equal("(Watch<x == 7>(0 .. 1) + y(5..17))", e3b.ToString());
400 IntExpr e3b = y + (x == 7);
401 Assert.Equal("(Watch<x == 7>(0 .. 1) + y(5..17))", e3b.ToString());
546 IntExpr e3b = y + (x >= 7);
547 Assert.Equal("(Watch<x >= 7>(0 .. 1) + y(5..17))", e3b.ToString());
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dwarn-sign-conversion.cpp42 int e3b = 1 ? E : B; // expected-warning {{warn-sign-conversion.cpp:16:3)' to 'int'}} in doit_anonymous() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dwarn-sign-conversion.cpp42 int e3b = 1 ? E : B; // expected-warning {{warn-sign-conversion.cpp:16:3)' to 'int'}} in doit_anonymous() local

12345678910>>...20