|
Rheolef
7.1
an efficient C++ finite element environment
|
Go to the source code of this file.
Namespaces | |
| rheolef | |
| This file is part of Rheolef. | |
Macros | |
| #define | _RHEOLEF_instanciation(T) template class fem_on_pointset_rep<T>; \ |
| #define | _RHEOLEF_instanciation_value(T, M, Value, Diff) |
| #define | _RHEOLEF_instanciation_values(T, M, Diff) |
| #define | _RHEOLEF_instanciation_evaluate(T, M) |
Functions | |
| template<class T , class M > | |
| void | div_evaluate_internal (const fem_on_pointset_rep< T > &obj, const geo_basic< T, M > &omega_K, const geo_element &K, const details::differentiate_option &gopt, const Eigen::Matrix< tensor_basic< T >, Eigen::Dynamic, Eigen::Dynamic > &grad_value, Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &value) |
| template<class T , class M > | |
| void | curl_evaluate_internal (const fem_on_pointset_rep< T > &obj, const geo_basic< T, M > &omega_K, const geo_element &K, const details::differentiate_option &gopt, Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &value) |
| template<class T , class M > | |
| void | curl_evaluate_internal (const fem_on_pointset_rep< T > &obj, const geo_basic< T, M > &omega_K, const geo_element &K, const details::differentiate_option &gopt, Eigen::Matrix< point_basic< T >, Eigen::Dynamic, Eigen::Dynamic > &value) |
| _RHEOLEF_instanciation (Float) _RHEOLEF_instanciation_evaluate(Float | |
Definition at line 479 of file fem_on_pointset.cc.
Definition at line 482 of file fem_on_pointset.cc.
Definition at line 495 of file fem_on_pointset.cc.
Definition at line 502 of file fem_on_pointset.cc.