Skip to main content

Showing 1–8 of 8 results for author: Gaul, A

.
  1. arXiv:2012.03913  [pdf, other

    cs.DC

    Centrality of nodes in Federated Byzantine Agreement Systems

    Authors: André Gaul, Jörg Liesen

    Abstract: The federated Byzantine agreement system (FBAS) is a consensus model introduced by Mazières in 2016 where the participating nodes conceptually form a network, with links between them being established by each node individually and thus in a decentralized way. An important question is whether these decentralized decisions lead to an overall decentralized network. The level of (de-)centralization in… ▽ More

    Submitted 7 December, 2020; originally announced December 2020.

    Comments: 24 pages, 3 figures

    MSC Class: C.2.4 ACM Class: C.2.4

  2. arXiv:1912.01365  [pdf, ps, other

    cs.DC

    Mathematical Analysis and Algorithms for Federated Byzantine Agreement Systems

    Authors: André Gaul, Ismail Khoffi, Jörg Liesen, Torsten Stüber

    Abstract: We give an introduction to federated Byzantine agreement systems (FBAS) with many examples ranging from small "academic" cases to the current Stellar network. We then analyze the main concepts from a mathematical and an algorithmic point of view. Based on work of Lachowski we derive algorithms for quorum enumeration, checking quorum intersection, and computing the intact nodes with respect to a gi… ▽ More

    Submitted 3 December, 2019; originally announced December 2019.

    MSC Class: C.2.4 ACM Class: C.2.4

  3. arXiv:1704.05487  [pdf, ps, other

    cond-mat.mtrl-sci

    Quantitative analysis of the influence of keV He ion bombardment on exchange bias layer systems

    Authors: Nicolas David Müglich, Gerhard Götz, Alexander Gaul, Markus Meyl, Günter Reiss, Timo Kuschel, Arno Ehresmann

    Abstract: The mechanism of ion bombardment induced magnetic patterning of exchange bias layer systems for creating engineered magnetic stray field landscapes is still unclear. We compare results from vectorial magneto-optic Kerr effect measurements to a recently proposed model with time dependent rotatable magnetic anisotropy. Results show massive reduction of rotational magnetic anisotropy compared to all… ▽ More

    Submitted 18 April, 2017; originally announced April 2017.

    Comments: 5 figures

    Journal ref: New J. Phys. 20, 053018 (2018)

  4. Grain size correlated rotatable magnetic anisotropy in polycrystalline exchange bias systems

    Authors: Nicolas David Müglich, Gerhard Götz, Alexander Gaul, Markus Meyl, Günter Reiss, Timo Kuschel, Arno Ehresmann

    Abstract: Angular resolved measurements of the exchange bias field and the coercive field are a powerful tool to distinguish between different competing magnetic anisotropies in polycrystalline exchange bias layer systems. No simple analytical model is as yet available, which considers time dependent effects like enhanced coercivity arising from the grain size distribution of the antiferromagnet. In this wo… ▽ More

    Submitted 27 May, 2016; v1 submitted 10 May, 2016; originally announced May 2016.

    Comments: 9 pages, 9 figures

    Journal ref: Phys. Rev. B 94, 184407 (2016)

  5. arXiv:1505.03890  [pdf, other

    cond-mat.mtrl-sci

    Morphology control of the magnetization reversal mechanism in Co80Ni20 nanomagnets

    Authors: Silvana Mercone, Fatih Zighem, Brigitte Leridon, Audrey Gaul, Frédéric Schoenstein, Noureddine Jouini

    Abstract: Nanowires with very different size, shape, morphology and crystal symmetry can give rise to a wide ensemble of magnetic behaviors whose optimization determines their applications in nanomagnets. We present here an experimental work on the shape and morphological dependence of the magnetization reversal mechanism in weakly interacting Co80Ni20 hexagonal-close-packed nanowires. Non-agglomerated nano… ▽ More

    Submitted 14 May, 2015; originally announced May 2015.

    Comments: 7 pages, 5 figures

  6. arXiv:1208.0264  [pdf, other

    math.NA physics.comp-ph

    Preconditioned Recycling Krylov subspace methods for self-adjoint problems

    Authors: André Gaul, Nico Schlömer

    Abstract: The authors propose a recycling Krylov subspace method for the solution of a sequence of self-adjoint linear systems. Such problems appear, for example, in the Newton process for solving nonlinear equations. Ritz vectors are automatically extracted from one MINRES run and then used for self-adjoint deflation in the next. The method is designed to work with arbitrary inner products and arbitrary se… ▽ More

    Submitted 7 January, 2015; v1 submitted 1 August, 2012; originally announced August 2012.

    MSC Class: 65F10; 65F08; 35Q55; 35Q56

  7. A framework for deflated and augmented Krylov subspace methods

    Authors: André Gaul, Martin H. Gutknecht, Jörg Liesen, Reinhard Nabben

    Abstract: We consider deflation and augmentation techniques for accelerating the convergence of Krylov subspace methods for the solution of nonsingular linear algebraic systems. Despite some formal similarity, the two techniques are conceptually different from preconditioning. Deflation (in the sense the term is used here) "removes" certain parts from the operator making it singular, while augmentation adds… ▽ More

    Submitted 1 February, 2013; v1 submitted 7 June, 2012; originally announced June 2012.

    Comments: 24 pages, 3 figures

    MSC Class: 65F10; 65F08

  8. arXiv:1202.2736  [pdf, other

    cs.PL cs.MS math.NA

    Function call overhead benchmarks with MATLAB, Octave, Python, Cython and C

    Authors: André Gaul

    Abstract: We consider the overhead of function calls in the programming languages MATLAB/Octave, Python, Cython and C. In many applications a function has to be called very often inside a loop. One such application in numerical analysis is the finite element method where integrals have to be computed on each element in a loop. The called functions can often be evaluated efficiently but the function call its… ▽ More

    Submitted 13 February, 2012; originally announced February 2012.

    Comments: The benchmark's source code is available under GPL3 at https://bitbucket.org/andrenarchy/funcall