Searched refs:method (Results 1 – 10 of 10) sorted by relevance
| /honee/src/ |
| H A D | diff_flux_projection.c | 36 .method = divFdiffproj_method, in DivDiffFluxProjectionCreate() 44 switch (diff_flux_proj_->method) { in DivDiffFluxProjectionCreate() 350 switch (diff_flux_proj->method) { in DivDiffFluxProjectionApply() 413 DivDiffFluxProjectionMethods[diff_flux_proj->method]); in DivDiffFluxProjectionApply()
|
| /honee/doc/ |
| H A D | theory.md | 117 The following explicit formulation is solved with the adaptive Runge-Kutta-Fehlberg (RKF4-5) method… 143 …is time stepping method which can be selected using the option `-implicit` is solved with Backward… 171 We solve {eq}`eq-weak-vector-ns` using a Galerkin discretization (default) or a stabilized method, … 178 …In this method, the weighted residual of the strong form {eq}`eq-vector-ns` is added to the Galerk… 179 The weak form for this method is given as 196 …method is a simplified version of *SUPG* {eq}`eq-weak-vector-ns-supg` which is developed for debug… 351 Indirect projection is the method presented in {cite}`jansenDiffFluxProjection1999`. 357 This method can be selected with `-div_diff_flux_projection_method indirect`. 360 In the direct projection method, we perform an $L^2$ projection of the divergence of the diffusive … 383 The $L^2$ projection in either method uses the standard mass matrix, which is rowsum lumped for per… [all …]
|
| H A D | references.bib | 34 title = {The finite element method: linear static and dynamic finite element analysis}, 193 …n the choice and implementation of BCs and the underlying discretization method. It is important t…
|
| H A D | runtime_options.md | 394 The `zbox` method uses [Z-ordering](https://en.wikipedia.org/wiki/Z-order_curve) to construct the m… 409 - Stabilization method (`none`, `su`, or `supg`)
|
| H A D | examples.md | 75 Forces on the cylinder walls are computed using the "reaction force" method, which is variationally… 366 … approach has been taken here, specifically using a *synthetic turbulence generation* (STG) method. 526 - Stabilization method (`none`, `su`, or `supg`) 633 - Stabilization method (`none`, `su`, or `supg`)
|
| H A D | auxiliary.md | 70 With this method of calculating the running time average, we can plug this into the $L^2$ projectio…
|
| /honee/include/ |
| H A D | navierstokes.h | 123 DivDiffFluxProjectionMethod method; member
|
| /honee/problems/ |
| H A D | advection.c | 579 switch (honee->diff_flux_proj->method) { in NS_ADVECTION()
|
| H A D | newtonian.c | 581 switch (honee->diff_flux_proj->method) { in NS_NEWTONIAN_IG()
|
| /honee/ |
| H A D | Doxyfile | 2605 # dependency graph for every global function or class method. 2617 # dependency graph for every global function or class method.
|