Searched full:implicit (Results 1 – 25 of 100) sorted by relevance
1234
| /libCEED/examples/fluids/problems/ |
| H A D | eulervortex.c | 24 PetscBool implicit; in NS_EULER_VORTEX() local 78 …PetscCall(PetscOptionsBool("-implicit", "Use implicit (IFunction) formulation", NULL, implicit = P… in NS_EULER_VORTEX() 90 if (stab == STAB_SUPG && !implicit) { in NS_EULER_VORTEX() 91 PetscCall(PetscPrintf(comm, "Warning! Use -stab supg only with -implicit\n")); in NS_EULER_VORTEX() 117 user->phys->implicit = implicit; in NS_EULER_VORTEX() 119 euler_ctx->implicit = implicit; in NS_EULER_VORTEX()
|
| H A D | shocktube.c | 23 PetscBool implicit; in NS_SHOCKTUBE() local 77 …PetscCall(PetscOptionsBool("-implicit", "Use implicit (IFunction) formulation", NULL, implicit = P… in NS_SHOCKTUBE() 92 if (yzb && implicit) { in NS_SHOCKTUBE() 124 user->phys->implicit = implicit; in NS_SHOCKTUBE() 125 shocktube_ctx->implicit = implicit; in NS_SHOCKTUBE()
|
| H A D | advection.c | 94 PetscBool implicit; in NS_ADVECTION() local 186 …PetscCall(PetscOptionsBool("-implicit", "Use implicit (IFunction) formulation", NULL, implicit = P… in NS_ADVECTION() 249 user->phys->implicit = implicit; in NS_ADVECTION() 252 advection_ctx->implicit = implicit; in NS_ADVECTION()
|
| H A D | newtonian.c | 221 PetscBool implicit; in NS_NEWTONIAN_IG() local 341 …PetscCall(PetscOptionsBool("-implicit", "Use implicit (IFunction) formulation", NULL, implicit = P… in NS_NEWTONIAN_IG() 360 PetscCheck(!(state_var == STATEVAR_PRIMITIVE && !implicit), comm, PETSC_ERR_SUP, in NS_NEWTONIAN_IG() 361 …unction is not provided for primitive variables (use -state_var primitive only with -implicit)\n"); in NS_NEWTONIAN_IG() 374 …if (stab == STAB_SUPG && !implicit) problem->create_mass_operator = CreateKSPMassOperator_Newtonia… in NS_NEWTONIAN_IG() 410 user->phys->implicit = implicit; in NS_NEWTONIAN_IG() 426 newtonian_ig_ctx->is_implicit = implicit; in NS_NEWTONIAN_IG()
|
| H A D | channel.c | 83 channel_ctx->implicit = user->phys->implicit; in NS_CHANNEL()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 23 …anwave-explicit.bin -dm_plex_box_faces 2,2,1 -ts_max_steps 5 -degree 3 -implicit false -ts_type rk… 41 …implicit, no stabilization") -ceed {ceed_resource} -test_type solver -degree 3 -dm_plex_box_faces … 42 …implicit, SUPG stabilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS .… 43 …implicit, SU stabilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS .3 … 45 …implicit, SUPG stabilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS .… 46 …implicit") -ceed {ceed_resource} -test_type solver -problem euler_vortex -degree 3 -dm_plex_box_fa…
|
| H A D | channel.yaml | 5 implicit: true
|
| H A D | advection.yaml | 26 implicit:
|
| H A D | gaussianwave.yaml | 30 implicit: true
|
| H A D | blasius.yaml | 3 implicit: true
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | channel.h | 22 bool implicit; // !< Using implicit timesteping or not member 93 const bool is_implicit = context->implicit; in Channel_Inflow() 154 const bool is_implicit = context->implicit; in Channel_Outflow()
|
| H A D | blasius.h | 23 bool implicit; // !< Using implicit timesteping or not member 139 const bool is_implicit = context->implicit; in Blasius_Inflow() 195 const bool is_implicit = context->implicit; in Blasius_Inflow_Jacobian()
|
| /libCEED/examples/fluids/tests-output/ |
| H A D | blasius_test.yaml | 3 implicit: true
|
| H A D | blasius_stgtest.yaml | 3 implicit: true
|
| H A D | stats_test.yaml | 3 implicit: true
|
| /libCEED/examples/ceed/ |
| H A D | ex1-volume-f.f90 | 43 implicit none 77 implicit none 158 implicit none 194 implicit none 254 implicit none
|
| /libCEED/tests/ |
| H A D | t000-ceed-f.f90 | 3 implicit none
|
| H A D | t004-ceed-f.f90 | 3 implicit none
|
| H A D | t003-ceed-f.f90 | 3 implicit none
|
| H A D | t001-ceed-f.f90 | 3 implicit none
|
| H A D | t413-qfunction-f.f90 | 3 implicit none
|
| H A D | t212-elemrestriction-f.f90 | 3 implicit none
|
| H A D | t211-elemrestriction-f.f90 | 3 implicit none
|
| H A D | t102-vector-f.f90 | 3 implicit none
|
| H A D | t306-basis-f.f90 | 3 implicit none
|
1234