Searched refs:narray (Results 1 – 3 of 3) sorted by relevance
| /honee/problems/ |
| H A D | gaussianwave.c | 32 PetscInt narray = 3; in NS_GAUSSIAN_WAVE() local 33 …OptionsScalarArray("-epicenter", "Coordinates of center of wave", NULL, epicenter, &narray, NULL)); in NS_GAUSSIAN_WAVE() 34 …PetscCheck(narray == 3, comm, PETSC_ERR_ARG_SIZ, "-epicenter should recieve array of size 3, inste… in NS_GAUSSIAN_WAVE()
|
| H A D | bc_freestream.c | 132 PetscInt narray = 3; in FreestreamBCSetup() local 133 …("-freestream_velocity", "Velocity at freestream condition", NULL, Y_inf.velocity, &narray, NULL)); in FreestreamBCSetup()
|
| /honee/src/ |
| H A D | differential_filter.c | 264 PetscInt narray = 3; in DifferentialFilterSetup() local 268 &narray, NULL)); in DifferentialFilterSetup()
|