TYPE mesh_location = EXTENSIBLE ENUMERATION OF ( unspecified, application_defined, vertices, cell_centre, face_centre, iface_centre, jface_centre, kface_centre, edge_centre ); END_TYPE; -- mesh_location |
Usersmbna_bc.gridlocmbna_bc_dataset.gridloc mbna_discrete_data.gridloc mbna_solution.gridloc mismatched_mesh_connection.gridloc |
public final class EMesh_locationstatic final int UNSPECIFIED = 1static final int APPLICATION_DEFINED = 2 static final int VERTICES = 3 static final int CELL_CENTRE = 4 static final int FACE_CENTRE = 5 static final int IFACE_CENTRE = 6 static final int JFACE_CENTRE = 7 static final int KFACE_CENTRE = 8 static final int EDGE_CENTRE = 9 static String[] values = {"UNSPECIFIED", "APPLICATION_DEFINED", "VERTICES", "CELL_CENTRE", "FACE_CENTRE", "IFACE_CENTRE", "JFACE_CENTRE", "KFACE_CENTRE", "EDGE_CENTRE"} static int toInt(String str) static String toString(int value) |