BSpline Finite Element Exterior Calculus
Loading...
Searching...
No Matches
m_tensorprod_indices Module Reference

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.
 

Detailed Description

Module for handling tensor product indices and lists of indices.

Function/Subroutine Documentation

◆ intersect()

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.

Parameters
aThe first TensorProdIndices
bThe second TensorProdIndices
Returns
The intersection of the two TensorProdIndices