Home
last modified time | relevance | path

Searched refs:f_01 (Results 1 – 8 of 8) sorted by relevance

/dports/science/getdp/getdp-3.4.0-source/contrib/pewe/fortran/
H A Dcylindrical_walls.f9035 double precision :: psi_0,f_01,f_02,epsilon_0,epsilon_1,c01,c02 local
79 f_01= eta*besjn(1,eta*a)
92 c02 = -psi_0*epsilon_0*f_01
/dports/science/lammps/lammps-stable_29Sep2021/src/MANYBODY/
H A Dpair_lcbop.h65 double f_00, f_01, f_10, f_11, f_x_00, f_x_01, f_x_10, f_x_11, f_y_00, f_y_01, f_y_10, f_y_11; member
H A Dpair_extep.h116 double f_00, f_01, f_10, f_11, f_x_00, f_x_01, f_x_10, f_x_11, f_y_00, f_y_01, f_y_10, f_y_11; member
H A Dpair_lcbop.cpp903 …l = y* (1-x); r = ( f0.f_01 + x* x* f0.f_x_11 + (1-y)*(1-y)*f0.f_y_00 ); F_0 += l… in F_conj()
909 …l = y* (1-x); r = ( f1.f_01 + x* x* f1.f_x_11 + (1-y)*(1-y)*f1.f_y_00 ); F_1 += l… in F_conj()
1060 field.f_01 = F_conj_data[N_ij ][N_ji+1][N_conj_ij][0]; in spline_init()
1065 field.f_x_01 = F_conj_data[N_ij ][N_ji+1][N_conj_ij][1] - field.f_11 + field.f_01; in spline_init()
1067 field.f_x_11 = -(F_conj_data[N_ij+1][N_ji+1][N_conj_ij][1] - field.f_11 + field.f_01); in spline_init()
1069 field.f_y_00 = F_conj_data[N_ij ][N_ji ][N_conj_ij][2] - field.f_01 + field.f_00; in spline_init()
1070 field.f_y_01 = -(F_conj_data[N_ij ][N_ji+1][N_conj_ij][2] - field.f_01 + field.f_00); in spline_init()
H A Dpair_extep.cpp1038 f.f_01 = F_corr_data[iel][jel][N_ij ][N_ji+1][0]; in spline_init()
1044 f.f_x_01 = F_corr_data[iel][jel][N_ij ][N_ji+1][1] - f.f_11 + f.f_01; in spline_init()
1046 f.f_x_11 = -(F_corr_data[iel][jel][N_ij+1][N_ji+1][1] - f.f_11 + f.f_01); in spline_init()
1048 f.f_y_00 = F_corr_data[iel][jel][N_ij ][N_ji ][2] - f.f_01 + f.f_00; in spline_init()
1049 f.f_y_01 = -(F_corr_data[iel][jel][N_ij ][N_ji+1][2] - f.f_01 + f.f_00); in spline_init()
1125 r = ( f.f_01 + x*x* f.f_x_11 + (1-y)*(1-y)*f.f_y_00 ); in F_corr()
/dports/science/pagmo2/pagmo2-2.18.0/tests/
H A Dproblem_type_traits.cpp48 struct f_01 { struct
72 BOOST_CHECK((!has_fitness<f_01>::value)); in BOOST_AUTO_TEST_CASE()
/dports/science/PETSc/petsc-3.14.1/src/snes/utils/
H A Ddmplexsnes.c480 const PetscScalar f_01 = x2 - x1 - x3 + x0; in QuadMap_Private() local
493 real[0] = x0 + f_1 * p0 + f_3 * p1 + f_01 * p0 * p1; in QuadMap_Private()
514 const PetscScalar f_01 = x2 - x1 - x3 + x0; in QuadJacobian_Private() local
527 values[0] = (x1 - x0 + f_01*y) * 0.5; values[1] = (x3 - x0 + f_01*x) * 0.5; in QuadJacobian_Private()
667 const PetscScalar f_01 = x2 - x1 - x3 + x0; in HexMap_Private() local
691 real[0] = x0 + f_1*p0 + f_3*p1 + f_4*p2 + f_01*p0*p1 + f_12*p1*p2 + f_02*p0*p2 + f_012*p0*p1*p2; in HexMap_Private()
/dports/science/getdp/getdp-3.4.0-source/contrib/pewe/matlab/
H A Dcylindrical_inclusion.m67 f_01 = -gamma*besselj(1,gamma*a); variable
100 b = -F*[f_01;f_02;f_03;f_04];