Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 107 of file basis_raw.h.
Public Types | |
typedef basis_raw_rep< T > | rep |
typedef smart_pointer< rep > | base |
typedef rep::size_type | size_type |
typedef rep::value_type | value_type |
typedef rep::valued_type | valued_type |
![]() | |
typedef basis_raw_rep< T > | handled_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 |
![]() | |
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 () | |
![]() | |
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 T * | pointer () const |
const T & | data () const |
const T * | operator-> () const |
const T & | operator* () const |
T * | pointer () |
T & | data () |
T * | operator-> () |
T & | operator* () |
int | reference_counter () const |
counter * | get_count () const |
Protected Member Functions | |
void | _clear () const |
typedef basis_raw_rep<T> rep |
Definition at line 112 of file basis_raw.h.
typedef smart_pointer<rep> base |
Definition at line 113 of file basis_raw.h.
Definition at line 114 of file basis_raw.h.
typedef rep::value_type value_type |
Definition at line 115 of file basis_raw.h.
typedef rep::valued_type valued_type |
Definition at line 116 of file basis_raw.h.
basis_raw_basic | ( | std::string | name = "" | ) |
Definition at line 162 of file basis_raw.h.
void reset | ( | std::string & | name | ) |
Definition at line 150 of file basis_get.cc.
std::string family_name | ( | ) | const |
Definition at line 177 of file basis_raw.h.
basis_raw_basic< T >::size_type degree | ( | ) | const |
Definition at line 184 of file basis_raw.h.
std::string name | ( | ) | const |
Definition at line 191 of file basis_raw.h.
basis_raw_basic< T >::size_type ndof | ( | reference_element | hat_K | ) | const |
Definition at line 198 of file basis_raw.h.
bool is_hierarchical | ( | ) | const |
Definition at line 205 of file basis_raw.h.
basis_raw_basic< T >::valued_type valued_tag | ( | ) | const |
Definition at line 212 of file basis_raw.h.
const std::string & valued | ( | ) | const |
Definition at line 219 of file basis_raw.h.
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.
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.
void put | ( | std::ostream & | os, |
reference_element | hat_K | ||
) | const |
Definition at line 246 of file basis_raw.h.
|
protected |
Definition at line 170 of file basis_raw.h.