Home
last modified time | relevance | path

Searched refs:fsalgo (Results 1 – 25 of 141) sorted by relevance

123456

/dports/science/tfel-edf/tfel-3.2.1/mfront/include/MFront/CalculiX/
H A DCalculiXConvert.hxx36 tfel::fsalgo::copy<6u>::exe(v,e.begin());
46 tfel::fsalgo::copy<9u>::exe(v,F.begin());
63 tfel::fsalgo::copy<6u>::exe(v,s.begin());
80 tfel::fsalgo::copy<6u>::exe(s.begin(),v);
/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/CalculiX/
H A DCalculiXConvert.hxx36 tfel::fsalgo::copy<6u>::exe(v,e.begin()); in exe()
46 tfel::fsalgo::copy<9u>::exe(v,F.begin()); in exe()
63 tfel::fsalgo::copy<6u>::exe(v,s.begin()); in exe()
80 tfel::fsalgo::copy<6u>::exe(s.begin(),v); in exe()
/dports/science/tfel-edf/tfel-3.2.1/mtest/src/
H A DLogarithmicStrain1DBehaviourWrapper.cxx401 tfel::fsalgo::copy<3u>::exe(s.e0.begin(),e0); in integrate()
402 tfel::fsalgo::copy<3u>::exe(s.e1.begin(),e1); in integrate()
403 tfel::fsalgo::copy<3u>::exe(s.s0.begin(),s0); in integrate()
415 tfel::fsalgo::copy<3u>::exe(s.e_th0.begin(),e_th0); in integrate()
416 tfel::fsalgo::copy<3u>::exe(s.e_th1.begin(),e_th1); in integrate()
427 tfel::fsalgo::copy<3u>::exe(e0,s.e0.begin()); in integrate()
428 tfel::fsalgo::copy<3u>::exe(e1,s.e1.begin()); in integrate()
429 tfel::fsalgo::copy<3u>::exe(s0,s.s0.begin()); in integrate()
430 tfel::fsalgo::copy<3u>::exe(e_th0,s.e_th0.begin()); in integrate()
431 tfel::fsalgo::copy<3u>::exe(e_th1,s.e_th1.begin()); in integrate()
[all …]
/dports/science/tfel/tfel-3.4.0/mtest/src/
H A DLogarithmicStrain1DBehaviourWrapper.cxx418 tfel::fsalgo::copy<3u>::exe(s.e0.begin(), e0); in integrate()
419 tfel::fsalgo::copy<3u>::exe(s.e1.begin(), e1); in integrate()
420 tfel::fsalgo::copy<3u>::exe(s.s0.begin(), s0); in integrate()
432 tfel::fsalgo::copy<3u>::exe(s.e_th0.begin(), e_th0); in integrate()
433 tfel::fsalgo::copy<3u>::exe(s.e_th1.begin(), e_th1); in integrate()
444 tfel::fsalgo::copy<3u>::exe(e0, s.e0.begin()); in integrate()
445 tfel::fsalgo::copy<3u>::exe(e1, s.e1.begin()); in integrate()
446 tfel::fsalgo::copy<3u>::exe(s0, s.s0.begin()); in integrate()
447 tfel::fsalgo::copy<3u>::exe(e_th0, s.e_th0.begin()); in integrate()
448 tfel::fsalgo::copy<3u>::exe(e_th1, s.e_th1.begin()); in integrate()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/tests/FSAlgorithms/
H A Dtransform.cxx32 using tfel::fsalgo::iota;
33 using tfel::fsalgo::fill;
34 using tfel::fsalgo::transform;
H A Dtest_FSalgorithm2.cxx33 tfel::fsalgo::iota<10u>::exe(v.begin(),uishort{0}); in main()
34 tfel::fsalgo::copy<10u>::exe(v.begin(),v2.begin()); in main()
H A Dgenerate.cxx23 using tfel::fsalgo::generate; in main()
H A Diota.cxx27 using namespace tfel::fsalgo; in main()
H A Dinner_product.cxx28 using namespace tfel::fsalgo; in main()
H A Daccumulate.cxx29 using tfel::fsalgo::accumulate; in main()
H A Dfor_each.cxx40 using namespace tfel::fsalgo; in main()
/dports/science/tfel/tfel-3.4.0/tests/FSAlgorithms/
H A Dtransform.cxx32 using tfel::fsalgo::iota; in main()
33 using tfel::fsalgo::fill; in main()
34 using tfel::fsalgo::transform; in main()
H A Dtest_FSalgorithm2.cxx33 tfel::fsalgo::iota<10u>::exe(v.begin(),uishort{0}); in main()
34 tfel::fsalgo::copy<10u>::exe(v.begin(),v2.begin()); in main()
H A Dgenerate.cxx23 using tfel::fsalgo::generate; in main()
H A Diota.cxx27 using namespace tfel::fsalgo; in main()
H A Dinner_product.cxx28 using namespace tfel::fsalgo; in main()
H A Daccumulate.cxx29 using tfel::fsalgo::accumulate; in main()
H A Dfor_each.cxx40 using namespace tfel::fsalgo; in main()
/dports/science/tfel/tfel-3.4.0/include/TFEL/FSAlgorithm/
H A Dloop.hxx23 namespace fsalgo { namespace
79 tfel::fsalgo::internals::do_loop<0, N>::exe(f); in exe()
H A Dfor_each.hxx21 namespace fsalgo{ namespace
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/FSAlgorithm/
H A Dloop.hxx23 namespace fsalgo { namespace
79 tfel::fsalgo::internals::do_loop<0, N>::exe(f); in exe()
/dports/science/tfel-edf/tfel-3.2.1/mfront/include/MFront/Europlexus/
H A DEuroplexusInterface.hxx153 tfel::fsalgo::copy<S>::exe(s.begin(),d.STRESS);
172 tfel::fsalgo::copy<S>::exe(e.begin(), dv0);
173 tfel::fsalgo::copy<S>::exe(de.begin(),dv1);
193 tfel::fsalgo::copy<S>::exe(F0.begin(),dv0);
194 tfel::fsalgo::copy<S>::exe(F1.begin(),dv1);
/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/Europlexus/
H A DEuroplexusInterface.hxx153 tfel::fsalgo::copy<S>::exe(s.begin(),d.STRESS); in backward()
172 tfel::fsalgo::copy<S>::exe(e.begin(), dv0); in forward()
173 tfel::fsalgo::copy<S>::exe(de.begin(),dv1); in forward()
193 tfel::fsalgo::copy<S>::exe(F0.begin(),dv0); in forward()
194 tfel::fsalgo::copy<S>::exe(F1.begin(),dv1); in forward()
/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/Castem/
H A DCastemGenericPlaneStressHandler.hxx126 using tfel::fsalgo::copy; in exe2()
219 using tfel::fsalgo::copy; in iter()
274 tfel::fsalgo::copy<nprops>::exe(PROPS + 5, nPROPS + 4); in exe()
333 tfel::fsalgo::copy<nprops>::exe(PROPS + 13, nPROPS + 13); in exe()
/dports/science/tfel-edf/tfel-3.2.1/mfront/include/MFront/Castem/
H A DCastemGenericPlaneStressHandler.hxx126 using tfel::fsalgo::copy;
219 using tfel::fsalgo::copy;
274 tfel::fsalgo::copy<nprops>::exe(PROPS + 5, nPROPS + 4);
333 tfel::fsalgo::copy<nprops>::exe(PROPS + 13, nPROPS + 13);

123456