ARudik / feelpp

Automatically exported from code.google.com/p/feelpp
0 stars 0 forks source link

Export (gmsh/ensight) functions of product spaces #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Instead of extracting the component functions associated to
product spaces in order to export the results to paraview/ensight or gmsh, 
allow exporting directly these functions.

A naming convention of the component will be required e.g u_0, u_1, ... u_N
if there are N components.

Original issue reported on code.google.com by christop...@feelpp.org on 24 May 2012 at 11:16

GoogleCodeExporter commented 9 years ago
This issue was updated by revision f6d664463fe6.

implement FunctionSpace::Element::elements() which returns a fusion::vector
of the sub-function
implement exportation of element of product space

Original comment by christop...@feelpp.org on 25 May 2012 at 9:11

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 03d3626bb491.

disable for now there are still issues

Original comment by christop...@feelpp.org on 26 May 2012 at 11:13

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 238246a53611.

Original comment by christop...@feelpp.org on 26 May 2012 at 11:13

GoogleCodeExporter commented 9 years ago
This issue was updated by revision c7457c8160af.

if only the name of the product function is given build the sub function names
out of it using the function index

Original comment by christop...@feelpp.org on 27 May 2012 at 12:57

GoogleCodeExporter commented 9 years ago
This issue was updated by revision f7cda36709fd.

allow to pass only a string for a function of a product of space

Original comment by christop...@feelpp.org on 29 May 2012 at 9:18