GithubHelp home page GithubHelp logo

yinliu-91 / dgfem-acoustic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from povanberg/dgfem-acoustic

1.0 1.0 0.0 165.25 MB

Discontinuous Galerkin finite element method (DGFEM) for Acoustic Wave Propagation

CMake 3.31% C++ 89.89% Batchfile 1.54% Shell 5.26%

dgfem-acoustic's Introduction

DGFEM for Acoustic Wave Propagation

Build Status Maintenance Maintenance

This repository implements a discontinuous Galerkin finite element method (DGFEM) applied to the linearized Euler equations and the acoustic perturbation equations. The solver is based on GMSH library and supports a wide range of features:

  • 1D, 2D, 3D problems
  • 4-th order Runge-Kutta
  • High order elements
  • Absorbing and reflecting boundaries
  • Complex geometry and unstructured grid

For more information, a detailled report is available here.

Auditorium Isosurfaces Bulk

Getting Started

Prerequisites

First, make sure the following libraries are installed. If you are running a linux distribution (ubuntu, debian, ...), an installation script is provided.

Gmsh
Eigen
Lapack
Blas
OpenMP

Installing

git clone https://github.com/pvanberg/MATH0471-DG.git
cd MATH0471-DG
mkdir build && cd build
cmake .. && make -j4

Running the tests

Once the sources sucessfully build, you can start using with the solver. It required two arguments: a mesh file created with Gmsh and a config file containing the solver options. Examples of mesh files and config files are given here.

cd bin
./dgalerkin mymesh.msh myconfig.conf

Minimal working example

2D propagation of an Gaussian initial condition over a square.

./dgalerkin ../../doc/2d/square.msh ../../doc/config/config.conf 

Authors

  • Pierre-Olivier Vanberg
  • Martin Lacroix
  • Tom Servais

dgfem-acoustic's People

Contributors

martin-lacroix avatar povanberg avatar yinliu-91 avatar

Stargazers

 avatar

Watchers

 avatar

dgfem-acoustic's Issues

如何编译与运行

  1. 使用的容器
CONTAINER ID   IMAGE           COMMAND       CREATED        STATUS         PORTS     NAMES
483378c905a8   dealii/dealii   "/bin/bash"   13 hours ago   Up 7 minutes             dgfem_acoustic
  1. ubuntu22.04/ubuntu20.04 需要执行DGFEM-Acoustic/installgfortran.sh来安装此版本的gfortran,因为gmsh需要此
  2. 将gmsh,eigen对应版本解压后放到仓库文件夹下
  3. 执行cmake
  4. 运行
./dgalerkin ../../doc/2d/square.msh ../../doc/config/config.conf 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.