Home
last modified time | relevance | path

Searched full:epicenter (Results 1 – 5 of 5) sorted by relevance

/honee/problems/
H A Dgaussianwave.c27 CeedScalar epicenter[3] = {0.}; // m in NS_GAUSSIAN_WAVE() local
33 …PetscCall(PetscOptionsScalarArray("-epicenter", "Coordinates of center of wave", NULL, epicenter, … 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()
40 for (int i = 0; i < 3; i++) epicenter[i] *= honee->units->meter; in NS_GAUSSIAN_WAVE()
64 PetscCall(PetscArraycpy(gausswave_ctx->epicenter, epicenter, 3)); in NS_GAUSSIAN_WAVE()
/honee/qfunctions/
H A Dgaussianwave.h13 CeedScalar epicenter[3]; // Location of the perturbation member
32 const CeedScalar xc = context->epicenter[0]; in IC_GaussianWave()
33 const CeedScalar yc = context->epicenter[1]; in IC_GaussianWave()
/honee/examples/
H A Dgaussianwave.yaml18 epicenter: 0.33,0.75,0
/honee/tests/
H A Dgaussianwave_cgns_load.yaml14 epicenter: 0.33,0.75,0
/honee/doc/
H A Dexamples.md18 …ively, and $(\bar{x}, \bar{y}) = (x-x_e, y-y_e)$ is the distance to the epicenter of the perturbat…
33 * - `-epicenter`