Searched refs:kcxrhox (Results 1 – 1 of 1) sorted by relevance
141 PetscScalar rho, c, rhoxx, cxx, cx, rhox, kcxrhox; in IFunction() local198 kcxrhox = appctx->kappa * (cxx * rho + cx * rhox); in IFunction()200 …kcxrhox = appctx->kappa * ((u[i + 1].c - u[i].c) * u[i + 1].rho - (u[i].c - u[i - 1].c) * u[i].rho… in IFunction()203 …f[i].rho = udot[i].rho - appctx->epsilon * rhoxx + kcxrhox - appctx->mu * PetscAbsScalar(rho) * (1… in IFunction()