vectorial.pypp.hh

Go to the documentation of this file.
1 #ifndef vectorial_pypp_hh
2 #define vectorial_pypp_hh
3 
4 #include "vectorial/vectorial.hh" //bilinearForm
5 #include "vectorial/function.hh"
7 
9 
10 #ifdef GEN_PYTHON
16 
18 
21  std::cout << sizeof(vectorial::SpaceOnCells< concepts::Real >);
22  std::cout << sizeof(vectorial::Space< concepts::Real >);
23 
25  //sizeof(vectorial::ElementFunctionAllComponents<concepts::Real,concepts::Cmplx >);
27  //sizeof(vectorial::ElementFunctionAllComponents<concepts::Cmplx,concepts::Cmplx >);
28 #endif
29 
30 }
31 #endif
Vector valued space.
Definition: spaceTraits.hh:26
Vector valued space with elements on cells.
Definition: vectorial.hh:492
Vectorial element function with the same scalar element function on each component.
Definition: function.hh:157
Vector valued bilinear form.
Definition: bf_advection.hh:38
Base class for vector valued element.
Definition: vectorial.hh:225
Base class for most classes which do vector valued problems.
Definition: vectorial.hh:59
void export_vectorial_templates()
Vector valued linear form.
Definition: linearForm.hh:38
Base class for vector valued space.
Definition: vectorial.hh:427
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich