shvyac / cae_tools

awesome tech info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mechanical Engineering CAE FEM

Awesome Site Memo
awesome-fem A curated list of awesome Finite Element Modeling frameworks, libraries and software

Interesting Category 2223

Awesome Site Memo
https://github.com/thangchung/awesome-dotnet-core .NET Core
https://github.com/sindresorhus/awesome AWESOME
https://github.com/topics/sdr SDR
https://github.com/topics/raspberry-pi Raspberry Pi
https://github.com/topics/arduino Arduino
https://github.com/topics/project-management Project Management
https://github.com/marketplace/category/project-management Project Management
https://github.com/topics/deep-learning Deep Learning
https://github.com/topics/machine-learning Machine Learning
https://github.com/collections/machine-learning Machine Learning

Markdown Samples

Markdown Examples

Markdown Syntax guide

GitHub Flavored Markdown

Basic writing and formatting syntax

Organizing information with tables

# cae_tools
## CFD
### MBS
#### FEM

cae_tools

CFD

MBS

FEM


----

# This is an <h1> tag
## This is an <h2> tag
###### This is an <h6> tag

This is an

tag

This is an

tag

This is an
tag

**This is bold text**
*This text is italicized*
~~This was mistaken text~~
**This text is _extremely_ important**

This is bold text

This text is italicized

This was mistaken text

This text is extremely important


In the words of Abraham Lincoln:
> Pardon my French

In the words of Abraham Lincoln:

Pardon my French


Use `git status` to list all new or modified files that haven't yet been committed.

Use git status to list all new or modified files that haven't yet been committed.


Some basic Git commands are:

git status
git add
git commit

This site was built using [GitHub Pages](https://pages.github.com/).

This site was built using GitHub Pages.


- George Washington
- John Adams
- Thomas Jefferson
  • George Washington
  • John Adams
  • Thomas Jefferson

1. James Madison
2. James Monroe
3. John Quincy Adams
  1. James Madison
  2. James Monroe
  3. John Quincy Adams

1. First list item
   - First nested list item
     - Second nested list item
  1. First list item
    • First nested list item
      • Second nested list item

- [x] Finish my changes
- [ ] Push my commits to GitHub
- [ ] Open a pull request
  • Finish my changes
  • Push my commits to GitHub
  • Open a pull request

| First Header  | Second Header |
| ------------- | ------------- |
| Content Cell  | Content Cell  |
| Content Cell  | Content Cell  |
First Header Second Header
Content Cell Content Cell
Content Cell Content Cell