OpenCMISS-Iron Internal API Documentation
types::equations_matrices_source_type Type Reference

Contains information of the source vector for equations matrices. More...

Collaboration diagram for types::equations_matrices_source_type:

Public Attributes

type(equations_matrices_type), pointer equations_matrices
 A pointer back to the equations matrices. More...
 
logical update_vector
 Is .TRUE. if the equtions rhs vector is to be updated. More...
 
logical first_assembly
 Is .TRUE. if this source vector has not been assembled. More...
 
type(distributed_vector_type), pointer vector
 A pointer to the distributed source vector data. More...
 
type(element_vector_typeelement_vector
 The element source information. More...
 
type(nodalvectortypenodalvector
 The nodal source information. More...
 

Detailed Description

Contains information of the source vector for equations matrices.

Definition at line 1510 of file types.f90.

Member Data Documentation

type(element_vector_type) types::equations_matrices_source_type::element_vector

The element source information.

Definition at line 1515 of file types.f90.

type(equations_matrices_type), pointer types::equations_matrices_source_type::equations_matrices

A pointer back to the equations matrices.

Definition at line 1511 of file types.f90.

logical types::equations_matrices_source_type::first_assembly

Is .TRUE. if this source vector has not been assembled.

Definition at line 1513 of file types.f90.

type(nodalvectortype) types::equations_matrices_source_type::nodalvector

The nodal source information.

Definition at line 1516 of file types.f90.

logical types::equations_matrices_source_type::update_vector

Is .TRUE. if the equtions rhs vector is to be updated.

Definition at line 1512 of file types.f90.

type(distributed_vector_type), pointer types::equations_matrices_source_type::vector

A pointer to the distributed source vector data.

Todo:
rename this SOURCE_VECTOR

Definition at line 1514 of file types.f90.