Lines Matching +full:- +full:o
1 // SPDX-FileCopyrightText: Copyright (c) 2017-2024, HONEE contributors.
2 // SPDX-License-Identifier: Apache-2.0 OR BSD-2-Clause
22 MPI_Comm comm = honee->comm; in SetupStrongSTG_Ceed()
28 dXdx_size = num_comp_x * (dim - height_cell); in SetupStrongSTG_Ceed()
62 for (PetscCount b = 0; b < problem->num_bc_defs; b++) { in SetupStrongSTG_Ceed()
63 BCDefinition bc_def_ = problem->bc_defs[b]; in SetupStrongSTG_Ceed()
89 for (PetscInt o = 0; o < num_orientations_values; o++) { in SetupStrongSTG_Ceed() local
92 PetscInt orientation = orientation_values[o]; in SetupStrongSTG_Ceed()
121 // -- Setup Operator in SetupStrongSTG_Ceed()
131 // -- Compute geometric factors in SetupStrongSTG_Ceed()
134 // -- Compute STGData in SetupStrongSTG_Ceed()
142 // -- Setup BC QFunctions in SetupStrongSTG_Ceed()
152 // -- Add to composite operator in SetupStrongSTG_Ceed()
176 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_strong_bc, "solution time", &phys->stg_sol… in SetupStrongSTG_Ceed()
194 if (honee->phys->stg_solution_time_label) { in DMPlexInsertBoundaryValues_StrongBCCeed()
195 …PetscCallCeed(honee->ceed, CeedOperatorSetContextDouble(honee->op_strong_bc_ctx->op, honee->phys->… in DMPlexInsertBoundaryValues_StrongBCCeed()
204 PetscCall(ApplyAddCeedOperatorLocalToLocal(NULL, Q_loc, honee->op_strong_bc_ctx)); in DMPlexInsertBoundaryValues_StrongBCCeed()
229 PetscCall(PetscOptionsGetBool(NULL, NULL, "-stg_strong", &use_strongstg, NULL)); in SetupStrongBC_Ceed()
232 PetscCall(SetupStrongSTG_Ceed(ceed, honee, dm, problem, honee->phys, op_strong_bc)); in SetupStrongBC_Ceed()
236 …ate(NULL, NULL, ceed, op_strong_bc, CEED_VECTOR_NONE, NULL, NULL, NULL, &honee->op_strong_bc_ctx)); in SetupStrongBC_Ceed()