0% found this document useful (0 votes)
5 views

slides.17

deal.ii

Uploaded by

rohithvijaykumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

slides.17

deal.ii

Uploaded by

rohithvijaykumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Finite element methods in

scientific computing

Wolfgang Bangerth, Colorado State University

http://www.dealii.org/ Wolfgang Bangerth


Lecture 17:

A sixth example:

The step-6 tutorial program



Adaptively refined meshes

http://www.dealii.org/ Wolfgang Bangerth


step-6

Step-6 shows:

How to adaptively refine meshes

How to deal with the constraints that result from this

Note: The issues surrounding constraints are all


summarized here
http://www.dealii.org/developer/doxygen/deal.II/group__constraints.html

http://www.dealii.org/ Wolfgang Bangerth


step-6

Read through the commented program at


http://dealii.org/9.0.0/doxygen/deal.II/step_6.html

Then play with the program:


cd examples/step-6
cmake -DDEAL_II_DIR=/a/b/c ; make run
This will run the program and generate output files:
ls -l
Then visualize the solutions:
visit

Next step: Play by following the suggestions in the results


section. This is the best way to learn!

http://www.dealii.org/ Wolfgang Bangerth


Finite element methods in
scientific computing

Wolfgang Bangerth, Colorado State University

http://www.dealii.org/ Wolfgang Bangerth

You might also like