Searched refs:narray (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | gaussianwave.c | 52 PetscInt narray = 3; in NS_GAUSSIAN_WAVE() local 53 …OptionsScalarArray("-epicenter", "Coordinates of center of wave", NULL, epicenter, &narray, NULL)); in NS_GAUSSIAN_WAVE() 54 …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 | 45 PetscInt narray = 3; in FreestreamBCSetup() local 46 …("-freestream_velocity", "Velocity at freestream condition", NULL, Y_inf.velocity, &narray, NULL)); in FreestreamBCSetup()
|
| /libCEED/examples/fluids/src/ |
| H A D | differential_filter.c | 248 PetscInt narray = 3; in DifferentialFilterSetup() local 252 &narray, NULL)); in DifferentialFilterSetup()
|