Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dsgs_dd_utils.h25 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 Dtheory.md20vector 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 Dexamples.md453 - 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 Dauxiliary.md348 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 Druntime_options.md459 - Gravitational acceleration vector
/honee/src/
H A Ddm-utils.c890 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 Ddiff_flux_projection.c107 … 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 Ddm-utils.h21 … CeedElemRestriction *elem_restr, CeedBasis *basis, CeedVector *vector);
H A Dnavierstokes.h350 … CeedVector *vector, CeedEvalMode *eval_mode);
/honee/
H A DCHANGELOG.md36 - Add `-ts_monitor_smartsim_solution` for writing solution vector to SmartSim database
H A DDoxyfile385 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want