|
integer | user_number |
| The user defined identifier for the interface. The user number must be unique. More...
|
|
integer | global_number |
| The global number of the interface in the list of interfaces for a particular parent region. More...
|
|
logical | interface_finished |
| Is .TRUE. if the interface has finished being created, .FALSE. if not. More...
|
|
type(varying_string) | label |
| A user defined label for the region. More...
|
|
type(coordinate_system_type), pointer | coordinate_system |
| A pointer to the coordinate system used by the interface. More...
|
|
type(interfaces_type), pointer | interfaces |
| A pointer back to the parent interfaces. More...
|
|
type(region_type), pointer | parent_region |
| A point to the parent region containing the interface. More...
|
|
integer(intg) | number_of_coupled_meshes |
| The number of coupled meshes in the interface. More...
|
|
type(mesh_ptr_type), dimension(:), pointer | coupled_meshes |
| COUPLED_MESHES(mesh_idx). COUPLED_MESHES(mesh_idx)PTR is the pointer to the mesh_idx'th mesh involved in the interface. More...
|
|
type(interface_mesh_connectivity_type), pointer | mesh_connectivity |
| A pointer to the meshes connectivity the interface. More...
|
|
type(interfacepointsconnectivitytype), pointer | pointsconnectivity |
| A pointer to the points connectivity the interface. More...
|
|
type(data_points_type), pointer | data_points |
| A pointer to the data points defined in an interface. More...
|
|
type(nodes_type), pointer | nodes |
| A pointer to the nodes in an interface. More...
|
|
type(meshes_type), pointer | meshes |
| A pointer to the mesh in an interface. More...
|
|
type(generated_meshes_type), pointer | generated_meshes |
| A pointer to the generated meshes in an interface. More...
|
|
type(fields_type), pointer | fields |
| A pointer to the fields defined over an interface. More...
|
|
type(interface_conditions_type), pointer | interface_conditions |
| The pointer to the interface conditions for this interface. More...
|
|
Contains information for the interface data.
Definition at line 2228 of file types.f90.