Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtaoimpl.h118 PetscInt max_constraints; member
/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
6633 max_constraints = nnsp_size; in PCBDDCConstraintsSetUp()
6634 if (nnsp_has_cnst) max_constraints++; in PCBDDCConstraintsSetUp()
6646 total_counts *= max_constraints; in PCBDDCConstraintsSetUp()
6663 …PetscCall(PetscMalloc3(total_counts * max_constraints + n_vertices, &constraints_data, total_count… in PCBDDCConstraintsSetUp()
6675 …if (n_ISForFaces + n_ISForEdges && max_constraints > 1 && !pcbddc->use_nnsp_true) skip_lapack = PE… in PCBDDCConstraintsSetUp()
6683 PetscCall(PetscMalloc1(max_constraints * max_constraints, &correlation_mat)); in PCBDDCConstraintsSetUp()
6684 PetscCall(PetscMalloc1(max_constraints, &singular_vals)); in PCBDDCConstraintsSetUp()
6685 PetscCall(PetscMalloc1(max_size_of_constraint * max_constraints, &temp_basis)); in PCBDDCConstraintsSetUp()
6687 PetscCall(PetscMalloc1(3 * max_constraints, &rwork)); in PCBDDCConstraintsSetUp()
[all …]