Skip to content

Commit

Permalink
added intro to course
Browse files Browse the repository at this point in the history
  • Loading branch information
rcc02007 committed Jan 8, 2020
1 parent 9798867 commit 61d7af8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Computational Mechanics

Welcome to Computational Mechanics.

This project is a collection of learning modules in engineering computations for
undergraduate students. These materials are a combination of work from [Prof.
Ryan C. Cooper](https://ryan-c-cooper.uconn.edu) at the University of
Connecticut Mechanical Engineering Department and the [Engineering Computations
Modules](https://github.com/engineersCode/EngComp) from Prof. Lorena A. Barba
doctoral student Natalia C. Clement at the George Washington University,
Mechanical and Aerospace Engineering Department.

Each learning modules is made up of three or four lessons, written as a Jupyter
notebooks. We address an area of application or skills in computing. We use
Python as the programming language.

The overall goal of the course is learn to frame engineering problems as
computational methods. Once we can communicate our engineering problems to
Python code (or any other computer language) we can use standardized
computational methods to solve those problems.

[CompMech01-Getting
Started](https://github.uconn.edu/rcc02007/CompMech01-Getting-started)

Expand Down

0 comments on commit 61d7af8

Please sign in to comment.