|
BSpline Finite Element Exterior Calculus
|
Module for handling tensor product indices and lists of indices. More...
Data Types | |
| type | box |
| Type to represent a 3D box. More... | |
| interface | size |
| Get the size of the tensor product indices. More... | |
| interface | size_2d |
| type | tensorprodindexlist |
| Type to hold lists of tensor product indices. More... | |
| type | tensorprodindices |
| Type to hold tensor product indices. More... | |
Functions/Subroutines | |
| pure type(tensorprodindices) function, public | intersect (a, b) |
| Compute the intersection of two TensorProdIndices. | |
Module for handling tensor product indices and lists of indices.
| pure type(tensorprodindices) function, public m_tensorprod_indices::intersect | ( | type(tensorprodindices), intent(in) | a, |
| type(tensorprodindices), intent(in) | b ) |
Compute the intersection of two TensorProdIndices.
| a | The first TensorProdIndices |
| b | The second TensorProdIndices |