This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

RegularCutRefinement in Dolfin Python?

–1 vote

I want to use RegularCutRefinement in Dolfin Python. How can i do this?
Thanks for your Attention.

closed with the note: question answered
asked Mar 27, 2014 by maxb90 FEniCS Novice (770 points)
closed Mar 27, 2014 by maxb90

Questions should indicate that you've done some basic research, e.g. looked at demos, documentation.

1 Answer

+1 vote

I got a solution. You have to check out paramters with info(paramters,True) and then you can choose a method for refinement.

answered Mar 27, 2014 by maxb90 FEniCS Novice (770 points)
...