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

Contains information on the interface matrices. More...

Collaboration diagram for types::interface_matrices_type:

Public Attributes

type(interface_equations_type), pointer interface_equations
 A pointer back to the interface equations. More...
 
logical interface_matrices_finished
 Is .TRUE. if the interface matrices have finished being created, .FALSE. if not. More...
 
type(interface_mapping_type), pointer interface_mapping
 A pointer to the interface equations mapping for the interface equations matrices. More...
 
type(solver_mapping_type), pointer solver_mapping
 A pointer to the solver mapping for the interface equations matrices. More...
 
integer(intg) number_of_columns
 The number of local columns in the interface matrices. More...
 
integer(intg) total_number_of_columns
 The total number of local columns in the interface matrices. More...
 
integer(intg) number_of_global_columns
 The number of global columns in the interface matrices. More...
 
integer(intg) number_of_interface_matrices
 The number of interfaces matrices defined for the interface condition. More...
 
type(interface_matrix_ptr_type), dimension(:), allocatable matrices
 MATRICES(matrix_idx)PTR contains the information on the matrix_idx'th interface matrix. More...
 
type(interface_rhs_type), pointer rhs_vector
 A pointer to the RHS vector information for the interface matrices. More...
 

Detailed Description

Contains information on the interface matrices.

Definition at line 2012 of file types.f90.

Member Data Documentation

type(interface_equations_type), pointer types::interface_matrices_type::interface_equations

A pointer back to the interface equations.

Definition at line 2013 of file types.f90.

type(interface_mapping_type), pointer types::interface_matrices_type::interface_mapping

A pointer to the interface equations mapping for the interface equations matrices.

Definition at line 2015 of file types.f90.

logical types::interface_matrices_type::interface_matrices_finished

Is .TRUE. if the interface matrices have finished being created, .FALSE. if not.

Definition at line 2014 of file types.f90.

type(interface_matrix_ptr_type), dimension(:), allocatable types::interface_matrices_type::matrices

MATRICES(matrix_idx)PTR contains the information on the matrix_idx'th interface matrix.

Definition at line 2021 of file types.f90.

integer(intg) types::interface_matrices_type::number_of_columns

The number of local columns in the interface matrices.

Definition at line 2017 of file types.f90.

integer(intg) types::interface_matrices_type::number_of_global_columns

The number of global columns in the interface matrices.

Definition at line 2019 of file types.f90.

integer(intg) types::interface_matrices_type::number_of_interface_matrices

The number of interfaces matrices defined for the interface condition.

Definition at line 2020 of file types.f90.

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

A pointer to the RHS vector information for the interface matrices.

Definition at line 2022 of file types.f90.

type(solver_mapping_type), pointer types::interface_matrices_type::solver_mapping

A pointer to the solver mapping for the interface equations matrices.

Definition at line 2016 of file types.f90.

integer(intg) types::interface_matrices_type::total_number_of_columns

The total number of local columns in the interface matrices.

Definition at line 2018 of file types.f90.