|
| basis_basic (std::string name="") |
|
void | reset (std::string &name) |
|
void | reset_family_index (size_type k) |
|
bool | is_initialized () const |
|
size_type | degree () const |
|
size_type | family_index () const |
|
std::string | family_name () const |
|
std::string | name () const |
|
size_type | ndof (reference_element hat_K) const |
|
size_type | nnod (reference_element hat_K) const |
|
bool | is_continuous () const |
|
bool | is_discontinuous () const |
|
bool | is_nodal () const |
|
bool | have_continuous_feature () const |
|
bool | have_compact_support_inside_element () const |
|
bool | is_hierarchical () const |
|
size_type | size () const |
|
const basis_basic< T > & | operator[] (size_type i_comp) const |
|
bool | have_index_parameter () const |
|
const basis_option & | option () const |
|
valued_type | valued_tag () const |
|
const std::string & | valued () const |
|
const piola_fem< T > & | get_piola_fem () const |
|
size_type | local_ndof_on_side (reference_element hat_K, const side_information_type &sid) const |
|
void | local_idof_on_side (reference_element hat_K, const side_information_type &sid, Eigen::Matrix< size_type, Eigen::Dynamic, 1 > &loc_idof) const |
|
size_type | ndof_on_subgeo (size_type map_dim, size_type subgeo_variant) const |
|
size_type | nnod_on_subgeo (size_type map_dim, size_type subgeo_variant) const |
|
size_type | first_inod_by_dimension (reference_element hat_K, size_type dim) const |
|
size_type | first_idof_by_dimension (reference_element hat_K, size_type dim) const |
|
template<class Value > |
void | evaluate (reference_element hat_K, const point_basic< T > &hat_x, Eigen::Matrix< Value, Eigen::Dynamic, 1 > &value) const |
|
template<class Value > |
void | evaluate_on_side (reference_element tilde_K, const side_information_type &sid, const point_basic< T > &hat_x, Eigen::Matrix< Value, Eigen::Dynamic, 1 > &value) const |
|
template<class Value > |
void | grad_evaluate (reference_element hat_K, const point_basic< T > &hat_x, Eigen::Matrix< Value, Eigen::Dynamic, 1 > &value) const |
|
const Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > & | hat_node (reference_element hat_K) const |
|
template<class Function > |
void | compute_dof (reference_element hat_K, const Function &f, Eigen::Matrix< T, Eigen::Dynamic, 1 > &dofs) const |
|
template<class Value > |
void | compute_dofs (reference_element hat_K, const Eigen::Matrix< Value, Eigen::Dynamic, 1 > &f_xnod, Eigen::Matrix< T, Eigen::Dynamic, 1 > &dof) const |
|
const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > & | vdm (reference_element hat_K) const |
|
const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > & | inv_vdm (reference_element hat_K) const |
|
void | put (std::ostream &os, reference_element hat_K) const |
|
void | put_hat_node (std::ostream &os, reference_element hat_K) const |
|
void | put_hat_node_on_side (std::ostream &os, reference_element hat_K, const side_information_type &sid) const |
|
| smart_pointer_nocopy (basis_rep< T > *p=0) |
|
| smart_pointer_nocopy (void *count, internal i) |
|
| smart_pointer_nocopy (const smart_pointer_nocopy< basis_rep< T > > &x) |
|
smart_pointer_nocopy< basis_rep< T > > & | operator= (const smart_pointer_nocopy< basis_rep< T > > &x) |
|
| ~smart_pointer_nocopy () |
|
| smart_pointer_base (basis_rep< T > *p=0) |
|
| smart_pointer_base (const smart_pointer_base< basis_rep< T >, details::no_copy< basis_rep< T > > > &) |
|
| smart_pointer_base (void *count, internal) |
|
smart_pointer_base< basis_rep< T >, details::no_copy< basis_rep< T > > > & | operator= (const smart_pointer_base< basis_rep< T >, details::no_copy< basis_rep< T > > > &) |
|
| ~smart_pointer_base () |
|
const basis_rep< T > * | pointer () const |
|
basis_rep< T > * | pointer () |
|
const basis_rep< T > & | data () const |
|
basis_rep< T > & | data () |
|
const basis_rep< T > * | operator-> () const |
|
basis_rep< T > * | operator-> () |
|
const basis_rep< T > & | operator* () const |
|
basis_rep< T > & | operator* () |
|
int | reference_counter () const |
|
counter * | get_count () const |
|
template<class T>
class rheolef::basis_basic< T >
Definition at line 206 of file basis.h.