OpenCMISS-Iron Internal API Documentation
equations_mapping_routines.f90 File Reference

This module handles all equations mapping routines. More...

Go to the source code of this file.

Data Types

interface  equations_mapping_routines::equationsmapping_createfinish
 
interface  equations_mapping_routines::equationsmapping_createstart
 
interface  equations_mapping_routines::equationsmapping_destroy
 
interface  equations_mapping_routines::equations_mapping_dynamic_matrices_set
 
interface  equations_mapping_routines::equationsmapping_dynamicmatricesset
 
interface  equations_mapping_routines::equations_mapping_dynamic_matrices_coeffs_set
 
interface  equations_mapping_routines::equationsmapping_dynamicmatricescoeffsset
 
interface  equations_mapping_routines::equationsmapping_dynamicvariabletypeset
 
interface  equations_mapping_routines::equationsmapping_residualcoeffset
 
interface  equations_mapping_routines::equationsmapping_rhscoeffset
 
interface  equations_mapping_routines::equationsmapping_rhsvariabletypeset
 
interface  equations_mapping_routines::equationsmapping_sourcecoeffset
 
interface  equations_mapping_routines::equationsmapping_sourcevariabletypeset
 

Modules

module  equations_mapping_routines
 This module handles all equations mapping routines.
 

Functions/Subroutines

subroutine equations_mapping_routines::equations_mapping_calculate (EQUATIONS_MAPPING, ERR, ERROR,)
 Calculates the equations/dofs mapping. More...
 
subroutine, public equations_mapping_routines::equations_mapping_create_finish (EQUATIONS_MAPPING, ERR, ERROR,)
 Finishes the process of creating an equations mapping. More...
 
subroutine, public equations_mapping_routines::equations_mapping_create_start (EQUATIONS, EQUATIONS_MAPPING, ERR, ERROR,)
 Finishes the process of creating an equations mapping for a equations set equations. More...
 
subroutine equations_mapping_routines::equationsmapping_createvaluescachefinalise (CREATE_VALUES_CACHE, ERR, ERROR,)
 Finalises an equations mapping create values cache and deallocates all memory. More...
 
subroutine equations_mapping_routines::equationsmapping_createvaluescacheinitialise (EQUATIONS_MAPPING, ERR, ERROR,)
 Initialises an equations mapping create values cache. More...
 
subroutine, public equations_mapping_routines::equations_mapping_destroy (EQUATIONS_MAPPING, ERR, ERROR,)
 Destroy an equations mapping. More...
 
subroutine equations_mapping_routines::equations_mapping_dynamic_mapping_finalise (DYNAMIC_MAPPING, ERR, ERROR,)
 Finalises the equations mapping dynamic mapping and deallocates all memory. More...
 
subroutine equations_mapping_routines::equationsmapping_dynamicmappinginitialise (EQUATIONS_MAPPING, ERR, ERROR,)
 Initialises the equations mapping dynamic mapping. More...
 
subroutine equations_mapping_routines::equations_mapping_dynamic_matrices_set_all (EQUATIONS_MAPPING, MASS_MATRIX, DAMPING_MATRIX, STIFFNESS_MATRIX, ERR, ERROR,)
 Sets/changes the matrices involved in dynamic equations mapping. More...
 
subroutine equations_mapping_routines::equations_mapping_dynamic_matrices_set_1 (EQUATIONS_MAPPING, DAMPING_MATRIX, STIFFNESS_MATRIX, ERR, ERROR,)
 Sets/changes the matrices involved in a first order dynamic equations mapping. More...
 
subroutine equations_mapping_routines::equations_mapping_dynamic_matrices_set_2 (EQUATIONS_MAPPING, MASS_MATRIX, DAMPING_MATRIX, STIFFNESS_MATRIX, ERR, ERROR,)
 Sets/changes the matrices involved in a second order dynamic equations mapping. More...
 
subroutine equations_mapping_routines::equationsmapping_dynamicmatricescoeffsset1 (EQUATIONS_MAPPING, DAMPING_MATRIX_COEFFICIENT, STIFFNESS_MATRIX_COEFFICIENT, ERR, ERROR,)
 Sets/changes the matrix coefficients in a first order dynamic equations mapping. More...
 
