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

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

Collaboration diagram for types::interface_rhs_type:

Public Attributes

type(interface_matrices_type), pointer interface_matrices
 A pointer back to the interface matrices. More...
 
logical update_vector
 Is .TRUE. if the interface 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 rhs_vector
 A pointer to the distributed global rhs vector data. More...
 
type(element_vector_typeelement_vector
 The element rhs information. More...
 

Detailed Description

Contains information of the RHS vector for interface matrices.

Definition at line 2003 of file types.f90.

Member Data Documentation

type(element_vector_type) types::interface_rhs_type::element_vector

The element rhs information.

Definition at line 2008 of file types.f90.

logical types::interface_rhs_type::first_assembly

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

Definition at line 2006 of file types.f90.

type(interface_matrices_type), pointer types::interface_rhs_type::interface_matrices

A pointer back to the interface matrices.

Definition at line 2004 of file types.f90.

type(distributed_vector_type), pointer types::interface_rhs_type::rhs_vector

A pointer to the distributed global rhs vector data.

Definition at line 2007 of file types.f90.

logical types::interface_rhs_type::update_vector

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

Definition at line 2005 of file types.f90.