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

Private Member Functions

subroutine distributed_vector_duplicate (DISTRIBUTED_VECTOR, NEW_DISTRIBUTED_VECTOR, ERR, ERROR,)
 Duplicates the structure of a distributed vector and returns a pointer to the new distributed vector in NEW_DISTRIBUTED_VECTOR. More...
 

Detailed Description

Definition at line 414 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributedvector_duplicate::distributed_vector_duplicate ( type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
type(distributed_vector_type), pointer  NEW_DISTRIBUTED_VECTOR,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Duplicates the structure of a distributed vector and returns a pointer to the new distributed vector in NEW_DISTRIBUTED_VECTOR.

Parameters
distributed_vectorA pointer to the distributed vector to duplicate
new_distributed_vectorOn return a pointer to the new duplicated distributed vector
[out]errThe error code
[out]errorThe error string

Definition at line 6635 of file distributed_matrix_vector.f90.