Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/femli/
H A Dmli_method_amgcr.h61 MLI_Matrix *createPmat(int *indepSet,MLI_Matrix *,MLI_Matrix *,MLI_Matrix *);
H A Dmli_method_amgrs.h79 MLI_Matrix *createPmat(int *, MLI_Matrix *, MLI_Matrix *, MLI_Matrix *);
H A Dmli_method_amgcr.cxx300 mli_Pmat = createPmat(ISMarker, mli_Amat, mli_Affmat, mli_Afcmat); in setup()
971 MLI_Matrix *MLI_Method_AMGCR::createPmat(int *indepSet, MLI_Matrix *mli_Amat, in createPmat() function in MLI_Method_AMGCR
H A Dmli_method_amgrs.cxx461 mli_Pmat = createPmat(CFMarkers, mli_Amat, mli_Affmat, mli_Afcmat); in setup()
1437 MLI_Matrix *MLI_Method_AMGRS::createPmat(int *indepSet, MLI_Matrix *mli_Amat, in createPmat() function in MLI_Method_AMGRS