vectorial::LinearForm< F, G > Class Template Reference

Vector valued linear form. More...

#include <linearForm.hh>

Public Member Functions

 LinearForm (const uint vdim, const uint arrayWidth=0)
 
virtual void operator() (const concepts::Element< G > &elm, concepts::ElementMatrix< F > &em) const
 
virtual void put (concepts::LinearForm< F, G > &lf, const uint i, const uint j=0)
 insert a Linearform lf of one vectorial dimension to the all v-dimensionial Linearform More...
 
void putStore (concepts::LinearForm< F, G > *lf, const uint i)
 Acts similarly to the normal put() command, but stores lf in deepCopies_ (without cloning lf first). More...
 
virtual ~LinearForm ()
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 

Private Attributes

concepts::Array< concepts::RCP< concepts::LinearForm< F, G > > > deepCopies_
 Stores the deep copies of the component bilinear forms, if. More...
 

Detailed Description

template<class F, class G = typename concepts::Realtype<F>::type>
class vectorial::LinearForm< F, G >

Vector valued linear form.

Author
Kersten Schmidt, 2002

Definition at line 38 of file linearForm.hh.

Constructor & Destructor Documentation

◆ LinearForm()

template<class F , class G = typename concepts::Realtype<F>::type>
vectorial::LinearForm< F, G >::LinearForm ( const uint  vdim,
const uint  arrayWidth = 0 
)
inline

Definition at line 23 of file linearForm.hh.

◆ ~LinearForm()

template<class F , class G = typename concepts::Realtype<F>::type>
virtual vectorial::LinearForm< F, G >::~LinearForm ( )
virtual

Member Function Documentation

◆ info()

template<class F , class G = typename concepts::Realtype<F>::type>
virtual std::ostream& vectorial::LinearForm< F, G >::info ( std::ostream &  os) const
protectedvirtual

◆ operator()()

template<class F , class G = typename concepts::Realtype<F>::type>
virtual void vectorial::LinearForm< F, G >::operator() ( const concepts::Element< G > &  elm,
concepts::ElementMatrix< F > &  em 
) const
virtual

◆ put()

template<class F , class G = typename concepts::Realtype<F>::type>
virtual void vectorial::LinearForm< F, G >::put ( concepts::LinearForm< F, G > &  lf,
const uint  i,
const uint  j = 0 
)
virtual

insert a Linearform lf of one vectorial dimension to the all v-dimensionial Linearform

Parameters
irow number of v-dimensions

◆ putStore()

template<class F , class G = typename concepts::Realtype<F>::type>
void vectorial::LinearForm< F, G >::putStore ( concepts::LinearForm< F, G > *  lf,
const uint  i 
)

Acts similarly to the normal put() command, but stores lf in deepCopies_ (without cloning lf first).

At cleanup time, lf is destroyed by this class.

Member Data Documentation

◆ deepCopies_

template<class F , class G = typename concepts::Realtype<F>::type>
concepts::Array<concepts::RCP<concepts::LinearForm<F,G> > > vectorial::LinearForm< F, G >::deepCopies_
private

Stores the deep copies of the component bilinear forms, if.

there are any

Definition at line 49 of file linearForm.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich