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

Private Member Functions

subroutine distributed_vector_create_start (DOMAIN_MAPPING, DISTRIBUTED_VECTOR, ERR, ERROR,)
 Starts the creation a distributed vector. More...
 

Detailed Description

Definition at line 378 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributedvector_createstart::distributed_vector_create_start ( type(domain_mapping_type), pointer  DOMAIN_MAPPING,
type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Starts the creation a distributed vector.

Parameters
domain_mappingA pointer to the domain mapping used to distribute this vector
distributed_vectorOn return, a pointer to the created distributed vector
[out]errThe error code
[out]errorThe error string

Definition at line 6475 of file distributed_matrix_vector.f90.