Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DHYPRE_LSI_mli.cxx180 mli_object->postSmootherWts_ = NULL; in HYPRE_LSI_MLICreate()
236 if ( mli_object->postSmootherWts_ != NULL ) in HYPRE_LSI_MLIDestroy()
237 delete [] mli_object->postSmootherWts_; in HYPRE_LSI_MLIDestroy()
383 targv[1] = (char *) mli_object->postSmootherWts_; in HYPRE_LSI_MLISetup()
791 if ( mli_object->postSmootherWts_ != NULL ) in HYPRE_LSI_MLISetParams()
793 weight = mli_object->postSmootherWts_[0]; in HYPRE_LSI_MLISetParams()
794 delete [] mli_object->postSmootherWts_; in HYPRE_LSI_MLISetParams()
797 mli_object->postSmootherWts_[i] = weight; in HYPRE_LSI_MLISetParams()
812 if ( mli_object->postSmootherWts_ != NULL ) in HYPRE_LSI_MLISetParams()
813 delete [] mli_object->postSmootherWts_; in HYPRE_LSI_MLISetParams()
[all …]