OpenCMISS-Iron Internal API Documentation
distributed_matrix_vector::distributedmatrix_duplicate Interface Reference

Private Member Functions

subroutine distributed_matrix_duplicate (DISTRIBUTED_MATRIX, NEW_DISTRIBUTED_MATRIX, ERR, ERROR,)
 Duplicates the structure of a distributed matrix and returns a pointer to the new matrix in NEW_DISTRIBUTED_MATRIX. More...
 

Detailed Description

Definition at line 180 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributedmatrix_duplicate::distributed_matrix_duplicate ( type(distributed_matrix_type), pointer  DISTRIBUTED_MATRIX,
type(distributed_matrix_type), pointer  NEW_DISTRIBUTED_MATRIX,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Duplicates the structure of a distributed matrix and returns a pointer to the new matrix in NEW_DISTRIBUTED_MATRIX.

Parameters
distributed_matrixA pointer to the distributed matrix to duplicate
new_distributed_matrixOn return a pointer to the new duplicated distributed matrix
[out]errThe error code
[out]errorThe error string

Definition at line 1834 of file distributed_matrix_vector.f90.