Get the size of the tensor product indices.
More...
|
| pure integer function | size_tpinds (a, dir) |
| | Get the size of the TensorProdIndices.
|
| |
| pure integer function | size_index_list (a, dir) |
| | Get the size of the TensorProdIndexList.
|
| |
Get the size of the tensor product indices.
◆ size_index_list()
| pure integer function m_tensorprod_indices::size::size_index_list |
( |
type(tensorprodindexlist), intent(in) | a, |
|
|
integer, intent(in), optional | dir ) |
Get the size of the TensorProdIndexList.
- Parameters
-
| a | The TensorProdIndexList for which to get the size |
| dir | _(optional)_ The direction for which to get the size (1 for x, 2 for y, 3 for z). If not provided, the total size is returned. |
◆ size_tpinds()
| pure integer function m_tensorprod_indices::size::size_tpinds |
( |
type(tensorprodindices), intent(in) | a, |
|
|
integer, intent(in), optional | dir ) |
Get the size of the TensorProdIndices.
- Parameters
-
| a | The TensorProdIndices for which to get the size |
| dir | _(optional)_ The direction for which to get the size (1 for x, 2 for y, 3 for z). If not provided, the total size is returned. |
The documentation for this interface was generated from the following file:
- /builds/rwr/bspline_feec/src/tensorprod/m_tensorprod_indices.f90