Home
last modified time | relevance | path

Searched refs:temp_constraints (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c6553 PetscInt size_of_constraint, max_size_of_constraint = 0, max_constraints, temp_constraints; in PCBDDCConstraintsSetUp() local
6767 temp_constraints = 0; /* zero the number of constraints I have on this conn comp */ in PCBDDCConstraintsSetUp()
6784 temp_constraints++; in PCBDDCConstraintsSetUp()
6792 …ptr_to_data = &constraints_data[constraints_data_ptr[total_counts_cc] + temp_constraints * size_of… in PCBDDCConstraintsSetUp()
6799 temp_constraints++; in PCBDDCConstraintsSetUp()
6808 valid_constraints = temp_constraints; in PCBDDCConstraintsSetUp()
6809 if (!pcbddc->use_nnsp_true && temp_constraints) { in PCBDDCConstraintsSetUp()
6810 if (temp_constraints == 1) { /* just normalize the constraint */ in PCBDDCConstraintsSetUp()
6829 PetscCall(PetscArrayzero(correlation_mat, temp_constraints * temp_constraints)); in PCBDDCConstraintsSetUp()
6833 for (j = 0; j < temp_constraints; j++) { in PCBDDCConstraintsSetUp()
[all …]