Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
basis_raw_basic< T >

Detailed Description

template<class T>
class rheolef::basis_raw_basic< T >

Definition at line 107 of file basis_raw.h.

+ Inheritance diagram for basis_raw_basic< T >:

Public Types

typedef basis_raw_rep< Trep
 
typedef smart_pointer< repbase
 
typedef rep::size_type size_type
 
typedef rep::value_type value_type
 
typedef rep::valued_type valued_type
 
- Public Types inherited from smart_pointer< basis_raw_rep< T > >
typedef basis_raw_rep< Thandled_type
 
typedef base::internal internal
 

Public Member Functions

 basis_raw_basic (std::string name="")
 
void reset (std::string &name)
 
std::string family_name () const
 
size_type degree () const
 
std::string name () const
 
size_type ndof (reference_element hat_K) const
 
bool is_hierarchical () const
 
valued_type valued_tag () const
 
const std::string & valued () const
 
void evaluate (reference_element hat_K, const point_basic< T > &hat_x, Eigen::Matrix< T, Eigen::Dynamic, 1 > &value) const
 
void grad_evaluate (reference_element hat_K, const point_basic< T > &hat_x, Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > &value) const
 
void put (std::ostream &os, reference_element hat_K) const
 
- Public Member Functions inherited from smart_pointer< basis_raw_rep< T > >
 smart_pointer (basis_raw_rep< T > *p=0)
 
 smart_pointer (void *count, internal i)
 
 smart_pointer (const smart_pointer< basis_raw_rep< T > > &x)
 
smart_pointer< basis_raw_rep< T > > & operator= (const smart_pointer< basis_raw_rep< T > > &x)
 
 ~smart_pointer ()
 
- Public Member Functions inherited from smart_pointer_base< T, C >
 smart_pointer_base (T *p=0)
 
 smart_pointer_base (const smart_pointer_base< T, C > &)
 
 smart_pointer_base (void *count, internal)
 
smart_pointer_base< T, C > & operator= (const smart_pointer_base< T, C > &)
 
 ~smart_pointer_base ()
 
const Tpointer () const
 
const Tdata () const
 
const Toperator-> () const
 
const Toperator* () const
 
Tpointer ()
 
Tdata ()
 
Toperator-> ()
 
Toperator* ()
 
int reference_counter () const
 
counter * get_count () const
 

Protected Member Functions

void _clear () const
 

Member Typedef Documentation

◆ rep

template<class T >
typedef basis_raw_rep<T> rep

Definition at line 112 of file basis_raw.h.

◆ base

template<class T >
typedef smart_pointer<rep> base

Definition at line 113 of file basis_raw.h.

◆ size_type

template<class T >
typedef rep::size_type size_type

Definition at line 114 of file basis_raw.h.

◆ value_type

template<class T >
typedef rep::value_type value_type

Definition at line 115 of file basis_raw.h.

◆ valued_type

template<class T >
typedef rep::valued_type valued_type

Definition at line 116 of file basis_raw.h.

Constructor & Destructor Documentation

◆ basis_raw_basic()

template<class T >
basis_raw_basic ( std::string  name = "")

Definition at line 162 of file basis_raw.h.

Member Function Documentation

◆ reset()

template<class T >
void reset ( std::string &  name)

Definition at line 150 of file basis_get.cc.

◆ family_name()

template<class T >
std::string family_name ( ) const

Definition at line 177 of file basis_raw.h.

◆ degree()

template<class T >
basis_raw_basic< T >::size_type degree ( ) const

Definition at line 184 of file basis_raw.h.

◆ name()

template<class T >
std::string name ( ) const

Definition at line 191 of file basis_raw.h.

◆ ndof()

template<class T >
basis_raw_basic< T >::size_type ndof ( reference_element  hat_K) const

Definition at line 198 of file basis_raw.h.

◆ is_hierarchical()

template<class T >
bool is_hierarchical ( ) const

Definition at line 205 of file basis_raw.h.

◆ valued_tag()

template<class T >
basis_raw_basic< T >::valued_type valued_tag ( ) const

Definition at line 212 of file basis_raw.h.

◆ valued()

template<class T >
const std::string & valued ( ) const

Definition at line 219 of file basis_raw.h.

◆ evaluate()

template<class T >
void evaluate ( reference_element  hat_K,
const point_basic< T > &  hat_x,
Eigen::Matrix< T, Eigen::Dynamic, 1 > &  value 
) const

Definition at line 226 of file basis_raw.h.

◆ grad_evaluate()

template<class T >
void grad_evaluate ( reference_element  hat_K,
const point_basic< T > &  hat_x,
Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > &  value 
) const

Definition at line 236 of file basis_raw.h.

◆ put()

template<class T >
void put ( std::ostream &  os,
reference_element  hat_K 
) const

Definition at line 246 of file basis_raw.h.

◆ _clear()

template<class T >
void _clear ( ) const
protected

Definition at line 170 of file basis_raw.h.


The documentation for this class was generated from the following files: