#include <cl_TensorMeshFactory.hpp>
Public Member Functions | |
| TensorMeshFactory ()=default | |
| ~TensorMeshFactory ()=default | |
| void | populate_tensor_mesh (const TensorMeshConfig *aConfig, Mesh *aMesh, const proc_t aMasterProc=0) |
| void | create_topology (const TensorMeshConfig *aConfig, Matrix< index_t > &aTopology) |
| void | create_grid (const Vector< index_t > &aNumNodes, const Vector< real > &aMinPoint, const Vector< real > &aMaxPoint, Matrix< real > &aGrid) const |
| void | create_bsplines (Mesh *aMesh) |
| const Matrix< real > & | t_matrix (const TensorMeshConfig *aConfig=nullptr) |
|
default |
|
default |
| void belfem::TensorMeshFactory::create_bsplines | ( | Mesh * | aMesh | ) |
| void belfem::TensorMeshFactory::create_grid | ( | const Vector< index_t > & | aNumNodes, |
| const Vector< real > & | aMinPoint, | ||
| const Vector< real > & | aMaxPoint, | ||
| Matrix< real > & | aGrid ) const |
| void belfem::TensorMeshFactory::create_topology | ( | const TensorMeshConfig * | aConfig, |
| Matrix< index_t > & | aTopology ) |
| void belfem::TensorMeshFactory::populate_tensor_mesh | ( | const TensorMeshConfig * | aConfig, |
| Mesh * | aMesh, | ||
| const proc_t | aMasterProc = 0 ) |
| const Matrix< real > & belfem::TensorMeshFactory::t_matrix | ( | const TensorMeshConfig * | aConfig = nullptr | ) |