Skip to content

This code collects FEM codes of my summer practice, focusing mainly on solving elastic mechanics problems.

Notifications You must be signed in to change notification settings

zhaofeng-shu33/finite-element-code-samples-using-deal.II

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finite element code samples using deal.II

Introduction

This code collects FEM codes of my summer practice, focusing mainly on solving elastic mechanics problems.

How to build

I use Visual Studio to add include directories and lib paths. For cmd line build, CMakeLists.txt is provided. However, you still need to set the input file name,include directories and lib paths in CMakeLists.txt. For release build, change CMAKE_BUILD_TYPE to Release in CMakeCache.txt

Pre and Post Processing

I use Python script to deal with some complexity of pre and post processing. For purpose of visualization, gmsh is used for msh file and paraview is used for vtk file.

Acnowledgement

For info about how to use deal.II, see http://dealii.org/

About

This code collects FEM codes of my summer practice, focusing mainly on solving elastic mechanics problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published