subroutine equations_mapping_routines::equationsmapping_dynamicmatricescoeffsset2 (EQUATIONS_MAPPING, MASS_MATRIX_COEFFICIENT, DAMPING_MATRIX_COEFFICIENT, STIFFNESS_MATRIX_COEFFICIENT, ERR, ERROR,)
 Sets/changes the matrix coefficients in a second order dynamic equations mapping. More...
 
subroutine, public equations_mapping_routines::equations_mapping_dynamic_variable_type_set (EQUATIONS_MAPPING, DYNAMIC_VARIABLE_TYPE, ERR, ERROR,)
 Sets the mapping between a dependent field variable and the equations set dynamic matrices. More...
 
subroutine equations_mapping_routines::equationsmapping_equatsjacobiantovarmapfinalise (EQUATIONS_JACOBIAN_TO_VAR_MAP, ERR, ERROR,)
 Finalises a variable to equations Jacobian map and deallocates all memory. More...
 
subroutine equations_mapping_routines::equationsmapping_equatsjacobiantovarmapinitialise (EQUATIONS_JACOBIAN_TO_VAR_MAP, ERR, ERROR,)
 Initialises a variable to equations Jacobian map. More...
 
subroutine equations_mapping_routines::equationsmapping_equationsmatrixtovarmapfinalise (EQUATIONS_MATRIX_TO_VAR_MAP, ERR, ERROR,)
 Finalise an equations matrix to variable maps and deallocate all memory. More...
 
subroutine equations_mapping_routines::equationsmapping_equatsmatrixtovarmapinitialise (EQUATIONS_MATRIX_TO_VAR_MAP, ERR, ERROR,)
 Initialise an equations matrix to variable maps. More...
 
subroutine equations_mapping_routines::equations_mapping_finalise (EQUATIONS_MAPPING, ERR, ERROR,)
 Finalises the equations mapping and deallocates all memory. More...
 
subroutine equations_mapping_routines::equations_mapping_initialise (EQUATIONS, ERR, ERROR,)
 Initialises the equations mapping and deallocates all memory. More...
 
subroutine, public equations_mapping_routines::equationsmapping_residualvariablesnumberset (EQUATIONS_MAPPING, NUMBER_OF_VARIABLES, ERR, ERROR,)
 Sets the mapping between a dependent field variable and the equations set residual vector. More...
 
subroutine equations_mapping_routines::equations_mapping_linear_mapping_finalise (LINEAR_MAPPING, ERR, ERROR,)
 Finalises the equations mapping linear mapping and deallocates all memory. More...
 
subroutine equations_mapping_routines::equations_mapping_linear_mapping_initialise (EQUATIONS_MAPPING, ERR, ERROR,)
 Initialises the equations mapping linear mapping. More...
 
subroutine, public equations_mapping_routines::equationsmapping_linearmatricescoeffsset (EQUATIONS_MAPPING, LINEAR_MATRIX_COEFFICIENTS, ERR, ERROR,)
 Sets the coefficients for the linear equations matrices in an equation set. More...
 
subroutine, public equations_mapping_routines::equationsmapping_linearmatricesnumberset (EQUATIONS_MAPPING, NUMBER_OF_LINEAR_EQUATIONS_MATRICES, ERR, ERROR,)
 Sets/changes the number of linear equations matrices. More...
 
subroutine, public equations_mapping_routines::equationsmapping_linearmatricesvariabletypesset (EQUATIONS_MAPPING, LINEAR_MATRIX_VARIABLE_TYPES, ERR, ERROR,)
 Sets the mapping between the dependent field variable types and the linear equations matrices. More...
 
subroutine equations_mapping_routines::equationsmapping_nonlinearmappingfinalise (NONLINEAR_MAPPING, ERR, ERROR,)
 Finalises the equations mapping nonlinear mapping and deallocates all memory. More...
 
subroutine equations_mapping_routines::equationsmapping_nonlinearmappinginitialise (EQUATIONS_MAPPING, ERR, ERROR,)
 Initialises the equations mapping nonlinear mapping. More...
 
subroutine, public equations_mapping_routines::equations_mapping_residual_coeff_set (EQUATIONS_MAPPING, RESIDUAL_COEFFICIENT, ERR, ERROR,)
 Sets the coefficient applied to the equations set residual vector. More...
 
