GithubHelp home page GithubHelp logo

batmanabcdefg / vemlab Goto Github PK

View Code? Open in Web Editor NEW

This project forked from camlab-uchile/vemlab

0.0 0.0 0.0 16.09 MB

VEMLab: a MATLAB library for the virtual element method

Home Page: http://camlab.cl/research/software/vemlab/

License: GNU General Public License v3.0

MATLAB 97.27% C++ 2.71% M 0.01%

vemlab's Introduction

VEMLab: a MATLAB library for the virtual element method

This repository contains the code for an open source MATLAB library for the virtual element method.

Features

  • Two-dimensional linear elastostatics (plane strain and plane stress) and two-dimensional Poisson problem.
  •    
  • Solution methods: Linear VEM (polygonal elements), FEM (3-node triangles, 4-node quadrilateral).
  •    
  • Boundary conditions: Dirichlet, Neumann on boundary edges; can be a constant or a function.
  •      
  • Meshers: PolyMesher, distmesh2d, quad4mesh; customized for rectangular domains only (requires adjustments for other domain types).
  •      
  • Meshes need to be generated separately and stored inside folder 'mesh_files' located in  the folder 'test.'
  •    
  • Meshes must be generated with the functions 'create_' located in the folder 'mesher.'
  •    
  • Solutions can be plotted to MATLAB figures, text files, GiD files and VTK files.
  •  

Author

Alejandro Ortiz-Bernardin

Running VEMLab

VEMLab is a library. You need to create a main .m file and place it inside the 'test' folder. The main file has the typical structure of a FEM simulation. Simply follow the test problems (with comments) that are provided inside the folder 'test' to wrote your own .m files or modify the ones provided.

License

This project is licensed under the GPL3 License. This program is free software; it can be redistributed or modified under the terms of the GNU General Public License 3 as published by the Free Software Foundation.

vemlab's People

Contributors

aaortizb 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.