Home
last modified time | relevance | path

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

/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dtestgconv.cc92 const real_function_1d f = real_factory_1d(world).f(g); in test_gconv()
110 real_function_1d exact = real_factory_1d(world).f(convg); in test_gconv()
116 real_function_1d q = real_factory_1d(world).f(h); in test_gconv()
128 exact = real_factory_1d(world).f(gconvh); in test_gconv()
152 const real_function_1d convpg=real_factory_1d(world).f(conv_prime_g); in test_gconv()
158 const real_function_1d fp=real_factory_1d(world).f(gprime); in test_gconv()
H A Dfunctypedefs.h91 typedef FunctionFactory<double,1> real_factory_1d; typedef
/dports/science/madness/madness-ebb3fd7/src/examples/
H A Dhatom_1d.cc101 real_function_1d Vnuc = real_factory_1d(world).f(V); in main()
102 real_function_1d psi = real_factory_1d(world).f(guess); in main()
H A Dac_corr.cc168 real_function_1d xc_pot = real_factory_1d(world).functor(xc_ptr); in main()
169 real_function_1d xc_ref = real_factory_1d(world).functor(xc_ptr); in main()
H A Dnonlinschro.cc175 real_function_1d vstatic = real_factory_1d(world).f(Vstatic); in make_potential()
222 real_function_1d psi = real_factory_1d(world).f(guess); in main()
H A Dtdse1d.cc235 real_function_1d potn = real_factory_1d(world).f(V); in expV()
238 real_function_1d d = real_factory_1d(world).f(dVsq).initial_level(10); in expV()
342 real_function_1d potn = real_factory_1d(world).f(V).truncate_on_project(); in print_info()
399 Vs[i] = real_factory_1d(world).f(V).truncate_on_project(); in q_c()
404 Vss[i][k]=real_factory_1d(world).f(V).truncate_on_project(); in q_c()
H A Dsininteg.cc67 real_function_1d f = real_factory_1d(world).f(myf); in main()
H A Dploterr.cc23 real_function_1d f = real_factory_1d(world).f(myf); in main()
H A Dtestspectralprop.cc357 …vnuc_cache.push_back(std::make_pair(t, vnuc = real_factory_1d(world).functor(real_functor_1d(new V… in vnuc()
H A Dsmooth.h567 real_function_1d f = real_factory_1d(world).f(test_1d_functor); in test_1d()
/dports/science/madness/madness-ebb3fd7/doc/getting_started/
H A Dgstart_basics.dox116 real_function_1d f = real_factory_1d(world).f(myf);
120 real_function_1d zero = real_factory_1d(world);
163 real_function_1d f = real_factory_1d(world).f(myf);