BSpline Finite Element Exterior Calculus
Loading...
Searching...
No Matches
m_tensorprod_indices::size Interface Reference

Get the size of the tensor product indices. More...

Public Member Functions

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.
 

Detailed Description

Get the size of the tensor product indices.

Member Function/Subroutine Documentation

◆ 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
aThe 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
aThe 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: