Home
last modified time | relevance | path

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

/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/paamg/test/
H A Dgalerkintest.cc68 Dune::Amg::AggregatesMap<Vertex> aggregatesMap(pg.noVertices()); in testCoarsenIndices() local
75 …std::tie(noAggregates, isoAggregates, oneAggregates,skipped) = aggregatesMap.buildAggregates(mat, … in testCoarsenIndices()
77 Dune::Amg::printAggregates2d(aggregatesMap, n, N, std::cout); in testCoarsenIndices()
85 pinfo.buildGlobalLookup(aggregatesMap.noVertices()); in testCoarsenIndices()
90aggregatesMap, in testCoarsenIndices()
106 GlobalMap gmap(aggregatesMap, coarseInfo.globalLookup()); in testCoarsenIndices()
110 Dune::Amg::printAggregates2d(aggregatesMap, n, N, std::cout); in testCoarsenIndices()
115 Dune::Amg::printAggregates2d(aggregatesMap, n, N, std::cout); in testCoarsenIndices()
137 aggregatesMap, noCoarseVertices, in testCoarsenIndices()
142 …productBuilder.calculate(mat, aggregatesMap, *coarseMat, coarseInfo, Dune::EnumItem<GridFlag,GridA… in testCoarsenIndices()
H A Dgraphtest.cc482 Dune::Amg::AggregatesMap<PropertiesGraph::VertexDescriptor> aggregatesMap(pgraph.maxVertex()+1); in testGraph() local
483 aggregatesMap.buildAggregates(laplacian2d, pgraph, crit, false); in testGraph()
484 Dune::Amg::printAggregates2d(aggregatesMap, N, N, std::cout); in testGraph()
528 Dune::Amg::AggregatesMap<PropertiesGraph::VertexDescriptor> aggregatesMap(pgraph.maxVertex()+1); in testAggregate() local
530 aggregatesMap.buildAggregates(mat, pgraph, crit, false); in testAggregate()
532 Dune::Amg::printAggregates2d(aggregatesMap, N, N, std::cout); in testAggregate()
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/paamg/
H A Dmatrixhierarchy.hh499 AggregatesMap* aggregatesMap=new AggregatesMap(std::get<1>(graphs)->maxVertex()+1); in build() local
501 aggregatesMaps_.push_back(aggregatesMap); in build()
542 assert((UNKNOWNS)*(overlapEnd-overlapStart)==aggregatesMap->noVertices()); in build()
549 (*aggregatesMap)[j*(overlapEnd-overlapStart)+i-overlapStart]=no; in build()
578 aggregatesMap->free(); in build()
579 delete aggregatesMap; in build()
611 *aggregatesMap, in build()
624 AggregatesPublisher<Vertex,OverlapFlags,ParallelInformation>::publish(*aggregatesMap, in build()
648 *aggregatesMap, in build()
675 AggregatesMap* aggregatesMap=new AggregatesMap(0); in build() local
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/mattbaird/elastigo/lib/
H A Dsearchaggregate.go204 aggregates := d.aggregatesMap()
217 func (d *AggregateDsl) aggregatesMap() map[string]interface{} { func
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/mattbaird/elastigo/elastigo-2fe47fd29e4b/lib/
H A Dsearchaggregate.go204 aggregates := d.aggregatesMap()
217 func (d *AggregateDsl) aggregatesMap() map[string]interface{} { func