Searched refs:workNorm (Results 1 – 1 of 1) sorted by relevance
222 PetscReal mu, workNorm, misfit; in ObjectiveMisfitADMM() local236 PetscCall(VecDot(temp, temp, &workNorm)); in ObjectiveMisfitADMM()238 *J = misfit + 0.5 * mu * workNorm; in ObjectiveMisfitADMM()366 PetscReal mu, workNorm, reg; in ObjectiveRegularizationADMM() local379 PetscCall(VecDot(temp, temp, &workNorm)); in ObjectiveRegularizationADMM()380 *J = reg + 0.5 * mu * workNorm; in ObjectiveRegularizationADMM()