Home
last modified time | relevance | path

Searched refs:narray (Results 1 – 3 of 3) sorted by relevance

/honee/problems/
H A Dgaussianwave.c32 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 Dbc_freestream.c132 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 Ddifferential_filter.c264 PetscInt narray = 3; in DifferentialFilterSetup() local
268 &narray, NULL)); in DifferentialFilterSetup()