Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DHYPRE_LSI_schwarz.c78 HYPRE_LSI_Schwarz *sch_ptr; in HYPRE_LSI_SchwarzCreate() local
94 sch_ptr->Nrows = 0; in HYPRE_LSI_SchwarzCreate()
95 sch_ptr->extNrows = 0; in HYPRE_LSI_SchwarzCreate()
96 sch_ptr->nblocks = 1; in HYPRE_LSI_SchwarzCreate()
100 sch_ptr->ntimes = 1; in HYPRE_LSI_SchwarzCreate()
101 sch_ptr->output_level = 0; in HYPRE_LSI_SchwarzCreate()
171 sch_ptr->mh_mat = NULL; in HYPRE_LSI_SchwarzDestroy()
198 sch_ptr->nblocks = nblks; in HYPRE_LSI_SchwarzSetNBlocks()
468 comm = sch_ptr->comm; in HYPRE_LSI_SchwarzSetup()
568 sch_ptr->Nrows = Nrows; in HYPRE_LSI_SchwarzDecompose()
[all …]
/dports/net/arataga/oess-2.2.3/dev/oess_2/util_cpp_serializer2/
H A Dmain.cpp119 oess_2::scheme::scheme_auto_ptr_t sch_ptr; in main() local
127 load_ddl( argv[ i+1 ], *sch_ptr ); in main()
134 gen_code( cpp_file_name , *sch_ptr , repository_name ); in main()
/dports/net/arataga/oess-2.2.3/dev/test/stdsn/bitmask_usage_correctness/
H A Dmain.cpp61 oess_2::scheme::scheme_auto_ptr_t sch_ptr; in try_load_ddl() local
64 in, *sch_ptr, error_desc, full_name.c_str() ); in try_load_ddl()
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_functions_client.c60 static void solr_set_initial_curl_handle_options(solr_curl_t **sch_ptr, solr_client_options_t *opti… in solr_set_initial_curl_handle_options() argument
62 solr_curl_t * sch = *sch_ptr; in solr_set_initial_curl_handle_options()