Git Product home page Git Product logo

msavanan / openstap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from haoguangyang/openstap

0.0 2.0 0.0 109.63 MB

OpenSTAP is a Finite Element Method (FEM) Solver based on STAP (KJ Bathe, FORTRAN IV), and modified version STAP90 (Prof. Xiong Zhang, Tsinghua University, FORTRAN 90). Basic elements, some advanced elements and methods are added and an Abaqus interface as well. Works with ParaView and Intel MKL.

License: MIT License

Python 4.22% C++ 1.53% Makefile 1.46% Fortran 92.79%

openstap's Introduction

OpenSTAP

OpenSTAP is a Finite Element Method (FEM) Solver.

It is based on:

  • STAP (KJ Bathe, FORTRAN IV)
  • STAP90 (Prof. Xiong Zhang, Tsinghua University, FORTRAN 90)

It includes:

  • Basic element types:

    • Truss
    • 3T (Triangular)
    • 4Q
    • 8Q
    • 9Q
    • 4T (Tetahedral)
    • 8H (Hexahedral)
    • 20H (B Matrix Unfinished)
    • Beam
    • Timoshenko Beam
    • Plate
    • Shell
    • Plate 8Q
    • Shell 8Q
  • Advanced element types:

    • Infinite 4Q
    • Plastic truss
  • Multiple solver choices

    • Classical Skyline storage and LDLT decomposition solver
    • Intel MKL Pardiso sparse matrix solver
    • LANCZOS eigen value solver (still not completely functional)
    • MKL FEAST eigen value solver (to be tested)
  • And an ABAQUS Python plugin for converting the input file of this program.

It works with:

  • Intel MKL
  • ParaVIEW for visualizing output data (actually it converts a text output file for printing and a vtk file in v3.0 format.)

It runs fast

Minimum RAM requirement: 400MB.

Benchmark of the program on an Intel i7-4790 Processor with 16G of RAM:

  • 4087 nodes with 2884 elements
    • about 3s using classical Skyline
    • about 0.2s using Intel MKL Pardiso
  • 37067 nodes with 30370 elements
    • about 3.5s using Intel MKL Pardiso
  • 259391 nodes with 232720 elements
    • about 35s using Intel MKL Pardiso

Our program also utilized MKL's out-of-core mode which allows external storage to be used when solving large problems. An example of which is running the third benchmark on a Surface Pro 4 with 8GB of RAM. Typically the program would create a 950MB temporary file in the disk to store global stiffness matrix. This would also extend the solution time to about 23 minutes.

Plese refer to /doc for more information.

openstap's People

Contributors

zhuzilin avatar xzhang66 avatar

Watchers

James Cloos avatar saravanan 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.