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

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

Collaboration diagram for types::equations_matrices_rhs_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 rhs vector has not been assembled. More...
 
type(distributed_vector_type), pointer vector
 A pointer to the distributed global rhs vector data. More...
 
type(element_vector_typeelement_vector
 The element rhs information. More...
 
type(nodalvectortypenodalvector
 The nodal rhs information. More...
 

Detailed Description

Contains information of the RHS vector for equations matrices.

Definition at line 1500 of file types.f90.

Member Data Documentation

type(element_vector_type) types::equations_matrices_rhs_type::element_vector

The element rhs information.

Definition at line 1505 of file types.f90.

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

A pointer back to the equations matrices.

Definition at line 1501 of file types.f90.

logical types::equations_matrices_rhs_type::first_assembly

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

Definition at line 1503 of file types.f90.

type(nodalvectortype) types::equations_matrices_rhs_type::nodalvector

The nodal rhs information.

Definition at line 1506 of file types.f90.

logical types::equations_matrices_rhs_type::update_vector

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

Definition at line 1502 of file types.f90.

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

A pointer to the distributed global rhs vector data.

Todo:
rename this RHS_VECTOR

Definition at line 1504 of file types.f90.