Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dstrong_boundary_conditions.h11 CeedScalar(*coords_stored)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in SetupStrongBC() local
16 for (int j = 0; j < 3; j++) coords_stored[j][i] = coords[j][i]; in SetupStrongBC()