Contains information on an interface mapping. TODO: Generalise to non-Lagrange multipler mappings.
More...
|
type(interface_equations_type), pointer | interface_equations |
| A pointer to the interface equations for this interface mapping. More...
|
|
logical | interface_mapping_finished |
| Is .TRUE. if the interface mapping has finished being created, .FALSE. if not. More...
|
|
integer(intg) | lagrange_variable_type |
| The variable type of the mapped Lagrange field variable. More...
|
|
type(field_variable_type), pointer | lagrange_variable |
| A pointer to the variable that is mapped to the Lagrange multiplier field variable. More...
|
|
integer(intg) | number_of_columns |
| The number of columns in the interface mapping. More...
|
|
integer(intg) | total_number_of_columns |
| The total number of columns in the interface mapping. More...
|
|
integer(intg) | number_of_global_columns |
| The global number of columns in the interface mapping. More...
|
|
type(domain_mapping_type), pointer | column_dofs_mapping |
| A pointer to the domain mapping for the columns. More...
|
|
integer(intg), dimension(:), allocatable | lagrange_dof_to_column_map |
| LAGRANGE_DOF_TO_COLUMN_MAP(dof_idx). The mapping from the dof_idx'th Lagrange dof to the interface matrices column. More...
|
|
integer(intg) | number_of_interface_matrices |
| The number of interface matrices that the mapping is set up for. More...
|
|
type(interface_matrix_to_var_map_type), dimension(:), allocatable | interface_matrix_rows_to_var_maps |
| INTERFACE_MATRIX_ROWS_TO_VAR_MAPS(interface_matrix_idx). Information for the interface matrix rows to dependent variable maps for the interface_matrix_idx'th interface matrix. More...
|
|
type(interface_mapping_rhs_type), pointer | rhs_mapping |
| A pointer to the interface mapping for the RHS vector. More...
|
|
type(interface_mapping_create_values_cache_type), pointer | create_values_cache |
|
Contains information on an interface mapping. TODO: Generalise to non-Lagrange multipler mappings.
Definition at line 2065 of file types.f90.