
Go to the source code of this file.
Functions | |
| CLINKAGE void | FEM_Mesh_detect_features (int fem_mesh) |
| FORTRAN_AS_C (FEM_MESH_DETECT_FEATURES, FEM_Mesh_detect_features, fem_mesh_detect_features,(int *fem_mesh),(*fem_mesh)) void FEM_Mesh | |
| A feature detection routine that will eventually work on triangular and tetrahedral meshes. | |
| FORTRAN_AS_C | ( | FEM_MESH_DETECT_FEATURES | , | |
| FEM_Mesh_detect_features | , | |||
| fem_mesh_detect_features | , | |||
| (int *fem_mesh) | , | |||
| * | fem_mesh | |||
| ) |
A feature detection routine that will eventually work on triangular and tetrahedral meshes.
Currently it just works on oriented triangle meshes in serial.
The vertices that look like they are on a boundary of {local mesh unioned with its ghosts} This is used as an intermediate result.
Definition at line 31 of file mesh_feature_detect.C.
References conn, elem, ghost(), MPI_Comm_rank, n, n1, n2, rank, size, and x.

1.5.5