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

Contains information used to integrate Neumann boundary conditions. More...

Collaboration diagram for types::boundaryconditionsneumanntype:

Public Attributes

integer(intg), dimension(:), allocatable setdofs
 setDofs(neumann_idx): the global dof for the neumann_idx'th Neumann condition More...
 
type(distributed_matrix_type), pointer integrationmatrix
 The N matrix that multiples the point values vector q to give the integrated values f. Number of rows equals number of local dofs, and number of columns equals number of set point DOFs. More...
 
type(distributed_vector_type), pointer pointvalues
 The vector of set point values q. More...
 
type(domain_mapping_type), pointer pointdofmapping
 The domain mapping for DOFs with Neumann point conditions set. More...
 

Detailed Description

Contains information used to integrate Neumann boundary conditions.

Definition at line 1808 of file types.f90.

Member Data Documentation

type(distributed_matrix_type), pointer types::boundaryconditionsneumanntype::integrationmatrix

The N matrix that multiples the point values vector q to give the integrated values f. Number of rows equals number of local dofs, and number of columns equals number of set point DOFs.

Definition at line 1810 of file types.f90.

type(domain_mapping_type), pointer types::boundaryconditionsneumanntype::pointdofmapping

The domain mapping for DOFs with Neumann point conditions set.

Definition at line 1812 of file types.f90.

type(distributed_vector_type), pointer types::boundaryconditionsneumanntype::pointvalues

The vector of set point values q.

Definition at line 1811 of file types.f90.

integer(intg), dimension(:), allocatable types::boundaryconditionsneumanntype::setdofs

setDofs(neumann_idx): the global dof for the neumann_idx'th Neumann condition

Definition at line 1809 of file types.f90.