Searched refs:sensip (Results 1 – 4 of 4) sorted by relevance
214 PetscScalar *y, sensip; in ComputeSensiP() local220 …sensip = 1. / PetscSqrtScalar(1. - (ctx->Pm / ctx->Pmax) * (ctx->Pm / ctx->Pmax)) / ctx->Pmax * x[… in ComputeSensiP()221 y[0] = sensip; in ComputeSensiP()
164 PetscScalar sensip; in ComputeSensiP() local170 …sensip = 1. / PetscSqrtScalar(1. - (ctx->Pm / ctx->Pmax) * (ctx->Pm / ctx->Pmax)) / ctx->Pmax * x[… in ComputeSensiP()171 …tscCall(PetscPrintf(PETSC_COMM_WORLD, "\n sensitivity wrt parameter pm: %.7f \n", (double)sensip)); in ComputeSensiP()
154 PetscScalar *y, sensip; in ComputeSensiP() local160 …sensip = 1. / PetscSqrtScalar(1. - (ctx->Pm / ctx->Pmax) * (ctx->Pm / ctx->Pmax)) / ctx->Pmax * x[… in ComputeSensiP()161 y[0] = sensip; in ComputeSensiP()
1011 PetscScalar *x, *y, sensip; in ComputeSensiP() local1019 PetscCall(VecDot(lambda, DICDP[i], &sensip)); in ComputeSensiP()1020 sensip = sensip + y[i]; in ComputeSensiP()1022 y[i] = sensip; in ComputeSensiP()