1#ifndef concepts_pypp_hh
2#define concepts_pypp_hh
19#include "toolbox/resultsTable.hh"
71#include "function/vector.hh"
78#include "operator/sparseMatrix.hh"
103inline void export_concepts_templates(){
123 std::cout << p2_copy;
134 std::cout <<arr<<std::endl;
288 el_form_cont + el_form_cont;
289 el_form_cont - el_form_cont;
321 std::cout <<
sizeof(SM_Real_cit) <<
sizeof(SM_Real_it) ;
326 std::cout <<
sizeof(SM_Cmplx_cit) <<
sizeof(SM_Cmplx_it) ;
ElementFormulaContainer< Real > operator-(const ElementFormulaContainer< Real > frm, const Real a)
Simple subtracting of a element formulas and a constant via –operator.
Frm_Sum< Real > operator+(const Formula< Real > &frm, const Real a)
Real L2product(const ElementWithCell< G > &elm, const ElementFormula< F, G > &u, const ElementFormula< Real > *c=0, const Real t=0.0, IntegrationCell::intFormType form=IntegrationCell::ZERO)
std::complex< Real > Cmplx
Type for a complex number. It also depends on the setting of Real.