Home
last modified time | relevance | path

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

/dports/science/madness/madness-ebb3fd7/src/madness/world/
H A Dtest_hashdc.cc76 WorldContainer<Key,double> fred(world); in main()
82 WorldContainer<Key,double>::iterator it = fred.find(Key(99)); in main()
87 WorldContainer<Key,double>::const_iterator c_it = it; in main()
88 const WorldContainer<Key,double>::pairT& cp = *c_it; in main()
H A Dtest_world.cc554 WorldContainer<int,double> c(world); in test7()
593 const WorldContainer<int,double> d(c); in test7()
752 WorldContainer<int,Mary> m(world); in test10()
886 typedef WorldContainer<Key,Node> dcT;
945 WorldContainer<Key,Node>& d;
946 Walker1(WorldContainer<Key,Node>& d) : d(d) {}; in Walker1()
993 WorldContainer<Key,Node> d(world); in test11()
1049 WorldContainer<int,double> d(world); in test12()
1063 WorldContainer<int,double> c(world); in test12()
1105 WorldContainer<int,double> d(world); in test13()
[all …]
H A Dworlddc.h52 class WorldContainer; variable
58 void swap(WorldContainer<keyT, valueT, hashfunT>&, WorldContainer<keyT, valueT, hashfunT>&);
359 friend class WorldContainer<keyT,valueT,hashfunT>;
706 typedef WorldContainer<keyT,valueT,hashfunT> containerT;
729 WorldContainer() in WorldContainer() function
757 WorldContainer(World& world,
772 WorldContainer(const WorldContainer& other) in WorldContainer() function
1514 virtual ~WorldContainer() { in ~WorldContainer()
1518 friend void swap<>(WorldContainer&, WorldContainer&);
1525 …void swap(WorldContainer<keyT, valueT, hashfunT>& dc0, WorldContainer<keyT, valueT, hashfunT>& dc1… in swap()
[all …]
H A Dtest_tree.cc120 typedef WorldContainer<Key,Node> dcT;
201 WorldContainer<Key,Node> d(world); in doit()
222 …for (typename WorldContainer<Key,Node>::iterator it=d.begin(); it!=d.end(); ++it) sum += it->secon… in doit()
H A Dtest_dc.cc92 WorldContainer<Key,Node> c(world); in test0()
160 WorldContainer<int,Double> c(world,pmap0), d(world,pmap0), e(world,pmap0); in test1()
/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dlbdeux.h100 typedef WorldContainer<keyT,nodeT> treeT;
229 typedef WorldContainer<keyT,nodeT> treeT;
H A Dderivative.h88 typedef WorldContainer<Key<NDIM> , FunctionNode<T, NDIM> > dcT;
281 typedef WorldContainer< Key<NDIM> , FunctionNode<T, NDIM> > dcT;
H A Dgraveyard1346 class LBTree : public WorldContainer<typename DClass<D>::KeyD,typename DClass<D>::NodeD> {
1350 typedef WorldContainer<typename DClass<D>::KeyD,typename DClass<D>::NodeD> dcT;
1379 typedef WorldContainer<typename DClass<D>::KeyD,typename DClass<D>::NodeD, Pmap> dcT;
1440 typename WorldContainer<typename DClass<D>::KeyD,typename DClass<D>::NodeD>::iterator
1442 return WorldContainer<typename DClass<D>::KeyD, typename DClass<D>::NodeD>::end();
1445 typename WorldContainer<typename DClass<D>::KeyD,typename DClass<D>::NodeD>::iterator
1447 return WorldContainer<typename DClass<D>::KeyD, typename DClass<D>::NodeD>::find(key);
1451 // return WorldContainer<typename DClass<D>::KeyD, typename DClass<D>::NodeD>::get_pmap…
H A Dfuncimpl.h139 …typedef WorldContainer<Key<NDIM> , FunctionNode<T, NDIM> > dcT; ///< Type of container holding the…
849 typedef WorldContainer<keyT,nodeT> dcT; ///< Type of container holding the coefficients
/dports/science/madness/madness-ebb3fd7/doc/libraries/
H A Dparallel_runtime.dox142 \par Distributed Containers (WorldContainer)
205 The distributed container class (madness::WorldContainer) actually inherits
/dports/science/madness/madness-ebb3fd7/doc/
H A Dmainpage.dox57 // \defgroup worlddc Distributed containers (WorldContainer)
/dports/science/madness/madness-ebb3fd7/doc/libraries/parallel_runtime/
H A Dserialization.dox309 …iters. This is here mostly to support efficient transfer of large \c WorldContainer (madness/world…
/dports/science/madness/madness-ebb3fd7/doc/Latex/
H A Dimplementation.tex783 \texttt{WorldContainer{\textless}Key{\textless}d{\textgreater},FunctionNode{\textless}T,d{\textgrea…