Sorry in my original email I wrote "This appears to happen if I try to run
the code in serial."
I meant it happens whether I try to run the code in serial or parallel
(e.g., using "./main" or "mprun -n 4 main"). It makes no difference.
Thank you,
David
On Sat, Aug 7, 2021 at 2:57 PM David Monti
This is how I am launching the container, by the way:
$ docker run -ti -v
~/DockerWorkspace/phaseField/applications:/home/dealii/phaseField/applications
prismspf/prismspf:2.2
On Sat, Aug 7, 2021 at 2:55 PM David Montiel Taboada
wrote:
> Hello,
>
> I am running a container of PRISMS-PF (which
Hello,
I am running a container of PRISMS-PF (which is built upon the
dealii:v9.2.0-focal image).
Inside the container, the code compiles successfully, but when I run it, I
get the following error message:
PRISMS-PF: Exception on processing:
Hi everyone,
I'm expanding step-12 in order to practice with DG. As written in the
possible extensions, I should observe order p+1 in L^2 norm if I refine
uniformly the mesh. So I decided to use the *ParsedConvergenceTable *to
check the right EOC.
I have built a manufactured **smooth** soluti