Home
last modified time | relevance | path

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

/libCEED/examples/solids/src/
H A Dcl-options.c74 …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 Dsetup-dm.c127 (void *)&app_ctx->bc_clamp_max[i], NULL)); in SetupDMByDegree()
/libCEED/examples/solids/include/
H A Dstructs.h64 PetscScalar bc_clamp_max[16][8]; member