Home
last modified time | relevance | path

Searched full:implicit (Results 1 – 25 of 100) sorted by relevance

1234

/libCEED/examples/fluids/problems/
H A Deulervortex.c24 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 Dshocktube.c23 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 Dadvection.c94 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 Dnewtonian.c221 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 Dchannel.c83 channel_ctx->implicit = user->phys->implicit; in NS_CHANNEL()
/libCEED/examples/fluids/
H A Dnavierstokes.c23 …anwave-explicit.bin -dm_plex_box_faces 2,2,1 -ts_max_steps 5 -degree 3 -implicit false -ts_type rk…
41implicit, no stabilization") -ceed {ceed_resource} -test_type solver -degree 3 -dm_plex_box_faces …
42implicit, SUPG stabilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS .…
43implicit, SU stabilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS .3 …
45implicit, SUPG stabilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS .…
46implicit") -ceed {ceed_resource} -test_type solver -problem euler_vortex -degree 3 -dm_plex_box_fa…
H A Dchannel.yaml5 implicit: true
H A Dadvection.yaml26 implicit:
H A Dgaussianwave.yaml30 implicit: true
H A Dblasius.yaml3 implicit: true
/libCEED/examples/fluids/qfunctions/
H A Dchannel.h22 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 Dblasius.h23 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 Dblasius_test.yaml3 implicit: true
H A Dblasius_stgtest.yaml3 implicit: true
H A Dstats_test.yaml3 implicit: true
/libCEED/examples/ceed/
H A Dex1-volume-f.f9043 implicit none
77 implicit none
158 implicit none
194 implicit none
254 implicit none
/libCEED/tests/
H A Dt000-ceed-f.f903 implicit none
H A Dt004-ceed-f.f903 implicit none
H A Dt003-ceed-f.f903 implicit none
H A Dt001-ceed-f.f903 implicit none
H A Dt413-qfunction-f.f903 implicit none
H A Dt212-elemrestriction-f.f903 implicit none
H A Dt211-elemrestriction-f.f903 implicit none
H A Dt102-vector-f.f903 implicit none
H A Dt306-basis-f.f903 implicit none

1234