Searched refs:V (Results 1 – 8 of 8) sorted by relevance
| /honee/qfunctions/ |
| H A D | newtonian_state.h | 36 CEED_QFUNCTION_HELPER void UnpackState_V(StateEntropy s, CeedScalar V[5]) { in UnpackState_V() 37 V[0] = s.S_density; in UnpackState_V() 38 for (int i = 0; i < 3; i++) V[i + 1] = s.S_momentum[i]; in UnpackState_V() 39 V[4] = s.S_energy; in UnpackState_V() 92 StateEntropy V; in StateEntropyFromPrimitive() local 99 V.S_density = (gamma - entropy) / (gamma - 1) - rho_div_p * e_kinetic; in StateEntropyFromPrimitive() 100 for (int i = 0; i < 3; i++) V.S_momentum[i] = rho_div_p * Y.velocity[i]; in StateEntropyFromPrimitive() 101 V.S_energy = -rho_div_p; in StateEntropyFromPrimitive() 102 return V; in StateEntropyFromPrimitive() 123 …NCTION_HELPER StatePrimitive StatePrimitiveFromEntropy(NewtonianIGProperties gas, StateEntropy V) { in StatePrimitiveFromEntropy() argument [all …]
|
| H A D | sgs_dd_model.h | 46 CeedScalar V[20] = {0.}; in DataDrivenInference() local 48 CopyN(bias1, V, num_neurons); in DataDrivenInference() 49 MatVecNM(weight1, inputs, num_neurons, num_inputs, CEED_NOTRANSPOSE, V); in DataDrivenInference() 50 LeakyReLU(V, alpha, num_neurons); in DataDrivenInference() 52 MatVecNM(weight2, V, num_outputs, num_neurons, CEED_NOTRANSPOSE, outputs); in DataDrivenInference()
|
| /honee/src/ |
| H A D | petsc_ops.c | 26 Vec V; in DMGetGlobalVectorInfo() local 29 PetscCall(DMGetGlobalVector(dm, &V)); in DMGetGlobalVectorInfo() 30 if (local_size) PetscCall(VecGetLocalSize(V, local_size)); in DMGetGlobalVectorInfo() 31 if (global_size) PetscCall(VecGetSize(V, global_size)); in DMGetGlobalVectorInfo() 32 if (vec_type) PetscCall(VecGetType(V, vec_type)); in DMGetGlobalVectorInfo() 33 PetscCall(DMRestoreGlobalVector(dm, &V)); in DMGetGlobalVectorInfo()
|
| /honee/ |
| H A D | Makefile | 153 $(info VERBOSE = $(or $(V),(empty)) [verbose=$(if $(V),on,off)]) 338 tst : ;@$(MAKE) $(MFLAGS) V=$(V) test 347 prv : ;@$(MAKE) $(MFLAGS) V=$(V) prove
|
| H A D | common.mk | 19 quiet = $(if $(V),$($(1)),$(call output,$1,$@);$($(1)))
|
| /honee/doc/ |
| H A D | examples.md | 385 u &= V'_x + V \sin(\hat x) \cos(\hat y) \sin(\hat z) \\ 386 v &= V'_y - V \cos(\hat x) \sin(\hat y) \sin(\hat z) \\ 387 w &= V'_z\\ 393 … length of the domain in that specific direction, $V$ is the magnitude of the vortex velocity, and… 397 …e_{velocity,pressure,temperature}` flags (Euclidean norm of `-reference_velocity` is used for $V$).
|
| H A D | auxiliary.md | 26 Define a function space on the parent grid as $\mathcal{V}_p^\mathrm{parent} = \{ \bm v(\bm x) \in … 29 …h results in functions of degree higher than the parent FEM space, $\mathcal{V}_p^\mathrm{parent}$. 43 where $\bm M$ is the mass matrix for $\mathcal{V}_p^\mathrm{parent}$, $u_N$ the coefficients of the… 184 \int_\Omega v \phi \, , \; \forall v \in \mathcal{V}_p
|
| H A D | theory.md | 88 …dot \bm{F}(\bm{q}_N) - \bm{S}(\bm{q}_N) \right) \,dV = 0 \, , \; \forall \bm v \in \mathcal{V}_p\,, 91 with $\mathcal{V}_p = \{ \bm v(\bm x) \in H^{1}(\Omega_e) \,|\, \bm v(\bm x_e(\bm X)) \in P_p(\bm{I… 100 &= 0 \, , \; \forall \bm v \in \mathcal{V}_p \,, 188 \, , \; \forall \bm v \in \mathcal{V}_p 204 & = 0 \, , \; \forall \bm v \in \mathcal{V}_p
|