Shape optimized graph partitioning:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
2006
|
Schlagworte: | |
Online-Zugang: | http://d-nb.info/983282455/34 http://ubdata.uni-paderborn.de/ediss/17/2006/schamber/ Inhaltsverzeichnis |
Beschreibung: | Paderborn, Univ., Diss., 2006 |
Beschreibung: | 1 Online-Ressource |
Internformat
MARC
LEADER | 00000nmm a2200000 c 4500 | ||
---|---|---|---|
001 | BV022296878 | ||
003 | DE-604 | ||
005 | 20100121 | ||
006 | a m||| 00||| | ||
007 | cr|uuu---uuuuu | ||
008 | 070305s2006 |||| o||u| ||||||eng d | ||
035 | |a (OCoLC)162338837 | ||
035 | |a (DE-599)BVBBV022296878 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-384 |a DE-473 |a DE-703 |a DE-1051 |a DE-824 |a DE-29 |a DE-12 |a DE-91 |a DE-19 |a DE-1049 |a DE-92 |a DE-739 |a DE-898 |a DE-355 |a DE-706 |a DE-20 | ||
082 | 0 | |a 511.5 |2 22/ger | |
100 | 1 | |a Schamberger, Stefan |e Verfasser |4 aut | |
245 | 1 | 0 | |a Shape optimized graph partitioning |c von Stefan Schamberger |
264 | 1 | |c 2006 | |
300 | |a 1 Online-Ressource | ||
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
500 | |a Paderborn, Univ., Diss., 2006 | ||
650 | 0 | 7 | |a Elektronische Publikation |0 (DE-588)4514269-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Graphentheoretisches Optimierungsverfahren |0 (DE-588)4158056-4 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4113937-9 |a Hochschulschrift |2 gnd-content | |
689 | 0 | 0 | |a Graphentheoretisches Optimierungsverfahren |0 (DE-588)4158056-4 |D s |
689 | 0 | 1 | |a Elektronische Publikation |0 (DE-588)4514269-5 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | |u http://d-nb.info/983282455/34 | |
856 | 4 | |u http://ubdata.uni-paderborn.de/ediss/17/2006/schamber/ | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015506940&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
912 | |a ebook | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-015506940 |
Datensatz im Suchindex
_version_ | 1804136312871059456 |
---|---|
adam_text | Contents
1 Introduction 7
2 Graph Partitioning 11
2.1 Problem Definition 11
2.2 Analytical Bounds 12
2.3 Global Methods 13
2.3.1 Spectral Bisectioning 13
2.3.2 Linear Orderings 14
Space Filling Curves 15
Graph Filling Curves 16
2.4 Local Heuristics 23
2.4.1 Kernighan Lin 23
2.4.2 Helpful Sets 25
2.5 The Multilevel Scheme 25
2.5.1 Matching Algorithms 26
2.5.2 Partitioning Libraries 27
2.6 Graph Repartitioning 28
3 The PARTY Graph Partitioning Library 29
3.1 An Improved Evaluation Scheme 29
3.2 Implementation Enhancements 32
3.2.1 Weight Limited Coarsening 33
3.2.2 The Improved Helpful Set Implementation 33
3.3 Experimental Results 37
3.3.1 Balanced Partitionings 37
3.3.2 Less Restrictively Balanced Partitionings 41
3.3.3 Recursive vs. Direct Partitioning 44
3.4 Upshot 49
4 Diffusion 51
4.1 The General Diffusion Scheme 52
4.2 Further Results on Diffusion 53
4.2.1 Overrelaxation and Generalization 54
4.2.2 Inhomogeneous Networks 54
Optimal diffusion matrices 55
4.2.3 Dynamic Networks 57
5 Shape Optimized Partitioning 63
5.1 Motivation 63
5.2 The Bubble Framework 65
5.2.1 Previous Implementations 66
5.3 Diffusion Based Mechanisms 68
5.3.1 The Limited First Order Scheme 73
5.3.2 The First Order Scheme with Absolute Draining 75
5.3.3 The First Order Scheme with Constant Draining 81
5.3.4 Numerical Stability by Influence Range Reduction 84
5.4 Balancing 87
5.4.1 Scale Balancing 88
5.4.2 Greedy Balancing 89
5.4.3 Smoothing 90
5.5 The Flux Heuristic 91
5.6 Implementation 91
5.6.1 Partial Graph Coarsening 93
5.6.2 Domain Decomposition and Domain Sharing 96
5.6.3 Multilevel Strategy 97
5.7 Experiments 97
5.7.1 Metrics and Norms 98
5.7.2 Benchmarks 99
Graph Sequences and Transitions 100
A Basic Sequence Generator 101
Test set Sequences 103
5.7.3 Numerical Results 106
Graph Partitioning 106
Graph Repartitioning 113
5.7.4 Application in PadFEM 125
5.7.5 Upshot 127
6 Conclusion 129
Bibliography 131
|
adam_txt |
Contents
1 Introduction 7
2 Graph Partitioning 11
2.1 Problem Definition 11
2.2 Analytical Bounds 12
2.3 Global Methods 13
2.3.1 Spectral Bisectioning 13
2.3.2 Linear Orderings 14
Space Filling Curves 15
Graph Filling Curves 16
2.4 Local Heuristics 23
2.4.1 Kernighan Lin 23
2.4.2 Helpful Sets 25
2.5 The Multilevel Scheme 25
2.5.1 Matching Algorithms 26
2.5.2 Partitioning Libraries 27
2.6 Graph Repartitioning 28
3 The PARTY Graph Partitioning Library 29
3.1 An Improved Evaluation Scheme 29
3.2 Implementation Enhancements 32
3.2.1 Weight Limited Coarsening 33
3.2.2 The Improved Helpful Set Implementation 33
3.3 Experimental Results 37
3.3.1 Balanced Partitionings 37
3.3.2 Less Restrictively Balanced Partitionings 41
3.3.3 Recursive vs. Direct Partitioning 44
3.4 Upshot 49
4 Diffusion 51
4.1 The General Diffusion Scheme 52
4.2 Further Results on Diffusion 53
4.2.1 Overrelaxation and Generalization 54
4.2.2 Inhomogeneous Networks 54
Optimal diffusion matrices 55
4.2.3 Dynamic Networks 57
5 Shape Optimized Partitioning 63
5.1 Motivation 63
5.2 The Bubble Framework 65
5.2.1 Previous Implementations 66
5.3 Diffusion Based Mechanisms 68
5.3.1 The Limited First Order Scheme 73
5.3.2 The First Order Scheme with Absolute Draining 75
5.3.3 The First Order Scheme with Constant Draining 81
5.3.4 Numerical Stability by Influence Range Reduction 84
5.4 Balancing 87
5.4.1 Scale Balancing 88
5.4.2 Greedy Balancing 89
5.4.3 Smoothing 90
5.5 The Flux Heuristic 91
5.6 Implementation 91
5.6.1 Partial Graph Coarsening 93
5.6.2 Domain Decomposition and Domain Sharing 96
5.6.3 Multilevel Strategy 97
5.7 Experiments 97
5.7.1 Metrics and Norms 98
5.7.2 Benchmarks 99
Graph Sequences and Transitions 100
A Basic Sequence Generator 101
Test set Sequences 103
5.7.3 Numerical Results 106
Graph Partitioning 106
Graph Repartitioning 113
5.7.4 Application in PadFEM 125
5.7.5 Upshot 127
6 Conclusion 129
Bibliography 131 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Schamberger, Stefan |
author_facet | Schamberger, Stefan |
author_role | aut |
author_sort | Schamberger, Stefan |
author_variant | s s ss |
building | Verbundindex |
bvnumber | BV022296878 |
collection | ebook |
ctrlnum | (OCoLC)162338837 (DE-599)BVBBV022296878 |
dewey-full | 511.5 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 511 - General principles of mathematics |
dewey-raw | 511.5 |
dewey-search | 511.5 |
dewey-sort | 3511.5 |
dewey-tens | 510 - Mathematics |
discipline | Mathematik |
discipline_str_mv | Mathematik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01664nmm a2200397 c 4500</leader><controlfield tag="001">BV022296878</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20100121 </controlfield><controlfield tag="006">a m||| 00||| </controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">070305s2006 |||| o||u| ||||||eng d</controlfield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)162338837</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022296878</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-384</subfield><subfield code="a">DE-473</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-1051</subfield><subfield code="a">DE-824</subfield><subfield code="a">DE-29</subfield><subfield code="a">DE-12</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-1049</subfield><subfield code="a">DE-92</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-898</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-20</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">511.5</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Schamberger, Stefan</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Shape optimized graph partitioning</subfield><subfield code="c">von Stefan Schamberger</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="c">2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Paderborn, Univ., Diss., 2006</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Elektronische Publikation</subfield><subfield code="0">(DE-588)4514269-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Graphentheoretisches Optimierungsverfahren</subfield><subfield code="0">(DE-588)4158056-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4113937-9</subfield><subfield code="a">Hochschulschrift</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Graphentheoretisches Optimierungsverfahren</subfield><subfield code="0">(DE-588)4158056-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Elektronische Publikation</subfield><subfield code="0">(DE-588)4514269-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://d-nb.info/983282455/34</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://ubdata.uni-paderborn.de/ediss/17/2006/schamber/</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015506940&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ebook</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-015506940</subfield></datafield></record></collection> |
genre | (DE-588)4113937-9 Hochschulschrift gnd-content |
genre_facet | Hochschulschrift |
id | DE-604.BV022296878 |
illustrated | Not Illustrated |
index_date | 2024-07-02T16:53:43Z |
indexdate | 2024-07-09T20:54:24Z |
institution | BVB |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015506940 |
oclc_num | 162338837 |
open_access_boolean | |
owner | DE-384 DE-473 DE-BY-UBG DE-703 DE-1051 DE-824 DE-29 DE-12 DE-91 DE-BY-TUM DE-19 DE-BY-UBM DE-1049 DE-92 DE-739 DE-898 DE-BY-UBR DE-355 DE-BY-UBR DE-706 DE-20 |
owner_facet | DE-384 DE-473 DE-BY-UBG DE-703 DE-1051 DE-824 DE-29 DE-12 DE-91 DE-BY-TUM DE-19 DE-BY-UBM DE-1049 DE-92 DE-739 DE-898 DE-BY-UBR DE-355 DE-BY-UBR DE-706 DE-20 |
physical | 1 Online-Ressource |
psigel | ebook |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
record_format | marc |
spelling | Schamberger, Stefan Verfasser aut Shape optimized graph partitioning von Stefan Schamberger 2006 1 Online-Ressource txt rdacontent c rdamedia cr rdacarrier Paderborn, Univ., Diss., 2006 Elektronische Publikation (DE-588)4514269-5 gnd rswk-swf Graphentheoretisches Optimierungsverfahren (DE-588)4158056-4 gnd rswk-swf (DE-588)4113937-9 Hochschulschrift gnd-content Graphentheoretisches Optimierungsverfahren (DE-588)4158056-4 s Elektronische Publikation (DE-588)4514269-5 s DE-604 http://d-nb.info/983282455/34 http://ubdata.uni-paderborn.de/ediss/17/2006/schamber/ HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015506940&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Schamberger, Stefan Shape optimized graph partitioning Elektronische Publikation (DE-588)4514269-5 gnd Graphentheoretisches Optimierungsverfahren (DE-588)4158056-4 gnd |
subject_GND | (DE-588)4514269-5 (DE-588)4158056-4 (DE-588)4113937-9 |
title | Shape optimized graph partitioning |
title_auth | Shape optimized graph partitioning |
title_exact_search | Shape optimized graph partitioning |
title_exact_search_txtP | Shape optimized graph partitioning |
title_full | Shape optimized graph partitioning von Stefan Schamberger |
title_fullStr | Shape optimized graph partitioning von Stefan Schamberger |
title_full_unstemmed | Shape optimized graph partitioning von Stefan Schamberger |
title_short | Shape optimized graph partitioning |
title_sort | shape optimized graph partitioning |
topic | Elektronische Publikation (DE-588)4514269-5 gnd Graphentheoretisches Optimierungsverfahren (DE-588)4158056-4 gnd |
topic_facet | Elektronische Publikation Graphentheoretisches Optimierungsverfahren Hochschulschrift |
url | http://d-nb.info/983282455/34 http://ubdata.uni-paderborn.de/ediss/17/2006/schamber/ http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015506940&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT schambergerstefan shapeoptimizedgraphpartitioning |