Home
last modified time | relevance | path

Searched refs:epicenter (Results 1 – 4 of 4) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dgaussianwave.c47 CeedScalar epicenter[3] = {0.}; // m in NS_GAUSSIAN_WAVE() local
53 …PetscCall(PetscOptionsScalarArray("-epicenter", "Coordinates of center of wave", NULL, epicenter, … in NS_GAUSSIAN_WAVE()
60 for (int i = 0; i < 3; i++) epicenter[i] *= user->units->meter; in NS_GAUSSIAN_WAVE()
71 PetscCall(PetscArraycpy(gausswave_ctx->epicenter, epicenter, 3)); in NS_GAUSSIAN_WAVE()
/libCEED/examples/fluids/qfunctions/
H A Dgaussianwave.h20 CeedScalar epicenter[3]; // Location of the perturbation member
38 const CeedScalar xc = context->epicenter[0]; in IC_GaussianWave()
39 const CeedScalar yc = context->epicenter[1]; in IC_GaussianWave()
/libCEED/examples/fluids/
H A DREADME.md705 * - `-epicenter`
H A Dindex.md629 …ively, and $(\bar{x}, \bar{y}) = (x-x_e, y-y_e)$ is the distance to the epicenter of the perturbat…