Searched refs:bc_traction_vector (Results 1 – 3 of 3) sorted by relevance
102 for (PetscInt j = 0; j < 3; j++) app_ctx->bc_traction_vector[i][j] = 0.; in ProcessCommandLineOptions()107 …ption_name, "Traction vector for constrained face", NULL, app_ctx->bc_traction_vector[i], &max_n, … in ProcessCommandLineOptions()
317 …tion_ctx, CEED_MEM_HOST, CEED_USE_POINTER, 3 * sizeof(CeedScalar), app_ctx->bc_traction_vector[i]); in SetupLibceedFineLevel()
67 PetscScalar bc_traction_vector[16][3]; member