Searched refs:force_ceed (Results 1 – 7 of 7) sorted by relevance
| /libCEED/examples/solids/problems/ |
| H A D | linear.c | 40 … CeedVector force_ceed, CeedVector neumann_ceed, CeedData *data) { in SetupLibceedFineLevel_ElasLinear() argument 44 U_loc_size, force_ceed, neumann_ceed, data)); in SetupLibceedFineLevel_ElasLinear()
|
| H A D | finite-strain-mooney-rivlin.c | 41 …Int fine_level, PetscInt num_comp_u, PetscInt U_g_size, PetscInt U_loc_size, CeedVector force_ceed, in SetupLibceedFineLevel_ElasFSMR() argument 46 U_g_size, U_loc_size, force_ceed, neumann_ceed, data)); in SetupLibceedFineLevel_ElasFSMR()
|
| H A D | finite-strain-neo-hookean.c | 41 …Int fine_level, PetscInt num_comp_u, PetscInt U_g_size, PetscInt U_loc_size, CeedVector force_ceed, in SetupLibceedFineLevel_ElasFSNH() argument 46 U_loc_size, force_ceed, neumann_ceed, data)); in SetupLibceedFineLevel_ElasFSNH()
|
| H A D | problems.h | 33 … CeedVector force_ceed, CeedVector neumann_ceed, CeedData *data); \
|
| /libCEED/examples/solids/include/ |
| H A D | setup-libceed.h | 33 … CeedVector force_ceed, CeedVector neumann_ceed, CeedData *data);
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 220 CeedVector force_ceed; in main() local 225 CeedVectorCreate(ceed, U_loc_size[fine_level], &force_ceed); in main() 226 CeedVectorSetArray(force_ceed, MemTypeP2C(force_mem_type), CEED_USE_POINTER, f); in main() 251 … U_g_size[fine_level], U_loc_size[fine_level], force_ceed, neumann_ceed, ceed_data)); in main() 292 CeedVectorTakeArray(force_ceed, MemTypeP2C(force_mem_type), NULL); in main() 295 CeedVectorDestroy(&force_ceed); in main()
|
| /libCEED/examples/solids/src/ |
| H A D | setup-libceed.c | 127 … CeedVector force_ceed, CeedVector neumann_ceed, CeedData *data) { in SetupLibceedFineLevel() argument 370 CeedOperatorApply(op_setup_force, x_coord, force_ceed, CEED_REQUEST_IMMEDIATE); in SetupLibceedFineLevel()
|