Praveen C

Results 12 comments of Praveen C

I download this file https://github.com/FreeFem/FreeFem-sources/releases/download/v4.10/FreeFem++-4.10-Apple-M1.zip and it does not work.

In src we cannot do this since it also has Pk basis. It has been implemented in src_gll.

DG requires high order meshes atleast on curved boundaries. I.e., one has to use isoparametric elements. For general shapes like airfoils, this is not so easy. If you have an...

We have implement hp capability for this. It requires major work.

With Pk basis and MappingCartesian we can implement MOOD without needing hp.

called here https://github.com/dynamicslab/databook_matlab/blob/master/CH04/CH04_SEC02_1_GradientDescent.m#L116

I am able to plot with matplotlib. With visclaw, it is behaving as if figure has been plotted but show() has not been called.

I also ran this inside ipython ``` from clawpack.pyclaw import examples claw = examples.shock_bubble_interaction.setup() claw.run() claw.plot() ``` No plot window appeared, but when I come out of visclaw and back...

My conda had installed latest matplotlib which is 3.8.0 and this seems to have some issue. Downgrading to 3.7.3 fixed the plot issue for me.