AFEPack
|
#include <BilinearOperator.h>
公有成员 | |
L2InnerProduct () | |
L2InnerProduct (FEMSpace< value_type0, DIM, DOW, TDIM0 > &sp0, FEMSpace< value_type1, DIM, DOW, TDIM1 > &sp1) | |
virtual | ~L2InnerProduct () |
void | reinit (FEMSpace< value_type0, DIM, DOW, TDIM0 > &, FEMSpace< value_type1, DIM, DOW, TDIM1 > &) |
virtual void | getElementMatrix (const Element< value_type0, DIM, DOW, TDIM0 > &, const Element< value_type1, DIM, DOW, TDIM1 > &, const typename ActiveElementPairIterator< DIM >::State state=ActiveElementPairIterator< DIM >::EQUAL) |
class L2InnerProduct is a special bilinear operator standing as the inner product of two
integratable functions.
L2InnerProduct< DIM, value_type0, value_type1, DOW, TDIM0, TDIM1 >::L2InnerProduct | ( | ) | [inline] |
L2InnerProduct< DIM, value_type0, value_type1, DOW, TDIM0, TDIM1 >::L2InnerProduct | ( | FEMSpace< value_type0, DIM, DOW, TDIM0 > & | sp0, |
FEMSpace< value_type1, DIM, DOW, TDIM1 > & | sp1 | ||
) | [inline] |
virtual L2InnerProduct< DIM, value_type0, value_type1, DOW, TDIM0, TDIM1 >::~L2InnerProduct | ( | ) | [inline, virtual] |
virtual void L2InnerProduct< DIM, value_type0, value_type1, DOW, TDIM0, TDIM1 >::getElementMatrix | ( | const Element< value_type0, DIM, DOW, TDIM0 > & | , |
const Element< value_type1, DIM, DOW, TDIM1 > & | , | ||
const typename ActiveElementPairIterator< DIM >::State | state = ActiveElementPairIterator< DIM >::EQUAL |
||
) | [virtual] |
void L2InnerProduct< DIM, value_type0, value_type1, DOW, TDIM0, TDIM1 >::reinit | ( | FEMSpace< value_type0, DIM, DOW, TDIM0 > & | , |
FEMSpace< value_type1, DIM, DOW, TDIM1 > & | |||
) |