Home
last modified time | relevance | path

Searched refs:Ke (Results 1 – 25 of 3481) sorted by relevance

12345678910>>...140

/dports/science/chrono/chrono-7.0.1/data/synchrono/meshes/
H A DHighway_intersection.mtl9 Ke 0.000000 0.000000 0.000000
20 Ke 0.000000 0.000000 0.000000
31 Ke 0.000000 0.000000 0.000000
42 Ke 0.000000 0.000000 0.000000
53 Ke 0.000000 0.000000 0.000000
63 Ke 0.000000 0.000000 0.000000
73 Ke 0.000000 0.000000 0.000000
83 Ke 0.000000 0.000000 0.000000
93 Ke 0.000000 0.000000 0.000000
103 Ke 0.000000 0.000000 0.000000
[all …]
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/io/resources/mannequin/
H A Dmannequin.mtl15 Ke 0.0 0.0 0.0
25 Ke 0.0 0.0 0.0
35 Ke 0.0 0.0 0.0
45 Ke 0.0 0.0 0.0
55 Ke 0.0 0.0 0.0
65 Ke 0.0 0.0 0.0
75 Ke 0.0 0.0 0.0
85 Ke 0.0 0.0 0.0
95 Ke 0.0 0.0 0.0
105 Ke 0.0 0.0 0.0
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_data/franka_panda/meshes/visual/
H A Dlink6.mtl9 Ke 0.000000 0.000000 0.000000
19 Ke 0.000000 0.000000 0.000000
29 Ke 0.000000 0.000000 0.000000
39 Ke 0.000000 0.000000 0.000000
50 Ke 0.000000 0.000000 0.000000
61 Ke 0.000000 0.000000 0.000000
72 Ke 0.000000 0.000000 0.000000
82 Ke 0.000000 0.000000 0.000000
92 Ke 0.000000 0.000000 0.000000
102 Ke 0.000000 0.000000 0.000000
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/objviewer/
H A DGreatLakesBiplaneHP.mtl11 Ke 0.0 0.0 0.0
21 Ke 0.0 0.0 0.0
31 Ke 0.0 0.0 0.0
40 Ke 0.0 0.0 0.0
49 Ke 0.0 0.0 0.0
61 Ke 0.0 0.0 0.0
70 Ke 0.0 0.0 0.0
79 Ke 0.0 0.0 0.0
88 Ke 0.0 0.0 0.0
99 Ke 0.0 0.0 0.0
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_data/franka_panda/meshes/collision/
H A Dlink6.mtl9 Ke 0.000000 0.000000 0.000000
19 Ke 0.000000 0.000000 0.000000
29 Ke 0.000000 0.000000 0.000000
39 Ke 0.000000 0.000000 0.000000
50 Ke 0.000000 0.000000 0.000000
61 Ke 0.000000 0.000000 0.000000
72 Ke 0.000000 0.000000 0.000000
82 Ke 0.000000 0.000000 0.000000
92 Ke 0.000000 0.000000 0.000000
102 Ke 0.000000 0.000000 0.000000
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tests/
H A Dex20.c9 int FormElementStiffness(PetscReal H,PetscScalar *Ke) in FormElementStiffness() argument
11 Ke[0] = H/6.0; Ke[1] = -.125*H; Ke[2] = H/12.0; Ke[3] = -.125*H; in FormElementStiffness()
12 Ke[4] = -.125*H; Ke[5] = H/6.0; Ke[6] = -.125*H; Ke[7] = H/12.0; in FormElementStiffness()
13 Ke[8] = H/12.0; Ke[9] = -.125*H; Ke[10] = H/6.0; Ke[11] = -.125*H; in FormElementStiffness()
14 Ke[12] = -.125*H; Ke[13] = H/12.0; Ke[14] = -.125*H; Ke[15] = H/6.0; in FormElementStiffness()
25 PetscScalar Ke[16]; in main() local
48 ierr = FormElementStiffness(h*h,Ke);CHKERRQ(ierr); /* element stiffness for Laplacian */ in main()
54 ierr = MatSetValues(C,4,idx,4,idx,Ke,ADD_VALUES);CHKERRQ(ierr); in main()
H A Dex4.c7 int FormElementStiffness(PetscReal H,PetscScalar *Ke) in FormElementStiffness() argument
9 Ke[0] = H/6.0; Ke[1] = -.125*H; Ke[2] = H/12.0; Ke[3] = -.125*H; in FormElementStiffness()
10 Ke[4] = -.125*H; Ke[5] = H/6.0; Ke[6] = -.125*H; Ke[7] = H/12.0; in FormElementStiffness()
11 Ke[8] = H/12.0; Ke[9] = -.125*H; Ke[10] = H/6.0; Ke[11] = -.125*H; in FormElementStiffness()
12 Ke[12] = -.125*H; Ke[13] = H/12.0; Ke[14] = -.125*H; Ke[15] = H/6.0; in FormElementStiffness()
26 PetscScalar val,Ke[16],r[4]; in main() local
42 ierr = FormElementStiffness(h*h,Ke);CHKERRQ(ierr); in main()
47 ierr = MatSetValues(C,4,idx,4,idx,Ke,ADD_VALUES);CHKERRQ(ierr); in main()
H A Dex3.c11 int FormElementStiffness(PetscReal H,PetscScalar *Ke) in FormElementStiffness() argument
14 Ke[0] = H/6.0; Ke[1] = -.125*H; Ke[2] = H/12.0; Ke[3] = -.125*H; in FormElementStiffness()
15 Ke[4] = -.125*H; Ke[5] = H/6.0; Ke[6] = -.125*H; Ke[7] = H/12.0; in FormElementStiffness()
16 Ke[8] = H/12.0; Ke[9] = -.125*H; Ke[10] = H/6.0; Ke[11] = -.125*H; in FormElementStiffness()
17 Ke[12] = -.125*H; Ke[13] = H/12.0; Ke[14] = -.125*H; Ke[15] = H/6.0; in FormElementStiffness()
32 PetscScalar val,Ke[16],r[4]; in main() local
58 ierr = FormElementStiffness(h*h,Ke);CHKERRQ(ierr); /* element stiffness for Laplacian */ in main()
63 ierr = MatSetValues(C,4,idx,4,idx,Ke,ADD_VALUES);CHKERRQ(ierr); in main()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/tests/
H A Dex6.c8 PetscErrorCode FormElementStiffness(PetscReal H,PetscScalar *Ke) in FormElementStiffness() argument
10 Ke[0] = H/6.0; Ke[1] = -.125*H; Ke[2] = H/12.0; Ke[3] = -.125*H; in FormElementStiffness()
11 Ke[4] = -.125*H; Ke[5] = H/6.0; Ke[6] = -.125*H; Ke[7] = H/12.0; in FormElementStiffness()
12 Ke[8] = H/12.0; Ke[9] = -.125*H; Ke[10] = H/6.0; Ke[11] = -.125*H; in FormElementStiffness()
13 Ke[12] = -.125*H; Ke[13] = H/12.0; Ke[14] = -.125*H; Ke[15] = H/6.0; in FormElementStiffness()
27 PetscScalar Ke[16]; in main() local
45 ierr = FormElementStiffness(h*h,Ke);CHKERRQ(ierr); in main()
50 ierr = MatSetValues(C,4,idx,4,idx,Ke,ADD_VALUES);CHKERRQ(ierr); in main()
/dports/science/chrono/chrono-7.0.1/data/vehicle/uaz/
H A Duazbus_chassis.mtl3 Ke 0 0 0
14 Ke 0 0 0
25 Ke 0 0 0
37 Ke 0 0 0
49 Ke 0 0 0
60 Ke 0 0 0
72 Ke 0 0 0
84 Ke 0 0 0
95 Ke 0 0 0
107 Ke 0 0 0
[all …]
H A Duaz469_chassis.mtl9 Ke 0.000000 0.000000 0.000000
19 Ke 0.000000 0.000000 0.000000
29 Ke 0.000000 0.000000 0.000000
39 Ke 0.000000 0.000000 0.000000
49 Ke 0.000000 0.000000 0.000000
59 Ke 0.000000 0.000000 0.000000
69 Ke 0.000000 0.000000 0.000000
79 Ke 0.000000 0.000000 0.000000
89 Ke 0.000000 0.000000 0.000000
/dports/science/chrono/chrono-7.0.1/data/vehicle/sedan/
H A Dsedan_chassis_vis.mtl9 Ke 0.000000 0.000000 0.000000
19 Ke 0.000000 0.000000 0.000000
29 Ke 0.000000 0.000000 0.000000
39 Ke 0.000000 0.000000 0.000000
49 Ke 0.000000 0.000000 0.000000
59 Ke 0.000000 0.000000 0.000000
69 Ke 1.600000 1.522492 1.190502
79 Ke 0.616001 0.008979 0.000000
89 Ke 0.000000 0.000000 0.000000
99 Ke 0.000000 0.000000 0.000000
[all …]
/dports/games/traingame/traingame-cb6513e/engines/saddle/
H A Dsaddle.mtl9 Ke 0.0 0.0 0.0
18 Ke 0.0 0.0 0.0
27 Ke 0.0 0.0 0.0
36 Ke 0.0 0.0 0.0
45 Ke 0.0 0.0 0.0
54 Ke 0.0 0.0 0.0
63 Ke 0.0 0.0 0.0
72 Ke 0.0 0.0 0.0
81 Ke 0.0 0.0 0.0
90 Ke 0.0 0.0 0.0
[all …]
/dports/games/traingame/traingame-cb6513e/engines/tank/
H A Dtank.mtl9 Ke 0.0 0.0 0.0
18 Ke 0.0 0.0 0.0
27 Ke 0.0 0.0 0.0
36 Ke 0.0 0.0 0.0
45 Ke 0.0 0.0 0.0
54 Ke 0.0 0.0 0.0
63 Ke 0.0 0.0 0.0
72 Ke 0.0 0.0 0.0
81 Ke 0.0 0.0 0.0
90 Ke 0.0 0.0 0.0
[all …]
/dports/science/PETSc/petsc-3.14.1/src/mat/tests/
H A Dex19.c10 int FormElementStiffness(PetscReal H,PetscScalar *Ke) in FormElementStiffness() argument
13 Ke[0] = H/6.0; Ke[1] = -.125*H; Ke[2] = H/12.0; Ke[3] = -.125*H; in FormElementStiffness()
14 Ke[4] = -.125*H; Ke[5] = H/6.0; Ke[6] = -.125*H; Ke[7] = H/12.0; in FormElementStiffness()
15 Ke[8] = H/12.0; Ke[9] = -.125*H; Ke[10] = H/6.0; Ke[11] = -.125*H; in FormElementStiffness()
16 Ke[12] = -.125*H; Ke[13] = H/12.0; Ke[14] = -.125*H; Ke[15] = H/6.0; in FormElementStiffness()
29 PetscScalar one = 1.0,Ke[16],*vals; in main() local
51 ierr = FormElementStiffness(h*h,Ke);CHKERRQ(ierr); in main()
57 ierr = MatSetValues(C,4,idx,4,idx,Ke,ADD_VALUES);CHKERRQ(ierr); in main()
70 ierr = MatSetValues(C,4,idx,4,idx,Ke,ADD_VALUES);CHKERRQ(ierr); in main()
/dports/science/chrono/chrono-7.0.1/data/vehicle/hmmwv/
H A Dhmmwv_chassis.mtl9 Ke 0.000000 0.000000 0.000000
19 Ke 0.000000 0.000000 0.000000
29 Ke 0.000000 0.000000 0.000000
39 Ke 0.000000 0.000000 0.000000
49 Ke 0.000000 0.000000 0.000000
59 Ke 0.000000 0.000000 0.000000
69 Ke 0.000000 0.000000 0.000000
79 Ke 0.000000 0.000000 0.000000
89 Ke 0.000000 0.000000 0.000000
99 Ke 0.000000 0.000000 0.000000
/dports/science/chrono/chrono-7.0.1/data/vehicle/MAN_Kat1/meshes/
H A DMAN_10t_chassis.mtl9 Ke 0.000000 0.000000 0.000000
19 Ke 0.000000 0.000000 0.000000
29 Ke 0.000000 0.000000 0.000000
39 Ke 0.000000 0.000000 0.000000
49 Ke 0.000000 0.000000 0.000000
59 Ke 0.000000 0.000000 0.000000
69 Ke 0.000000 0.000000 0.000000
79 Ke 0.000000 0.000000 0.000000
89 Ke 0.000000 0.000000 0.000000
H A DMAN_5t_chassis.mtl9 Ke 0.000000 0.000000 0.000000
19 Ke 0.000000 0.000000 0.000000
29 Ke 0.000000 0.000000 0.000000
39 Ke 0.000000 0.000000 0.000000
49 Ke 0.000000 0.000000 0.000000
59 Ke 0.000000 0.000000 0.000000
69 Ke 0.000000 0.000000 0.000000
79 Ke 0.000000 0.000000 0.000000
89 Ke 0.000000 0.000000 0.000000
H A DMAN_7t_chassis.mtl9 Ke 0.000000 0.000000 0.000000
19 Ke 0.000000 0.000000 0.000000
29 Ke 0.000000 0.000000 0.000000
39 Ke 0.000000 0.000000 0.000000
49 Ke 0.000000 0.000000 0.000000
59 Ke 0.000000 0.000000 0.000000
69 Ke 0.000000 0.000000 0.000000
79 Ke 0.000000 0.000000 0.000000
89 Ke 0.000000 0.000000 0.000000
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/
H A Dex3.c36 PetscScalar Ke[16]; /* element matrix */ in main() local
71 ierr = FormElementStiffness(h*h,Ke);CHKERRQ(ierr); in main()
76 ierr = MatSetValues(A,4,idx,4,idx,Ke,ADD_VALUES);CHKERRQ(ierr); in main()
186 PetscErrorCode FormElementStiffness(PetscReal H,PetscScalar *Ke) in FormElementStiffness() argument
189 Ke[0] = H/6.0; Ke[1] = -.125*H; Ke[2] = H/12.0; Ke[3] = -.125*H; in FormElementStiffness()
190 Ke[4] = -.125*H; Ke[5] = H/6.0; Ke[6] = -.125*H; Ke[7] = H/12.0; in FormElementStiffness()
191 Ke[8] = H/12.0; Ke[9] = -.125*H; Ke[10] = H/6.0; Ke[11] = -.125*H; in FormElementStiffness()
192 Ke[12] = -.125*H; Ke[13] = H/12.0; Ke[14] = -.125*H; Ke[15] = H/6.0; in FormElementStiffness()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/src/
H A DitkFEMElement3DC0LinearTriangularLaplaceBeltrami.cxx127 Ke.set_size(9, 9); in GetStiffnessMatrix()
128 Ke.fill(0.0); in GetStiffnessMatrix()
131 Ke[0][dd * 3] = cot[0][dd]; in GetStiffnessMatrix()
135 Ke[1][dd * 3 + 1] = cot[0][dd]; in GetStiffnessMatrix()
139 Ke[2][dd * 3 + 2] = cot[0][dd]; in GetStiffnessMatrix()
143 Ke[3][dd * 3] = cot[1][dd]; in GetStiffnessMatrix()
147 Ke[4][dd * 3 + 1] = cot[1][dd]; in GetStiffnessMatrix()
151 Ke[5][dd * 3 + 2] = cot[1][dd]; in GetStiffnessMatrix()
155 Ke[6][dd * 3] = cot[2][dd]; in GetStiffnessMatrix()
159 Ke[7][dd * 3 + 1] = cot[2][dd]; in GetStiffnessMatrix()
[all …]
/dports/games/traingame/traingame-cb6513e/engines/red/
H A Dtrain.mtl9 Ke 0.0 0.0 0.0
18 Ke 0.0 0.0 0.0
27 Ke 0.0 0.0 0.0
36 Ke 0.0 0.0 0.0
45 Ke 0.0 0.0 0.0
54 Ke 0.0 0.0 0.0
63 Ke 0.0 0.0 0.0
/dports/math/libmesh/libmesh-1.6.2/examples/miscellaneous/miscellaneous_ex13/
H A Dmiscellaneous_ex13.C428 {DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), in assemble_shell()
429 DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke)}, in assemble_shell()
430 {DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), in assemble_shell()
431 DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke)}, in assemble_shell()
432 {DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), in assemble_shell()
433 DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke)}, in assemble_shell()
434 {DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), in assemble_shell()
435 DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke)}, in assemble_shell()
436 {DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), in assemble_shell()
438 {DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), DenseSubMatrix<Number>(Ke), in assemble_shell()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/graphite/
H A Drun-id-pr42644.c2 double Ke[2], ds[2]; variable
4 void foo(double Ke[2], int i, double ds[], int column) in foo()
17 Ke[column] = Ke[column] + ts + tt; in foo()
31 foo(Ke, 0, ds, -1); in main()
33 if ((int) Ke[0] != 124) in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/graphite/
H A Drun-id-pr42644.c2 double Ke[2], ds[2]; variable
4 void foo(double Ke[2], int i, double ds[], int column) in foo()
17 Ke[column] = Ke[column] + ts + tt; in foo()
31 foo(Ke, 0, ds, -1); in main()
33 if ((int) Ke[0] != 124) in main()

12345678910>>...140