Arezou-gh / Stokes_hp

0 stars 1 forks source link

Clean the repository. #3

Closed Rombur closed 9 years ago

Arezou-gh commented 9 years ago

Bruno,

pull the file, please. I actually compiled and run it... for just h-refine as we considered for now, it goes through all 6 cycles.

for output ... it is commented I was wondering is it the form that you expect to see the solutions n visit? I also wrote a vector, to save polynomial degrees for each cell... to see after p-refinement what is the poly degree at each cell.

On Wed, Nov 12, 2014 at 9:24 AM, Bruno Turcksin notifications@github.com wrote:


You can merge this Pull Request by running

git pull https://github.com/Rombur/Stokes_hp master

Or view, comment on, or merge it at:

https://github.com/Arezou-gh/Stokes_hp/pull/3 Commit Summary

  • Clean the repository.

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/Arezou-gh/Stokes_hp/pull/3.

Rombur commented 9 years ago

Arezou,

On 11/12/2014 02:04 PM, Arezou-gh wrote:

for output ... it is commented I was wondering is it the form that you expect to see the solutions n visit? Yes, but use vtu instead of vtk. vtk is the old standard, vtu is the new one. Just replace vtk by vtu in your code and it should work. I also wrote a vector, to save polynomial degrees for each cell... to see after p-refinement what is the poly degree at each cell. That's a good idea.

Line 920 is wrong. Also, you should clear the flag (http://dealii.org/developer/doxygen/deal.II/classTriangulation.html#a50e45feb5d838aee35d1fc9fbd5776ec) at the beginning of the function because otherwise your patch will end up containing the whole mesh.

Best,

Bruno