subroutine, public equations_mapping_routines::equationsmapping_residualvariabletypesset (EQUATIONS_MAPPING, RESIDUAL_VARIABLE_TYPES, ERR, ERROR,)
 Sets the mapping between a dependent field variable and the equations set residual vector. More...
 
subroutine, public equations_mapping_routines::equations_mapping_rhs_coeff_set (EQUATIONS_MAPPING, RHS_COEFFICIENT, ERR, ERROR,)
 Sets the coefficient applied to the equations set RHS vector. More...
 
subroutine equations_mapping_routines::equations_mapping_rhs_mapping_finalise (RHS_MAPPING, ERR, ERROR,)
 Finalises the equations mapping RHS mapping and deallocates all memory. More...
 
subroutine equations_mapping_routines::equations_mapping_rhs_mapping_initialise (EQUATIONS_MAPPING, ERR, ERROR,)
 Initialises the equations mapping RHS mapping. More...
 
subroutine, public equations_mapping_routines::equations_mapping_rhs_variable_type_set (EQUATIONS_MAPPING, RHS_VARIABLE_TYPE, ERR, ERROR,)
 Sets the mapping between a dependent field variable and the equations set rhs vector. More...
 
subroutine, public equations_mapping_routines::equations_mapping_source_coeff_set (EQUATIONS_MAPPING, SOURCE_COEFFICIENT, ERR, ERROR,)
 Sets the coefficient applied to the equations set source vector. More...
 
subroutine equations_mapping_routines::equations_mapping_source_mapping_finalise (SOURCE_MAPPING, ERR, ERROR,)
 Finalises the equations mapping source mapping and deallocates all memory. More...
 
subroutine equations_mapping_routines::equations_mapping_source_mapping_initialise (EQUATIONS_MAPPING, ERR, ERROR,)
 Initialises the equations mapping source mapping. More...
 
subroutine, public equations_mapping_routines::equations_mapping_source_variable_type_set (EQUATIONS_MAPPING, SOURCE_VARIABLE_TYPE, ERR, ERROR,)
 Sets the mapping between a source field variable and the equations set source vector. More...
 
subroutine equations_mapping_routines::equationsmapping_vartoequatscolumnmapfinalise (VAR_TO_EQUATIONS_COLUMN_MAP, ERR, ERROR,)
 Finalise an equations mapping equations matrix map. More...
 
subroutine equations_mapping_routines::equationsmapping_vartoequatsjacobianmapfinalise (VAR_TO_EQUATIONS_JACOBIAN_MAP, ERR, ERROR,)
 Finalises a variable to equations Jacobian map and deallocates all memory. More...
 
subroutine equations_mapping_routines::equationsmapping_vartoequatsjacobianmapinitialise (VAR_TO_EQUATIONS_JACOBIAN_MAP, ERR, ERROR,)
 Initialises a variable to equations Jacobian map. More...
 
subroutine equations_mapping_routines::equationsmapping_vartoequatsmatricesmapfinalise (VAR_TO_EQUATIONS_MATRICES_MAP, ERR, ERROR,)
 Finalises a variable to equations matrices map and deallocates all memory. More...
 
subroutine equations_mapping_routines::equationsmapping_vartoequatsmatricesmapinitialise (VAR_TO_EQUATIONS_MATRICES_MAP, ERR, ERROR,)
 Initialise an equations mapping equations matrix map. More...
 

Detailed Description

This module handles all equations mapping routines.

Author
Chris Bradley

LICENSE

Version: MPL 1.1/GPL 2.0/LGPL 2.1

The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/

Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.

The Original Code is OpenCMISS

The Initial Developer of the Original Code is University of Auckland, Auckland, New Zealand, the University of Oxford, Oxford, United Kingdom and King's College, London, United Kingdom. Portions created by the University of Auckland, the University of Oxford and King's College, London are Copyright (C) 2007-2010 by the University of Auckland, the University of Oxford and King's College, London. All Rights Reserved.

Contributor(s):

Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), in which case the provisions of the GPL or the LGPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of either the GPL or the LGPL, and not to allow others to use your version of this file under the terms of the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL.

Definition in file equations_mapping_routines.f90.