Home
last modified time | relevance | path

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

/libCEED/examples/solids/src/
H A Dcl-options.c102 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()
H A Dsetup-libceed.c317 …tion_ctx, CEED_MEM_HOST, CEED_USE_POINTER, 3 * sizeof(CeedScalar), app_ctx->bc_traction_vector[i]); in SetupLibceedFineLevel()
/libCEED/examples/solids/include/
H A Dstructs.h67 PetscScalar bc_traction_vector[16][3]; member