
{  
   "types" : {
      "Bookmark" : {
         "pluralLabel" : "Bookmarks"
      },
      "Publication" : {
         "pluralLabel" : "Publications"
      },
      "GoldStandardPublication" : {
         "pluralLabel" : "GoldStandardPublications"
      },
      "GoldStandardBookmark" : {
         "pluralLabel" : "GoldStandardBookmarks"
      },
      "Tag" : {
         "pluralLabel" : "Tags"
      },
      "User" : {
         "pluralLabel" : "Users"
      },
      "Group" : {
         "pluralLabel" : "Groups"
      },
      "Sphere" : {
         "pluralLabel" : "Spheres"
      }
   },
   
   "properties" : {
      "count" : {
         "valueType" : "number"
      },
      "date" : {
         "valueType" : "date"
      },
      "changeDate" : {
         "valueType" : "date"
      },
      "url" : {
         "valueType" : "url"
      },
      "id" : {
         "valueType" : "url"
      },
      "tags" : {
         "valueType" : "item"
      },
      "user" : {
         "valueType" : "item"
      }      
   },
   
   "items" : [
   	  
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/20d5cc7b5b1c9a1eb2f652c0a5f454d48/mhartmann",         
         "tags" : [
            "Adaptive-parallel","Balancing,","DUNE","Load","Numerical","grid,","software,","vorlaeufig"
         ],
         
         "intraHash" : "0d5cc7b5b1c9a1eb2f652c0a5f454d48",
         "interHash" : "cd1f05fdc41f8d52b5becb9dbdc9c049",
         "label" : "The DUNE-ALUGrid Module.",
         "user" : "mhartmann",
         "description" : "",
         "date" : "2018-07-20 10:54:15",
         "changeDate" : "2018-07-20 08:54:15",
         "count" : 1,
         "pub-type": "article",
         "journal": "Archive of Numerical Software",
         "year": "2016", 
         "url": "http://journals.ub.uni-heidelberg.de/index.php/ans/article/view/23252", 
         
         "author": [ 
            "Martin Alk�mper","Andreas Dedner","Robert Kl�fkorn","Martin Nolte"
         ],
         "authors": [
         	
            	{"first" : "Martin",	"last" : "Alk�mper"},
            	{"first" : "Andreas",	"last" : "Dedner"},
            	{"first" : "Robert",	"last" : "Kl�fkorn"},
            	{"first" : "Martin",	"last" : "Nolte"}
         ],
         "volume": "4","number": "1","pages": "1--28","abstract": "In this paper we present the new DUNE-ALUGrid module. This modulecontains\n\ta major overhaul of the sources from the ALUGrid library and thebinding\n\tto the DUNE software framework. The main improvements concern theparallel\n\tfeature set of the library. The main changes include user-defined\n\tloadbalancing, parallel grid construction, and an redesign of the\n\t2d grid which can nowalso be used for parallel computations. In addition\n\tmany improvementshave been introduced into the code to increase the\n\tparallel efficiency andto decrease the memory footprint. The original\n\tALUGrid library is widely used within the DUNE community due to its\n\tgood parallel performance for problems requiring local adaptivity\n\tand dynamic load balancing. Therefore, this new model will benefit\n\ta number of DUNE users. In addition we haveadded features to increase\n\tthe range of problems for which the grid manager canbe used, for\n\texample, introducing a 3d tetrahedral grid using a parallel newest\n\tvertex bisection algorithm for conforming grid refinement. In this\n\tpaper we will discuss the new features, extensions to the DUNE interface,\n\tand explain for various examples how the code is used in parallel\n\tenvironments.",
         "issn" : "2197-8263",
         
         "doi" : "10.11588/ans.2016.1.23252",
         
         "bibtexKey": "alkamper2016dunealugrid"

      }
	  
   ]
}
