Searched refs:bcinflowindex (Results 1 – 2 of 2) sorted by relevance
423 ctx->physics2.bcinflowindex[0] = PETSC_FALSE; in PhysicsSetInflowType_Shallow()424 ctx->physics2.bcinflowindex[1] = PETSC_TRUE; in PhysicsSetInflowType_Shallow()425 ctx->physics2.bcinflowindex[2] = PETSC_FALSE; in PhysicsSetInflowType_Shallow()426 ctx->physics2.bcinflowindex[3] = PETSC_TRUE; in PhysicsSetInflowType_Shallow()450 PetscCall(PetscMalloc1(2 * (ctx->physics2.dof), &ctx->physics2.bcinflowindex)); in PhysicsCreate_Shallow()589 if (ctx->physics2.bcinflowindex[j]) { in FVRHSFunction_2WaySplit()599 if (ctx->physics2.bcinflowindex[dof + j]) { in FVRHSFunction_2WaySplit()762 if (ctx->physics2.bcinflowindex[j] == PETSC_TRUE) { in FVRHSFunctionslow_2WaySplit()772 if (ctx->physics2.bcinflowindex[dof + j] == PETSC_TRUE) { in FVRHSFunctionslow_2WaySplit()913 if (ctx->physics2.bcinflowindex[j] == PETSC_TRUE) { in FVRHSFunctionslowbuffer_2WaySplit()[all …]
94 …PetscBool *bcinflowindex; /* Boolean array where bcinflowindex[dof*i+j] = TRUE indicates that the … member