Searched refs:load_increment (Results 1 – 7 of 7) sorted by relevance
| /libCEED/examples/solids/src/ |
| H A D | boundary.c | 23 PetscErrorCode BCMMS(PetscInt dim, PetscReal load_increment, const PetscReal coords[], PetscInt num… in BCMMS() argument 30 u[0] = exp(2 * x) * sin(3 * y) * cos(4 * z) / 1e8 * load_increment; in BCMMS() 31 u[1] = exp(3 * y) * sin(4 * z) * cos(2 * x) / 1e8 * load_increment; in BCMMS() 32 u[2] = exp(4 * z) * sin(2 * x) * cos(3 * y) / 1e8 * load_increment; in BCMMS() 42 PetscErrorCode BCClamp(PetscInt dim, PetscReal load_increment, const PetscReal coords[], PetscInt n… in BCClamp() argument 51 lx = clampMax[0] * load_increment, in BCClamp() 52 ly = clampMax[1] * load_increment, lz = clampMax[2] * load_increment, in BCClamp() 58 theta = (c_0 + c_1 * cx) * load_increment; in BCClamp()
|
| H A D | misc.c | 112 …iewSolution(MPI_Comm comm, AppCtx app_ctx, Vec U, PetscInt increment, PetscScalar load_increment) { in ViewSolution() argument 131 PetscCall(DMSetOutputSequenceNumber(dm, increment, load_increment)); in ViewSolution() 169 …PetscCall(DMPlexInsertBoundaryValues(dmU, PETSC_TRUE, user->X_loc, user->load_increment, NULL, NUL… in ViewDiagnosticQuantities()
|
| H A D | matops.c | 63 …PetscCall(DMPlexInsertBoundaryValues(user->dm, PETSC_TRUE, user->X_loc, user->load_increment, NULL… in FormResidual_Ceed() 70 PetscCall(VecAXPY(Y, -user->load_increment, user->neumann_bcs)); in FormResidual_Ceed() 229 …PetscCall(DMPlexInsertBoundaryValues(user->dm, PETSC_TRUE, user->X_loc, user->load_increment, NULL… in ComputeStrainEnergy()
|
| /libCEED/examples/solids/include/ |
| H A D | boundary.h | 23 PetscErrorCode BCMMS(PetscInt dim, PetscReal load_increment, const PetscReal coords[], PetscInt num… 27 PetscErrorCode BCClamp(PetscInt dim, PetscReal load_increment, const PetscReal coords[], PetscInt n…
|
| H A D | misc.h | 34 …ViewSolution(MPI_Comm comm, AppCtx app_ctx, Vec U, PetscInt increment, PetscScalar load_increment);
|
| H A D | structs.h | 91 PetscScalar load_increment; member
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 610 PetscScalar load_increment = 1.0 * increment / app_ctx->num_increments, in main() local 611 scalingFactor = load_increment / (increment == 1 ? 1 : res_ctx->load_increment); in main() 612 res_ctx->load_increment = load_increment; in main() 622 PetscCall(ViewSolution(comm, app_ctx, U, increment, load_increment)); in main() 645 PetscCall(PetscViewerASCIIPrintf(app_ctx->energy_viewer, "%f,%e\n", load_increment, energy)); in main()
|