Examples of 1D problems in GetFEM

I would like to simulate a 1D nonlinear ODE on an interval, with Dirichlet boundary conditions.

Is it possible to do this in GetFEM, using the classical GWFL? How to visualize the solution, since exporting VTU output files does not make sense for 1D problems?

Thanks.

just for future reference, of course you can create a 1D mesh, in either a 1D space, or in a 2D space, or in a 3D space, or in a 4D space, or …

When exporting a mesh to vtu, irrespective whether the mesh is 1D, 2D or 3D, in the vtu file it will be inside a 3D space.