• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 227
  • 24
  • Tagged with
  • 251
  • 251
  • 251
  • 251
  • 251
  • 198
  • 53
  • 2
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
81

Topological Dynamics and Algebra in the Spectrum of L infinity of a locally compact Group : With Application to Crossed Products

Norling, Magnus Dahler January 2009 (has links)
<p>In this text, I will look at some new approaches that may shed some light on the Kadison Singer problem, mainly one instigated by Vern Paulsen using dynamical systems in the Stone-Cech compactification of a discrete group. In order to do this, I will try to develop the theory in a crossed product setting, and look at some aspects of it that may hold interest of their own.</p>
82

Permeability Upscaling Using the DUNE-Framework : Building Open-Source Software for the Oil Industry

Rekdal, Arne January 2009 (has links)
<p>In this thesis an open-source software for permeability upscaling is developed. The software is based on DUNE, an open-source C++ framework for finding numerical solutions of partial differential equations (PDEs). It provides functionality used in finite elements, finite volumes and finite differences methods. Permeability is a measure of the ability of a material to transmit fluids, and determines the flow characteristics in reservoir models. Permeability upscaling is a technique to include fine-scale variations of the permeability field in a coarse-scale reservoir model. The upscaling technique used in this thesis involves solving an elliptic partial differential equation. This is solved with mixed and hybrid finite element methods. The mixed method transforms the original second order PDE into a system of two linear equations. The great advantage with these methods compared with standard finite element methods is continuity of the variable of interest in the upscaling problem. The hybrid method was introduced for being able to solve larger problems. The resulting system of equations from the hybrid method can be transformed into a symmetric positive definite system, which again can be solved with efficient iterative methods. Efficiency of the implementation is important, and as for most implementations of PDE solvers, the computational time is dominated by solving a system of linear equations. In this implementation it is used an algebraic multigrid (AMG) preconditioner provided with DUNE. This is known to be efficient on system arising from elliptic PDEs. The efficiency of the AMG preconditioner is compared with other alternatives, and is superior to the others. On the largest problem investigated, the AMG based solver is almost three times faster than the next best alternative. The performance of the implementation based on DUNE is also compared with an existing implementation by Sintef. Sintef's implementation is based on a mimetic finite difference method, but on the grid type investigated in this thesis, the methods are equivalent. Sintef's implementation uses the proprietary SAMG solver developed by Fraunhofer SCAI to solve the linear system of equations. SAMG is 58% faster than DUNE's solver on a test case consisting of 322 200 unknowns. The scalability of SAMG seem to be better than DUNE's AMG as the problem size increases. However, a great advantage with DUNE's solver is 50% lower memory usage measured on a problem consisting of approx. 3 million unknowns. Another advantage is the licensing of the software. Both DUNE and the upscaling software developed in this thesis is GPL licensed which means that anyone is free to improve or adjust the software.</p>
83

Numerical Methods for Nonholonomic Mechanics

Hilden, Sindre Kristensen January 2009 (has links)
<p>We discuss nonholonomic systems in general and numerical methods for solving them. Two different approaches for obtaining numerical methods are considered; discretization of the Lagrange-d'Alembert equations on the one hand, and using the discrete Lagrange-d'Alembert principle to obtain nonholonomic integrators on the other. Among methods using the first approach, we focus on the super partitioned additive Runge-Kutta (SPARK) methods. Among nonholonomic integrators, we focus on a reversible second order method by McLachlan and Perlmutter. Through several numerical experiments the methods we present are compared by considering error-growth, conservation of energy, geometric properties of the solution and how well the constraints are satisfied. Of special interest is the comparison of the 2-stage SPARK Lobatto IIIA-B method and the nonholonomic integrator by McLachlan and Perlmutter, which both are reversible and of second order. We observe a clear connection between energy-conservation and the geometric properties of the numerical solution. To preserve energy in long-time integrations is seen to be important in order to get solutions with the correct qualitative properties. Our results indicate that the nonholonomic integrator by McLachlan and Perlmutter sometimes conserves energy better than the 2-stage SPARK Lobatto IIIA-B method. In a recent work by Jay, however, the same two methods are compared and are found to conserve energy equally well in long-time integrations.</p>
84

Numerical solution of buoyancy-driven flow problems

Christensen, Einar Rossebø January 2009 (has links)
<p>Numerical solution of buoyancy-driven flow problems in two spatial dimensions is presented. A high-order spectral method is applied for the spatial discretization, while the temporal discretization is done by operator splitting methods. By solving the convection-diffusion equation, which governs the temperature distribution, a thorough description of both the spatial and the temporal discretization methods is given. A fast direct solver for the arising system of algebraic equations is presented, and the expected convergence rates of both the spatial and the temporal discretizations are verified. As a step towards the Navier--Stokes equations, a solution of the Stokes problem is given, where a splitting scheme technique is introduced. An extension of this framework is used to solve the incompressible Navier--Stokes equations, which govern the fluid flow. By solving the Navier-Stokes equations and the convection-diffusion equation as a coupled system, two different buoyancy-driven flow problems in two-dimensional enclosures are studied numerically. In the first problem, emphasis is put on the arising fluid flow and the corresponding thermal distribution, while the second problem mainly consists of determining critical parameters for the onset of convection rolls.</p>
85

Precipitation forecasting using Radar Data

