OpenCMISS-Iron Internal API Documentation
fieldml_input_routines.f90 File Reference

This module handles reading in FieldML files. More...

Go to the source code of this file.

Modules

module  fieldml_input_routines
 Input routines for FieldML.
 

Functions/Subroutines

subroutine fieldml_input_routines::fieldml_assert_is_in (FIELDML_INFO, ERR, ERROR,)
 Asserts that the FieldML Info is associated and created for input. More...
 
subroutine fieldml_input_routines::fieldml_input_get_basis_connectivity_info (FIELDML_INFO, BASIS_HANDLE, PARAM_ARG_HANDLE, CONNECTIVITY_HANDLE, LAYOUT_HANDLE, ERR, ERROR,)
 Determines the connectivity evaluator and layout argument for the given basis. More...
 
subroutine fieldml_input_routines::fieldml_input_get_basis_collapse (NAME, COLLAPSE, ERR, ERROR,)
 Determine the basis collapse parameters from the given evaluator's name. More...
 
subroutine fieldml_input_routines::fieldml_input_get_basis_info (FIELDML_INFO, BASIS_HANDLE, CONNECTIVITY_HANDLE, LAYOUT_HANDLE, BASISTYPE, BASIS_INTERPOLATIONS, COLLAPSE, ERR, ERROR,)
 Determines the basis configuration from the given basis evaluator. More...
 
logical function fieldml_input_routines::fieldml_input_is_known_basis (FIELDML_INFO, BASIS_HANDLE, ERR, ERROR)
 Determines whether or not the given basis evaluator is known to OpenCMISS. More...
 
logical function fieldml_input_routines::fieldml_input_is_template_compatible (FIELDML_INFO, COMPONENT_HANDLE, ELEMENT_TYPE, ERR, ERROR)
 Determines whether or not the given evaluator is a recognisable mesh component evaluator. More...
 
subroutine fieldml_input_routines::fieldml_input_check_field_compatible (FIELDML_INFO, FIELD_HANDLE, ELEMENT_TYPE, ERR, ERROR,)
 Determines whether or not the given field evaluator can be parsed as an OpenCMISS field. More...
 
subroutine, public fieldml_input_routines::fieldmlinput_coordinatesystemcreatestart (FIELDML_INFO, EVALUATOR_NAME, COORDINATE_SYSTEM, USER_NUMBER, ERR, ERROR,)
 Creates an OpenCMISS coordinate system using relevant parameters from FieldML. Does not call CreateFinish. More...
 
subroutine, public fieldml_input_routines::fieldml_input_nodes_create_start (FIELDML_INFO, NODES_ARGUMENT_NAME, REGION, NODES, ERR, ERROR,)
 Creates an OpenCMISS nodes object using relevant parameters from FieldML. Does not call CreateFinish. More...
 
subroutine, public fieldml_input_routines::fieldml_input_mesh_create_start (FIELDML_INFO, MESH_ARGUMENT_NAME, MESH, MESH_NUMBER, REGION, ERR, ERROR,)
 Creates an OpenCMISS mesh using relevant parameters from FieldML. Does not call CreateFinish. More...
 
subroutine, public fieldml_input_routines::fieldml_input_basis_create_start (FIELDML_INFO, EVALUATOR_NAME, USER_NUMBER, BASIS, ERR, ERROR,)
 Creates an OpenCMISS basis object using relevant parameters from FieldML. Does not call CreateFinish. More...
 
subroutine, public fieldml_input_routines::fieldml_input_initialise_from_file (FIELDML_INFO, FILENAME, ERR, ERROR,)
 Initialize the given FieldML parsing state from the given FieldML file. More...
 
subroutine fieldml_input_routines::fieldml_input_read_order (FIELDML_INFO, ORDER_HANDLE, ORDER, COUNT, ERR, ERROR,)
 Reads an ensemble ordering using the given data source. More...
 
subroutine fieldml_input_routines::fieldml_input_reorder (INPUT_BUFFER, ORDER, COUNT, OUTPUT_BUFFER, ERR, ERROR,)
 Reorder the given values according to the given ordering. More...
 
subroutine, public fieldml_input_routines::fieldml_input_create_mesh_component (FIELDML_INFO, MESH, COMPONENT_NUMBER, EVALUATOR_NAME, ERR, ERROR,)
 Creates an OpenCMISS mesh component using relevant parameters from FieldML. Does not call CreateFinish. More...
 
subroutine, public fieldml_input_routines::fieldml_input_field_create_start (FIELDML_INFO, REGION, DECOMPOSITION, FIELD_NUMBER, FIELD, VARIABLE_TYPE, EVALUATOR_NAME, ERR, ERROR,)
 Creates an OpenCMISS field using relevant parameters from FieldML. Does not call CreateFinish. More...
 
subroutine, public fieldml_input_routines::fieldml_input_field_parameters_update (FIELDML_INFO, EVALUATOR_NAME, FIELD, VARIABLE_TYPE, SET_TYPE, ERR, ERROR,)
 Inputs from a FieldML file the parameters for a field variable parameter set. More...
 
subroutine fieldml_input_routines::fieldmlinput_fieldnodalparametersupdate (FIELDML_INFO, EVALUATOR_NAME, FIELD, VARIABLE_TYPE, SET_TYPE, ERR, ERROR,)
 Update the given field's nodal parameters using the given parameter evaluator. More...
 

Detailed Description

This module handles reading in FieldML files.

Author
Caton Little

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 fieldml_input_routines.f90.