← Back to team overview

dolfin team mailing list archive

Re: Demos

 

>
>
> Anders Logg wrote:
>> In src/demo/pde, we have the following demos:
>>
>>     convection-diffusion    working
>>     dg                      will be fixed before release
>>     elasticity              working
>>     euler                   ?
>>     functional              working
>>     nonlinear               ?
>
> src/demo/nls/nonlinear-poisson is working, and I'll get
> src/demo/pde/nonlinear/nonlinear-poisson working soon. I still need to
> get src/demo/nls/cahn-hilliard working.
>
>>     poisson                 working
>>     stokes                  working
>>
>> Will euler be fixed before release? If not, it can be removed now and
>> then re-added when it's working.

Yes, I think we can remove it now. There is currently a working
compressible solver in dolfin-fsi, but since we are not clear over where
the different solvers in dolfin-fsi should go, I think we can remove the
current euler one.

If we want an euler solver demo in dolfin (or in a dolfin-modules project,
or similar) later on, we can readd a clean version of this solver.

/Johan

>> What about nonlinear? Perhaps all the nonlinear PDE demos (including
>> Cahn-Hilliard) could be placed under src/demo/pde (and not in a sub
>> directory). Some of the demos in src/demo/pde will then be linear,
>> some will be nonlinear which I think would be nice.
>>
>
> Sure, src/demo/pde/nonlinear/nonlinear-poission can be moved to
> src/demo/pde/nonlinear-poission. For nonlinear problems, I'd like to
> keep src/demo/pde for problems which use NonlinearPDE, and src/demo/nls
> for problems that use the nonlinear solver (such as the current
> Cahn-Hilliard demo).
>
> Garth
>
>> /Anders
>> _______________________________________________
>> DOLFIN-dev mailing list
>> DOLFIN-dev@xxxxxxxxxx
>> http://www.fenics.org/mailman/listinfo/dolfin-dev
>>
>
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev
>




References