Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dgetcolv.c206 PetscCall(MatGetColumnReductions(A, REDUCTION_MEAN_REALPART, means)); in MatGetColumnMeansRealPart()
/petsc/include/
H A Dpetscvec.h262 REDUCTION_MEAN_REALPART = 11, enumerator
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c1179 if (type == REDUCTION_MEAN_REALPART) { in MatGetColumnReductions_MPIDense()
1196 } else if (type == REDUCTION_MEAN_REALPART || type == REDUCTION_MEAN_IMAGINARYPART) { in MatGetColumnReductions_MPIDense()
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c2302 } else if (type == REDUCTION_SUM_REALPART || type == REDUCTION_MEAN_REALPART) { in MatGetColumnReductions_MPIBAIJ()
2345 } else if (type == REDUCTION_MEAN_REALPART || type == REDUCTION_MEAN_IMAGINARYPART) { in MatGetColumnReductions_MPIBAIJ()
/petsc/src/mat/impls/baij/seq/
H A Dbaij.c71 } else if (type == REDUCTION_SUM_REALPART || type == REDUCTION_MEAN_REALPART) { in MatGetColumnReductions_SeqBAIJ()
92 } else if (type == REDUCTION_MEAN_REALPART || type == REDUCTION_MEAN_IMAGINARYPART) { in MatGetColumnReductions_SeqBAIJ()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c3014 } else if (type == REDUCTION_SUM_REALPART || type == REDUCTION_MEAN_REALPART) { in MatGetColumnReductions_SeqDense()
3028 } else if (type == REDUCTION_MEAN_REALPART || type == REDUCTION_MEAN_IMAGINARYPART) { in MatGetColumnReductions_SeqDense()
/petsc/src/mat/impls/aij/seq/
H A Daij.c48 } else if (type == REDUCTION_SUM_REALPART || type == REDUCTION_MEAN_REALPART) { in MatGetColumnReductions_SeqAIJ()
56 } else if (type == REDUCTION_MEAN_REALPART || type == REDUCTION_MEAN_IMAGINARYPART) { in MatGetColumnReductions_SeqAIJ()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c326 } else if (type == REDUCTION_SUM_REALPART || type == REDUCTION_MEAN_REALPART) { in MatGetColumnReductions_MPIAIJ()
341 } else if (type == REDUCTION_MEAN_REALPART || type == REDUCTION_MEAN_IMAGINARYPART) { in MatGetColumnReductions_MPIAIJ()