Home
last modified time | relevance | path

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

/libCEED/examples/solids/problems/
H A Dlinear.c25 .residual = ElasResidual_Linear,
H A Dfinite-strain-mooney-rivlin.c27 .residual = ElasFSResidual_MR,
H A Dfinite-strain-neo-hookean.c27 .residual = ElasFSResidual_NH,
/libCEED/examples/solids/include/
H A Dstructs.h131 CeedQFunctionUser setup_geo, residual, jacobian, energy, diagnostic, true_soln; member
/libCEED/doc/sphinx/source/
H A DlibCEEDapi.md14 We start by considering the discrete residual $F(u)=0$ formulation in weak form.
27 $$ (residual)
30 We notice here that $\bm f_0$ represents all terms in {eq}`residual` which multiply the (possibly v…
40 If equation {eq}`residual` only presents a term of the type $\bm f_0$, the {ref}`CeedQFunction` wil…
41 If equation {eq}`residual` also presents a term of the type $\bm f_1$, then the {ref}`CeedQFunction…
168 …hase may be done as a side-effect of evaluating a different operator, such as a nonlinear residual.
/libCEED/examples/solids/src/
H A Dsetup-libceed.c241 …CeedQFunctionCreateInterior(ceed, 1, problem_data.residual, problem_data.residual_loc, &qf_residua… in SetupLibceedFineLevel()
/libCEED/doc/papers/joss/
H A Dpaper.md95 …_e$ and basis actions $B_e$ for each element, we can express the global residual in operator notat…
/libCEED/examples/fluids/
H A DREADME.md335 - Strong (1) or weak/integrated by parts (0) residual
H A Dindex.md174 …In this method, the weighted residual of the strong form {eq}`eq-vector-ns` is added to the Galerk…
207 …ubgrid state fluctuations $\tilde{\bm q} = -\bm\tau \bm r$ where $\bm r$ is a strong form residual.
/libCEED/examples/solids/
H A Dindex.md510 …is either stored or recomputed from its definition exactly as in the nonlinear residual evaluation.