Coder Social home page Coder Social logo

jinghu-ut / td-bem Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xiaoyongbai/td-bem

0.0 1.0 0.0 666 KB

Time domain boundary element code for elastodynamics, using Stokes' solution as the Green's function.

License: MIT License

CMake 0.19% MATLAB 16.94% M 0.20% Mercury 2.16% C++ 80.52%

td-bem's Introduction

TD-BEM

A Parallel C++ Time-Domain Boundary Element code for elastodynamics analysis of solids;

External libraries

  • MPI for parallel programing;
  • Petsc for solving large-scale linear equation system;
  • Results can be written in VTK format and visualized with paraview;

Key Boundary Element Techniques

  • Regularization by Extracting the hyper-singular part of the Green's function;
  • Singluar transformation for weakly-singluar element;
  • Time marching with weighted collocation and higher-order projection;

How to compile it

  • Step 1: Specify the directories of include and library for MPI and PETSC in the CMakeFile
  • Step 2: mkdir build; cd build;
  • Step 3: cmake ..; make

How to use it

  • mpirun -np 2 ./TD-BEM inputfile.txt
  • Example of inputfile can be found in folder named "Geometry"

How to do Finite Element - Boundary Element coupling

  • Output the boundary element matrices from the main()
  • Use the FE-BE code to do FE-BE coupling

td-bem's People

Contributors

xiaoyongbai avatar

Watchers

 avatar

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.