Searched refs:mesh_ynodes (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | blasius.c | 315 PetscReal *mesh_ynodes = NULL; in NS_BLASIUS() local 317 …if (strcmp(mesh_ynodes_path, "")) PetscCall(GetYNodeLocs(comm, mesh_ynodes_path, &mesh_ynodes, &me… in NS_BLASIUS() 318 …m->dim, mesh_growth, mesh_Ndelta, mesh_refine_height, mesh_top_angle, &mesh_ynodes, &mesh_nynodes)… in NS_BLASIUS() 319 PetscCall(PetscFree(mesh_ynodes)); in NS_BLASIUS()
|