#include <cl_TensorMeshConfig.hpp>
Public Member Functions | |
| TensorMeshConfig (const uint aOrder, const Vector< index_t > &aNumNodes, const Vector< real > &aStep, const Vector< real > aOrigin={}) | |
| ~TensorMeshConfig ()=default | |
| uint | order () const |
| uint | dimension () const |
| const Vector< index_t > & | num_nodes_vector () const |
| const Vector< index_t > & | num_elements_vector () const |
| const Vector< real > & | step () const |
| const Vector< real > & | origin () const |
| const Vector< real > & | limit () const |
| uint | num_elements (const uint aDimension=BELFEM_UINT_MAX) const |
| uint | num_nodes (const uint aDimension=BELFEM_UINT_MAX) const |
| ElementType | element_type () const |
| uint | num_control_points (const uint aDimension=BELFEM_UINT_MAX) const |
| real | min (const uint aDimension) const |
| real | max (const uint aDimension) const |
| index_t | node_index (const index_t i, const index_t j) const |
| index_t | node_index (const index_t i, const index_t j, const index_t k) const |
| index_t | element_index (const index_t i, const index_t j) const |
| index_t | element_index (const index_t i, const index_t j, const index_t k) const |
| real | element_step (const uint aDimension) const |
| real | inv_element_step (const uint aDimension) const |
| index_t | element_ijk (const index_t i, const real x) |
| belfem::TensorMeshConfig::TensorMeshConfig | ( | const uint | aOrder, |
| const Vector< index_t > & | aNumNodes, | ||
| const Vector< real > & | aStep, | ||
| const Vector< real > | aOrigin = {} ) |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |