Home
last modified time | relevance | path

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

/libCEED/doc/img/tex/
H A DlibCEEDBackends.tex19 \begin{scope}[shift={(0,-0.6)}]
58 \begin{scope}[shift={(3.2,0)}]
59 \begin{scope}[shift={(0,-0.6)}]
78 \begin{scope}[shift={(6.4,0)}]
79 \begin{scope}[shift={(0,-0.6)}]
146 \begin{scope}[shift={(9.6,0)}]
147 \begin{scope}[shift={(0,-0.6)}]
/libCEED/doc/img/
H A DlibCEEDBackends.tex21 \begin{scope}[shift={(0,-0.6)}]
61 \begin{scope}[shift={(3.2,0)}]
62 \begin{scope}[shift={(0,-0.6)}]
81 \begin{scope}[shift={(6.4,0)}]
82 \begin{scope}[shift={(0,-0.6)}]
152 \begin{scope}[shift={(9.6,0)}]
153 \begin{scope}[shift={(0,-0.6)}]
/libCEED/examples/fluids/src/
H A Dsetupts.c152 PetscErrorCode FormIJacobian_NS(TS ts, PetscReal t, Vec Q, Vec Q_dot, PetscReal shift, Mat J, Mat J… in FormIJacobian_NS() argument
162 PetscCall(MatCeedSetContextReal(user->mat_ijacobian, "ijacobian time shift", shift)); in FormIJacobian_NS()
/libCEED/interface/
H A Dceed-preconditioning.c1363 CeedInt num_elem, num_comp, shift, elem_size, comp_stride, *point_block_offsets; in CeedOperatorCreateActivePointBlockRestriction() local
1376 shift = num_comp; in CeedOperatorCreateActivePointBlockRestriction()
1377 if (comp_stride != 1) shift *= num_comp; in CeedOperatorCreateActivePointBlockRestriction()
1380 point_block_offsets[i] = offsets[i] * shift; in CeedOperatorCreateActivePointBlockRestriction()
/libCEED/examples/fluids/
H A Dindex.md160 …The scalar "shift" $\alpha$ scales inversely with the time step $\Delta t$, so small time steps re…