Searched refs:bc_clamp_max (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/solids/src/ |
| H A D | cl-options.c | 74 …const size_t nclamp_params = sizeof(app_ctx->bc_clamp_max[0]) / sizeof(app_ctx->bc_clamp_max[0][0]… in ProcessCommandLineOptions() 75 for (PetscInt j = 0; j < nclamp_params; j++) app_ctx->bc_clamp_max[i][j] = 0.; in ProcessCommandLineOptions() 79 …ray(option_name, "Vector to translate clamped end by", NULL, app_ctx->bc_clamp_max[i], &max_n, NUL… in ProcessCommandLineOptions() 84 …_name, "Vector with axis of rotation and rotation, in radians", NULL, &app_ctx->bc_clamp_max[i][3], in ProcessCommandLineOptions() 88 …lar norm = sqrt(app_ctx->bc_clamp_max[i][3] * app_ctx->bc_clamp_max[i][3] + app_ctx->bc_clamp_max[… in ProcessCommandLineOptions() 89 app_ctx->bc_clamp_max[i][5] * app_ctx->bc_clamp_max[i][5]); in ProcessCommandLineOptions() 91 for (PetscInt j = 0; j < 3; j++) app_ctx->bc_clamp_max[i][3 + j] /= norm; in ProcessCommandLineOptions()
|
| H A D | setup-dm.c | 127 (void *)&app_ctx->bc_clamp_max[i], NULL)); in SetupDMByDegree()
|
| /libCEED/examples/solids/include/ |
| H A D | structs.h | 64 PetscScalar bc_clamp_max[16][8]; member
|