Searched refs:temp_basis (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 6586 PetscScalar *temp_basis = NULL, *correlation_mat = NULL; in PCBDDCConstraintsSetUp() local 6685 PetscCall(PetscMalloc1(max_size_of_constraint * max_constraints, &temp_basis)); in PCBDDCConstraintsSetUp() 6862 … &Blas_K, &one, ptr_to_data, &Blas_LDA, correlation_mat, &Blas_LDB, &zero, temp_basis, &Blas_LDC)); in PCBDDCConstraintsSetUp() 6865 …* size_of_constraint + ii] = singular_vals[temp_constraints - 1 - k] * temp_basis[(temp_constraint… in PCBDDCConstraintsSetUp() 6912 PetscCall(PetscFree(temp_basis)); in PCBDDCConstraintsSetUp()
|