Home
last modified time | relevance | path

Searched refs:inertiaMatrixCOG (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/output/
H A Dex17_minSA.out334 inertiaMatrixCOG = | 4.4616e-07 3.8863e-23 1.3322e-23 |
342 inertiaMatrixCOG = | 4.3982e-07 4.8752e-23 2.8981e-25 |
359 inertiaMatrixCOG = | 4.3433e-07 5.0044e-23 4.8949e-23 |
376 inertiaMatrixCOG = | 4.2962e-07 2.1291e-23 1.7590e-23 |
384 inertiaMatrixCOG = | 4.2559e-07 3.8258e-23 2.0542e-23 |
392 inertiaMatrixCOG = | 4.2219e-07 2.8408e-23 3.1272e-23 |
409 inertiaMatrixCOG = | 4.1935e-07 3.8961e-23 2.3402e-23 |
417 inertiaMatrixCOG = | 4.1700e-07 3.7200e-23 1.9295e-23 |
425 inertiaMatrixCOG = | 4.1510e-07 6.9491e-23 -8.0843e-25 |
433 inertiaMatrixCOG = | 4.1359e-07 2.8369e-23 -2.2768e-23 |
[all …]
/petsc/src/dm/impls/plex/tutorials/
H A Dex19.c203 PetscScalar *centerOfGravity, *inertiaMatrixCOG; in main() local
204 …dmNozzle, body, &volume, &surfaceArea, &centerOfGravity, &COGsize, &inertiaMatrixCOG, &IMCOGsize)); in main()
338 …dmNozzle, body, &volume, &surfaceArea, &centerOfGravity, &COGsize, &inertiaMatrixCOG, &IMCOGsize)); in main()
/petsc/src/dm/impls/plex/
H A Dplexegads.c5786 …ea, PetscScalar **centerOfGravity, PetscInt *COGsize, PetscScalar **inertiaMatrixCOG, PetscInt *IM… in DMPlexGetGeomBodyMassProperties() argument
5809 PetscCall(PetscMalloc2(3, centerOfGravity, 9, inertiaMatrixCOG)); in DMPlexGetGeomBodyMassProperties()
5816 for (int ii = 5; ii < 14; ++ii) (*inertiaMatrixCOG)[ii - 5] = geomData[ii]; in DMPlexGetGeomBodyMassProperties()
5823 for (int ii = 5; ii < 14; ++ii) (*inertiaMatrixCOG)[ii - 5] = 0.; in DMPlexGetGeomBodyMassProperties()
5830 …ea, PetscScalar **centerOfGravity, PetscInt *COGsize, PetscScalar **inertiaMatrixCOG, PetscInt *IM… in DMPlexRestoreGeomBodyMassProperties() argument
5833 PetscCall(PetscFree2(*centerOfGravity, *inertiaMatrixCOG)); in DMPlexRestoreGeomBodyMassProperties()