#include <feel/feelcore/parameter.hpp>
#include <feel/feelalg/backend.hpp>
#include <feel/feelalg/vector.hpp>
#include <feel/feelalg/matrixsparse.hpp>
#include <feel/feeldiscr/functionspace.hpp>
#include <feel/feelvf/bilinearform.hpp>
#include <feel/feelvf/linearform.hpp>
Go to the source code of this file.
|
template<typename X1 , typename X2 > |
vf::detail::BilinearForm< X1, X2 > | Feel::form (boost::shared_ptr< X1 > const &__X1, boost::shared_ptr< X2 > const &__X2, boost::shared_ptr< MatrixSparse< double > > __M, size_type rowstart=0, size_type colstart=0, bool init=false, bool do_threshold=false, typename X1::value_type threshold=type_traits< double >::epsilon(), size_type pattern=Pattern::COUPLED) |
|
template<typename X1 , typename RepType > |
vf::detail::LinearForm< X1,
RepType, RepType > | Feel::form (boost::shared_ptr< X1 > const &__X1, boost::shared_ptr< RepType > __M, size_type rowstart=0, bool init=false, bool do_threshold=false, typename X1::value_type threshold=type_traits< typename RepType::value_type >::epsilon()) |
|