#include "petscmesh.h" PetscErrorCode MeshCreatePCICE(MPI_Comm comm, const int dim, const char coordFilename[], const char adjFilename[], const char bcFilename[], const int numBdFaces, const int numBdVertices, Mesh *mesh)Not Collective
dim | - The topological mesh dimension | |
coordFilename | - The file containing vertex coordinates | |
adjFilename | - The file containing the vertices for each element | |
bcFilename | - The file containing the boundary topology and conditions | |
numBdFaces | - The number of boundary faces (or edges) | |
numBdVertices | - The number of boundary vertices |
Level:beginner
Location:src/dm/mesh/mesh.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages