Skip to main content

Showing 1–9 of 9 results for author: Mortensen, M

Searching in archive cs. Search in all archives.
.
  1. arXiv:2404.18530  [pdf, other

    cs.LG

    Solving Partial Differential Equations with Equivariant Extreme Learning Machines

    Authors: Hans Harder, Jean Rabault, Ricardo Vinuesa, Mikael Mortensen, Sebastian Peitz

    Abstract: We utilize extreme-learning machines for the prediction of partial differential equations (PDEs). Our method splits the state space into multiple windows that are predicted individually using a single model. Despite requiring only few data points (in some cases, our method can learn from a single full-state snapshot), it still achieves high accuracy and can predict the flow of PDEs over long time… ▽ More

    Submitted 24 May, 2024; v1 submitted 29 April, 2024; originally announced April 2024.

  2. arXiv:2311.04885  [pdf, other

    cs.CL

    Profiling Irony & Stereotype: Exploring Sentiment, Topic, and Lexical Features

    Authors: Tibor L. R. Krols, Marie Mortensen, Ninell Oldenburg

    Abstract: Social media has become a very popular source of information. With this popularity comes an interest in systems that can classify the information produced. This study tries to create such a system detecting irony in Twitter users. Recent work emphasize the importance of lexical features, sentiment features and the contrast herein along with TF-IDF and topic models. Based on a thorough feature sele… ▽ More

    Submitted 8 November, 2023; originally announced November 2023.

  3. arXiv:2304.02370  [pdf, other

    physics.flu-dyn cs.LG

    Effective control of two-dimensional Rayleigh--Bénard convection: invariant multi-agent reinforcement learning is all you need

    Authors: Colin Vignon, Jean Rabault, Joel Vasanth, Francisco Alcántara-Ávila, Mikael Mortensen, Ricardo Vinuesa

    Abstract: Rayleigh-Bénard convection (RBC) is a recurrent phenomenon in several industrial and geoscience flows and a well-studied system from a fundamental fluid-mechanics viewpoint. However, controlling RBC, for example by modulating the spatial distribution of the bottom-plate heating in the canonical RBC configuration, remains a challenging topic for classical control-theory methods. In the present work… ▽ More

    Submitted 13 June, 2023; v1 submitted 5 April, 2023; originally announced April 2023.

    Comments: 34 pages, 11 figures submitted to Physics of Fluids

  4. arXiv:1804.09536  [pdf, other

    cs.DC cs.MS

    Fast parallel multidimensional FFT using advanced MPI

    Authors: Lisandro Dalcin, Mikael Mortensen, David E Keyes

    Abstract: We present a new method for performing global redistributions of multidimensional arrays essential to parallel fast Fourier (or similar) transforms. Traditional methods use standard all-to-all collective communication of contiguous memory buffers, thus necessary requiring local data realignment steps intermixed in-between redistribution and transform steps. Instead, our method takes advantage of s… ▽ More

    Submitted 25 April, 2018; originally announced April 2018.

  5. arXiv:1607.00850  [pdf, other

    cs.MS

    Massively parallel implementation in Python of a pseudo-spectral DNS code for turbulent flows

    Authors: Mikael Mortensen

    Abstract: Direct Numerical Simulations (DNS) of the Navier Stokes equations is a valuable research tool in fluid dynamics, but there are very few publicly available codes and, due to heavy number crunching, codes are usually written in low-level languages. In this work a \textasciitilde{}100 line standard scientific Python DNS code is described that nearly matches the performance of pure C for thousands of… ▽ More

    Submitted 1 July, 2016; originally announced July 2016.

    Report number: euroscipy-proceedings2015-01

  6. Oasis: a high-level/high-performance open source Navier-Stokes solver

    Authors: Mikael Mortensen, Kristian Valen-Sendstad

    Abstract: Oasis is a high-level/high-performance finite element Navier-Stokes solver written from scratch in Python using building blocks from the FEniCS project (fenicsproject.org). The solver is unstructured and targets large-scale applications in complex geometries on massively parallel clusters. Oasis utilizes MPI and interfaces, through FEniCS, to the linear algebra backend PETSc. Oasis advocates a hig… ▽ More

    Submitted 11 February, 2016; originally announced February 2016.

    Journal ref: Computer Physics Communications, Volume 188, p 177-188, 2015

  7. High performance Python for direct numerical simulations of turbulent flows

    Authors: Mikael Mortensen, Hans Petter Langtangen

    Abstract: Direct Numerical Simulations (DNS) of the Navier Stokes equations is an invaluable research tool in fluid dynamics. Still, there are few publicly available research codes and, due to the heavy number crunching implied, available codes are usually written in low-level languages such as C/C++ or Fortran. In this paper we describe a pure scientific Python pseudo-spectral DNS code that nearly matches… ▽ More

    Submitted 11 February, 2016; originally announced February 2016.

  8. arXiv:1507.05591  [pdf, other

    cs.DB

    Estimating the Impact of Unknown Unknowns on Aggregate Query Results

    Authors: Yeounoh Chung, Michael Lind Mortensen, Carsten Binnig, Tim Kraska

    Abstract: It is common practice for data scientists to acquire and integrate disparate data sources to achieve higher quality results. But even with a perfectly cleaned and merged data set, two fundamental questions remain: (1) is the integrated data set complete and (2) what is the impact of any unknown (i.e., unobserved) data on query results? In this work, we develop and analyze techniques to estimate… ▽ More

    Submitted 26 December, 2015; v1 submitted 20 July, 2015; originally announced July 2015.

  9. arXiv:1102.2933  [pdf, ps, other

    cs.CE physics.comp-ph physics.flu-dyn

    A FEniCS-Based Programming Framework for Modeling Turbulent Flow by the Reynolds-Averaged Navier-Stokes Equations

    Authors: Mikael Mortensen, Hans Petter Langtangen, Garth N. Wells

    Abstract: Finding an appropriate turbulence model for a given flow case usually calls for extensive experimentation with both models and numerical solution methods. This work presents the design and implementation of a flexible, programmable software framework for assisting with numerical experiments in computational turbulence. The framework targets Reynolds-averaged Navier-Stokes models, discretized by fi… ▽ More

    Submitted 31 March, 2011; v1 submitted 14 February, 2011; originally announced February 2011.

    Comments: To appear in Advances in Water Resources