Searched refs:max_n (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/solids/src/ |
| H A D | cl-options.c | 54 PetscInt max_n = 3; in ProcessCommandLineOptions() local 58 …"-forcing_vec", "Direction to apply constant force", NULL, app_ctx->forcing_vector, &max_n, NULL)); in ProcessCommandLineOptions() 78 max_n = 3; in ProcessCommandLineOptions() 79 …(option_name, "Vector to translate clamped end by", NULL, app_ctx->bc_clamp_max[i], &max_n, NULL)); in ProcessCommandLineOptions() 82 max_n = 5; in ProcessCommandLineOptions() 85 &max_n, NULL)); in ProcessCommandLineOptions() 105 max_n = 3; in ProcessCommandLineOptions() 107 …name, "Traction vector for constrained face", NULL, app_ctx->bc_traction_vector[i], &max_n, &set)); in ProcessCommandLineOptions()
|