Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c131 …PetscInt cum, n_local_lambda, n_lambda_for_dof, dual_size, n_neg_values, n_pos_values, buf_… in PCBDDCSetupFETIDPMatContext() local
283 n_lambda_for_dof = (j * (j + 1)) / 2; in PCBDDCSetupFETIDPMatContext()
285 n_lambda_for_dof = j; in PCBDDCSetupFETIDPMatContext()
289 array[i] = (1.0 * n_lambda_for_dof) / (j + 1.0); /* already scaled for the next global sum */ in PCBDDCSetupFETIDPMatContext()
293 aux_local_numbering_2[partial_sum] = n_lambda_for_dof; in PCBDDCSetupFETIDPMatContext()