Botnen, Tore January 2009 (has links)
<p>The main task of this assignment is to filter out noise from a series of radar images and to carry out short term precipitation forecasts. It is important that the final routine is performed online, yielding new forecasts as radar images arrive with time. The data available is a time series arriving at a one hour ratio, from the Rissa radar located in Sør Trøndelag. Gaussian radial basis functions are introduced to create the precipitation field, whose movement is solely governed by its velocity field, called advection. By performing discretization forward in time, from the basis given by the differential advection equation, prior distributions can be obtained for both basis functions and advection. Assuming normal distributed radar errors, the basis functions and advection are conditioned on associating radar images, which in turn can be taken into the prior distributions, yielding new forecasts. A modification to the model, labeling the basis functions either active or inactive, enable the process of birth and death of new rain showers. The preferred filtering technique is a joint MCMC sampler, but we make some approximations, sampling from a single MCMC sampler, to successfully implement an online routine. The model yield good results on synthetic data. In the real data situation the filtered images are satisfying, and the forecast images are approximately predicting the forthcoming precipitation. The model removes statistical noise efficiently and obtain satisfying predictions. However, due to the approximation in the MCMC algorithm used, the variance is somewhat underestimated. With some further work with the MCMC update scheme, and given a higher frequency of incoming data, it is the authors belief that the model can be a very useful tool in short term precipitation forecasting. Using gauge data to estimate the radar errors, and merging online gauge data with incoming radar images using block-Kriging, will further improve the estimates.</p>
86

A comparison of accuracy and computational efficiency between the Finite Element Method and the Isogeometric Analysis for two-dimensional Poisson Problems

Larsen, Per Ståle January 2009 (has links)
<p>For small error the isogeometric analysis is more efficient than the finite element method. The condition number is lower in the isogeometric analysis than the finite element method. The isogeometric analysis produce general and robust implementation methods. The isogeometric analysis basis has higher continuity than the finite element method basis, and is more suitable to represent different geometries.</p>
87

Noncommutative Gröbner bases in Polly Cracker cryptosystems

Helde, Andreas January 2009 (has links)
<p>We present the noncommutative version of the Polly Cracker cryptosystem, which is more promising than the commutative version. This is partly because many of the ideals in a free (noncommutative) algebra have an infinite Gröbner basis, which can be used as the public key in the cryptosystem. We start with a short brief of the commutative case which ends with the conclusion that the existence of "intelligent" linear algebra attacks ensures that such cryptosystems are left insecure. Further, we see that it is hard to prove that noncommutative ideals have an infinite reduced Gröbner basis for all admissible orders. Nevertheless, in chapter 4 we consider some ideals for which it seems infeasible to realize a finite Gröbner basis. These are considered further in a cryptographic setting, and there will be shown that one class of ideals seems more promising than the others with respect to encountering attacks on the cryptosystem. In fact, at the end of this thesis we are proposing a way of constructing a cryptosystem based on this class of ideals, such that any linear algebra attack will not be successful. However, many of the results are on experimental level, so there remains a serious amount of research in order to conclude that we have found a secure cryptosystem.</p>
88

Minimal Surfaces in Sub-Riemannian Geometries with Applications to Perceptual Completion

Viddal, Per Martin January 2009 (has links)
<p>A preliminary study of the papers ``A Cortical Based Model of Perceptual Completion in the Roto-Translation Space'' and ``Minimal Surfaces in the Roto-Translation Group with Applications to a Neuro-Biological Image Completion Model'' is done. The first one, written by Citti and Sarti, describe a perceptual completion model where a part of the visual cortex is modelled using a sub-Riemannian geometry on the Lie group SE(2). The second one, written by Hladky and Pauls, describe a model which completes the interior of a circular hole by spanning the lifted boundary by a minimal surface, presuming such a surface exists. These surfaces are solutions of occluded visual data as described by Citti and Sarti. Based on the models above, we propose a new model. The lifted boundary of an arbitrary hole is spanned by a surface consisting of geodesics between points with matching Dirichlet boundary values. All the three models are based on the sub-Riemannian geometry for the roto-translational space introduced by Citti and Sarti. The basic theory of sub-Riemannian geometries, including the derivation of some flows and operators in this degenerate space, is described. The models are implemented, and numerical results are presented.</p>
89

Numerical solution of non-local PDEs arising in Finance.

Johnsen, Håkon Berg January 2009 (has links)
<p>It is a well known fact that the value of an option on an asset following a Levy jump-process, can be found by solving a Partial Integro-Differential Equation (PIDE). In this project, two new schemes are presented to solve these kinds of PIDEs when the underlying Levy process is of infinite activity. The infinite activity jump-process leads to a singular Levy measure, which has important numerical ramifications and needs to be handled with care. The schemes presented calculate the non-local integral operator via a fast Fourier transform (FFT), and an explicit/implicit operator splitting scheme of the local/global operators is performed. Both schemes will be of 2nd order on a regular Levy measure, but the singularity degrades convergence to lie in between 1st and 2nd order depending on the singularity strength. On the logarithmically transformed PIDE, the schemes are proven to be consistent, monotone and stable in $L^infty$, hence convergent by Barles-Perthame Souganidis.</p>
90

An adaptive isogeometric finite element analysis

Johannessen, Kjetil André January 2009 (has links)
<p>In this thesis we will explore the possibilities of making a finite element solver for partial differential equations using the isogeometric framework established by Hughes et al. Whereas general B-splines and NURBS only allow for tensor product refinement, a new technology called T-splines will open for true local refinement. We will give an introduction into T-splines along with B-splines and NURBS on which they are built, presenting as well a refinement algorithm which will preserve the exact geometry of the T-spline and allow for more control points in the mesh. For the solver we will apply a residual-based a posteriori error estimator to identify elements which contribute the most to the error, which in turn allows for a fully automatic adaptive refinement scheme. The performance of the T-splines is shown to be superior on problems which contains singularities when compared with more traditional splines. Moreover the T-splines along with a posteriori error estimators are shown to have a very positive effect on badly parametrized models, as it seem to make the solution grid independent of the original parametrization.</p>

Page generated in 0.0919 seconds