Searched refs:vector (Results 1 – 11 of 11) sorted by relevance
| /honee/qfunctions/ |
| H A D | sgs_dd_utils.h | 25 CEED_QFUNCTION_HELPER void OrientBasisWithVector(CeedScalar basis[3][3], const CeedScalar vector[3]… in OrientBasisWithVector() 28 MatVec3(basis, vector, CEED_NOTRANSPOSE, alignment); in OrientBasisWithVector()
|
| /honee/doc/ |
| H A D | theory.md | 20 …vector velocity field), $E$ the total energy density (defined as $E = \rho e$, where $e$ is the to… 28 The system {eq}`eq-ns` can be rewritten in vector form 32 $$ (eq-vector-ns) 34 for the state variables 5-dimensional vector 85 To obtain a finite element discretization, we first multiply the strong form {eq}`eq-vector-ns` by … 102 $$ (eq-weak-vector-ns) 171 We solve {eq}`eq-weak-vector-ns` using a Galerkin discretization (default) or a stabilized method, … 178 …ighted residual of the strong form {eq}`eq-vector-ns` is added to the Galerkin formulation {eq}`eq… 190 $$ (eq-weak-vector-ns-supg) 196 …This method is a simplified version of *SUPG* {eq}`eq-weak-vector-ns-supg` which is developed for … [all …]
|
| H A D | examples.md | 453 - Background velocity vector 497 …nt length in the direction of the density gradient unit vector. This density gradient unit vector … 552 with $\bm{u}$ the vector velocity field and $\kappa$ the diffusion coefficient. 601 …nflow boundaries such that the weak form boundary integral in {eq}`eq-weak-vector-ns` is defined as 608 The weak form boundary integral in {eq}`eq-weak-vector-ns` for outflow boundary conditions is defin… 673 - Constant wind vector when `-wind_type translation`
|
| H A D | auxiliary.md | 348 The most basic functionality for *in situ* data analysis is to simply place the solution vector int… 349 The solution vector added includes all periodic and strong boundaries, i.e. it includes the entire …
|
| H A D | runtime_options.md | 459 - Gravitational acceleration vector
|
| /honee/src/ |
| H A D | dm-utils.c | 890 CeedVector vector; // !< `CeedVector` containing copy of data from a `Vec` member 907 …PetscCallCeed(CeedVectorReturnCeed(vec_and_state->vector), CeedVectorDestroy(&vec_and_state->vecto… in CeedVectorAndStateDestroy() 926 … CeedElemRestriction *elem_restr, CeedBasis *basis, CeedVector *vector) { in DMPlexCeedCoordinateCreateField() argument 936 if (vector) { in DMPlexCeedCoordinateCreateField() 954 *vector = NULL; in DMPlexCeedCoordinateCreateField() 955 PetscCallCeed(ceed, CeedVectorReferenceCopy(vec_and_state->vector, vector)); in DMPlexCeedCoordinateCreateField() 957 PetscCall(CeedElemRestrictionCreateVector(elem_restr_, vector, NULL)); in DMPlexCeedCoordinateCreateField() 958 PetscCall(VecCopyPetscToCeed(X_loc, *vector)); in DMPlexCeedCoordinateCreateField() 962 PetscCallCeed(ceed, CeedVectorReferenceCopy(*vector, &vec_and_state->vector)); in DMPlexCeedCoordinateCreateField()
|
| H A D | diff_flux_projection.c | 107 … CeedVector *vector, CeedEvalMode *eval_mode) { in DivDiffFluxProjectionGetOperatorFieldData() argument 113 …if (vector) PetscCallCeed(ceed, CeedVectorReferenceCopy(diff_flux_proj->div_diff_flux_ceed, vector… in DivDiffFluxProjectionGetOperatorFieldData()
|
| /honee/include/ |
| H A D | dm-utils.h | 21 … CeedElemRestriction *elem_restr, CeedBasis *basis, CeedVector *vector);
|
| H A D | navierstokes.h | 350 … CeedVector *vector, CeedEvalMode *eval_mode);
|
| /honee/ |
| H A D | CHANGELOG.md | 36 - Add `-ts_monitor_smartsim_solution` for writing solution vector to SmartSim database
|
| H A D | Doxyfile | 385 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
|