OpenCMISS-Iron Internal API Documentation
|
This module handles all constants shared across interface condition routines. More...
Go to the source code of this file.
Modules | |
module | interface_conditions_constants |
This module defines all constants shared across interface condition routines. | |
Variables | |
integer(intg), parameter | interface_conditions_constants::interface_condition_lagrange_multipliers_method =1 |
Lagrange multipliers interface condition method. More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_augmented_lagrange_method =2 |
Augmented Lagrange multiplers interface condition method. More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_penalty_method =3 |
Penalty interface condition method. More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_point_to_point_method =4 |
Point to point interface condition method. More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_field_continuity_operator =1 |
Continuous field operator, i.e., lambda.(u_1-u_2). More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_field_normal_continuity_operator =2 |
Continuous field normal operator, i.e., lambda(u_1.n_1-u_2.n_2). More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_fls_contact_operator =3 |
Frictionless contact operator, i.e., lambda.(x_1.n-x_2.n). More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_fls_contact_reproject_operator =4 |
Frictionless contact operator, reproject at each newton iteration and has geometric linearisation terms i.e., lambda.(x_1.n-x_2.n). More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_solid_fluid_operator =5 |
Solid fluid operator, i.e., lambda.(v_f-du_s/dt). More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_solid_fluid_normal_operator =6 |
Solid fluid normal operator, i.e., lambda(v_f.n_f-du_s/dt.n_s). More... | |
integer(intg), parameter | interface_conditions_constants::number_of_interface_condition_linearity_types =3 |
The number of interface conditions linearity types defined. More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_linear =1 |
The interface conditions are linear. More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_nonlinear =2 |
The interface conditions are non-linear. More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_nonlinear_bcs =3 |
The interface conditions have non-linear boundary conditions. More... | |
integer(intg), parameter | interface_conditions_constants::number_of_interface_condition_time_types =5 |
The number of interface conditions time dependence types defined. More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_static =1 |
The interface conditions are static and have no time dependence. More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_quasistatic =2 |
The interface conditions are quasi-static. More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_first_order_dynamic =3 |
The interface conditions are first order dynamic. More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_second_order_dynamic =4 |
The interface conditions are a second order dynamic. More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_time_stepping =5 |
The interface conditions are for time stepping. More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_gauss_integration =1 |
Gauss points integration type, i.e. Loop over element Gauss points and sum up their contribution. More... | |
integer(intg), parameter | interface_conditions_constants::interface_condition_data_points_integration =2 |
Data points integration type i.e. Loop over data points and sum up their contribution. More... | |
This module handles all constants shared across interface condition routines.
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 interface_conditions_constants.f90.