Searched refs:n_vertices (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 4073 n_constraints = pcbddc->local_primal_size - pcbddc->benign_n - pcbddc->n_vertices; in PCBDDCSetUpLocalWorkVectors() 4074 n_R = pcis->n - pcbddc->n_vertices; in PCBDDCSetUpLocalWorkVectors() 4297 PetscInt lda_rhs, n_vertices, n_constraints, *p0_lidx_I; in PCBDDCSetUpCorrection() local 4315 n_vertices = pcbddc->n_vertices; in PCBDDCSetUpCorrection() 4316 n_constraints = pcbddc->local_primal_size - pcbddc->benign_n - n_vertices; in PCBDDCSetUpCorrection() 4319 n_R = pcis->n - n_vertices; in PCBDDCSetUpCorrection() 4322 PetscCall(PetscMalloc1(n_vertices, &idx_V_B)); in PCBDDCSetUpCorrection() 4323 …PetscCall(ISGlobalToLocalMappingApply(pcis->BtoNmap, IS_GTOLM_DROP, n_vertices, pcbddc->local_prim… in PCBDDCSetUpCorrection() 4324 …(i == n_vertices, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Error in boundary numbering for BDDC vertices!… in PCBDDCSetUpCorrection() 4341 const PetscInt *cidxs = pcbddc->primal_indices_local_idxs + n_vertices; in PCBDDCSetUpCorrection() [all …]
|
| H A D | bddcfetidp.c | 130 PetscInt i, j, k, s, n_boundary_dofs, n_global_lambda, n_vertices, partial_sum; in PCBDDCSetupFETIDPMatContext() local 240 PetscCall(ISGetLocalSize(isvert, &n_vertices)); in PCBDDCSetupFETIDPMatContext() 243 dual_size = pcis->n_B - n_vertices; in PCBDDCSetupFETIDPMatContext() 274 if (s < n_vertices && vertex_indices[s] == i) { /* it works for a sorted set of vertices */ in PCBDDCSetupFETIDPMatContext()
|
| /petsc/include/petsc/private/ |
| H A D | pcbddcimpl.h | 52 PetscInt n_vertices; member
|
| /petsc/src/ksp/ksp/impls/fetidp/ |
| H A D | fetidp.c | 271 PetscInt i, n_vertices; in KSPFETIDPCheckOperators() local 298 PetscCall(ISGetLocalSize(isvert, &n_vertices)); in KSPFETIDPCheckOperators() 392 for (i = 0; i < n_vertices; i++) array[vertex_indices[i]] = 0.0; in KSPFETIDPCheckOperators() 441 for (i = 0; i < n_vertices; i++) array[vertex_indices[i]] = 0.0; in KSPFETIDPCheckOperators()
|