This repeats some of the expression stuff from \ŗef GridFunctionExpression's in order to cope with the inefficiency caused by combining wrapped non-local functions.
More...
|
| class | Dune::ACFem::FunctionExpression< FunctionSpaceImp, ExpressionImp > |
| | Underlying tag-structure. More...
|
| |
| class | Dune::ACFem::UnaryFunctionExpression< UnOp, FunctionType > |
| | Binary expressions. More...
|
| |
| class | Dune::ACFem::BinaryFunctionExpression< BinOp, LeftFunction, RightFunction > |
| | Unary expressions. More...
|
| |
| struct | Dune::ACFem::BinaryFunctionExpressionTraits< BinOp, LeftFunctionType, RightFunctionType > |
| | traits of BinaryFunctionExpression More...
|
| |
| struct | Dune::ACFem::BinaryFunctionExpressionTraits< SMultiplyOperation, Factor, Function > |
| | S-multiplication with RangeFieldType scalars. More...
|
| |
| struct | Dune::ACFem::BinaryFunctionExpressionTraits< PlusOperation, LeftFunction, RightFunction > |
| | Simple addition. More...
|
| |
| struct | Dune::ACFem::BinaryFunctionExpressionTraits< MinusOperation, LeftFunction, RightFunction > |
| | Substraction. More...
|
| |
| class | Dune::ACFem::BinaryFunctionExpression< SMultiplyOperation, FactorType, FunctionType > |
| | S-multiplication with RangeFieldType scalars. More...
|
| |
| struct | Dune::ACFem::UnaryFunctionExpressionTraits< UnOp, FunctionType > |
| | traits of UnaryFunctionExpression More...
|
| |
| class | Dune::ACFem::UnaryFunctionExpression< IdentityOperation, FunctionType > |
| | Specialize for the identity wrapper operation. More...
|
| |
This repeats some of the expression stuff from \ŗef GridFunctionExpression's in order to cope with the inefficiency caused by combining wrapped non-local functions.
This will be handled by combining wrapped functions into a single wrapped object, were the inner object consists of the proper combination of the un-wrapped functions.