GithubHelp home page GithubHelp logo

gbroques / ccxmeshreader Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 0.0 127 KB

Reads a mesh from CalcluliX input (.inp) files.

License: GNU Lesser General Public License v2.1

Python 96.37% Shell 3.63%
calculix calculix-crunchix calculix-fem-solver fem finite-element-mesh finite-element-method finite-elements inp mesh parser reader

ccxmeshreader's Introduction

G Roques' Jekyll Site

My personal blog and portfolio.

Hosted with GitHub pages at https://groques.com.

How to Run

bundle exec jekyll serve

Credits

This project was made possible by the following open source projects:

ccxmeshreader's People

Contributors

gbroques avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ccxmeshreader's Issues

Preserve casing for element set names

For example,

*ELEMENT, TYPE=S4, ELSET=Eall
1, 1, 2, 3,
   4, 5, 6
2, 7, 8, 9
mesh = read_mesh('example.inp')
print(mesh['element_set_by_name'])
{
    'Eall': {1, 2},
}

Currently, we upper-case the element set name so it's EALL.

{
    'EALL': {1, 2},
}

Support node sets

We currently don't support reading *NSET statements or the NSET parameter of *NODE statements.

Stop reading at first *STEP card

The first *STEP denotes the end of the model definition cards, and thus the definition of the mesh.

For performance, we can quit reading the .inp file at this point.

Please, move to the Calculix organization

Hi,

I'm trying to develop CalculiX organization on the GitHub to unite all developers and tools in one place. So, please, could you move there your project?

All your permissions will be kept, so do not afraid. Old URL will be kept also, new URL will be github.com/calculix/ccxmeshreader.

In your project Settings go to Options -> Danger Zone -> Transfer ownership. Click on ‘Transfer’ button, then type ‘calculix’ as user.

Thank you in advance!

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.