Home
last modified time | relevance | path

Searched refs:model_flag (Results 1 – 25 of 27) sorted by relevance

12

/dports/biology/py-biopython/biopython-1.79/Bio/PDB/
H A DPDBIO.py322 model_flag = 1
324 model_flag = 0
334 if model_flag:
389 if model_flag and model_residues_written:
/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_navsto_system.c267 if ((nsp->model_flag & (CS_NAVSTO_MODEL_PASSIVE_THERMAL_TRACER | in cs_navsto_system_update_model()
273 nsp->model_flag |= CS_NAVSTO_MODEL_PASSIVE_THERMAL_TRACER; in cs_navsto_system_update_model()
297 cs_navsto_param_model_flag_t model_flag, in cs_navsto_system_activate() argument
313 model_flag, in cs_navsto_system_activate()
968 if ((nsp->model_flag & (CS_NAVSTO_MODEL_BOUSSINESQ | in cs_navsto_system_finalize_setup()
1434 if (nsp->model_flag & CS_NAVSTO_MODEL_PASSIVE_THERMAL_TRACER) { in cs_navsto_system_compute_steady_state()
1461 else if (cs_flag_test(nsp->model_flag, CS_NAVSTO_MODEL_BOUSSINESQ) && in cs_navsto_system_compute_steady_state()
1462 cs_flag_test(nsp->model_flag, in cs_navsto_system_compute_steady_state()
1596 if (nsp->model_flag & CS_NAVSTO_MODEL_PASSIVE_THERMAL_TRACER) { in cs_navsto_system_compute()
1626 else if (cs_flag_test(nsp->model_flag, CS_NAVSTO_MODEL_BOUSSINESQ) && in cs_navsto_system_compute()
[all …]
H A Dcs_navsto_param.h624 cs_navsto_param_model_flag_t model_flag; member
1076 if (nsp->model_flag & CS_NAVSTO_MODEL_STEADY) in cs_navsto_param_is_steady()
1132 cs_navsto_param_model_flag_t model_flag,
H A Dcs_navsto_param.c303 cs_navsto_param_model_flag_t model_flag, in _navsto_param_sles_create() argument
306 CS_UNUSED(model_flag); in _navsto_param_sles_create()
628 cs_navsto_param_model_flag_t model_flag, in cs_navsto_param_create() argument
641 nsp->model_flag = model_flag; in cs_navsto_param_create()
682 if (model_flag & CS_NAVSTO_MODEL_STEADY) in cs_navsto_param_create()
699 nsp->sles_param = _navsto_param_sles_create(model, model_flag, algo_coupling); in cs_navsto_param_create()
1414 if (nsp->model_flag & CS_NAVSTO_MODEL_GRAVITY_EFFECTS) in cs_navsto_param_log()
1418 if (nsp->model_flag & CS_NAVSTO_MODEL_CORIOLIS_EFFECTS) in cs_navsto_param_log()
1422 if (nsp->model_flag & CS_NAVSTO_MODEL_BOUSSINESQ) { in cs_navsto_param_log()
1577 nsp->model_flag |= CS_NAVSTO_MODEL_BOUSSINESQ; in cs_navsto_param_add_boussinesq_term()
H A Dcs_navsto_system.h424 cs_navsto_param_model_flag_t model_flag,
H A Dcs_cdofb_navsto.c2022 if (nsp->model_flag & CS_NAVSTO_MODEL_BOUSSINESQ) { in cs_cdofb_navsto_set_gravity_func()
2041 else if (nsp->model_flag & CS_NAVSTO_MODEL_GRAVITY_EFFECTS) in cs_cdofb_navsto_set_gravity_func()
2068 assert(nsp->model_flag & CS_NAVSTO_MODEL_GRAVITY_EFFECTS); in cs_cdofb_navsto_gravity_term()
2110 assert(nsp->model_flag & CS_NAVSTO_MODEL_BOUSSINESQ); in cs_cdofb_navsto_boussinesq_at_cell()
2170 assert(nsp->model_flag & CS_NAVSTO_MODEL_BOUSSINESQ); in cs_cdofb_navsto_boussinesq_at_face()
H A Dcs_cdofb_monolithic_sles.c623 if (nsp->model_flag & CS_NAVSTO_MODEL_STEADY) in _diag_schur_approximation()
783 if (nsp->model_flag & CS_NAVSTO_MODEL_STEADY) in _invlumped_schur_approximation()
1086 if (nsp->model_flag & CS_NAVSTO_MODEL_STEADY) in _scaled_mass_sbp()
H A Dcs_cdofb_monolithic.c2303 if (nsp->model_flag & CS_NAVSTO_MODEL_WITH_SOLIDIFICATION) in cs_cdofb_monolithic_init_scheme_context()
/dports/math/yices/yices-2.6.2/src/frontend/
H A Dyices_sat.c295 model_flag, enumerator
306 { "model", 'm', FLAG_OPTION, model_flag },
392 case model_flag: in parse_command_line()
H A Dyices_sat_new.c452 model_flag, enumerator
483 { "model", 'm', FLAG_OPTION, model_flag },
652 case model_flag: in parse_command_line()
/dports/multimedia/vmaf/vmaf-2.3.0/python/vmaf/core/
H A Dquality_runner.py512 model_flag = None
516 model_flag = transform_dict['enabled']
523 if model_flag is None and kwargs_flag is not None:
525 elif model_flag is not None and kwargs_flag is None:
526 return model_flag
527 elif model_flag is None and kwargs_flag is None:
532 return model_flag or kwargs_flag
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_prototypes.h311 cs_lagr_status(int *model_flag,
/dports/comms/rtl-433/rtl_433-21.12/src/devices/
H A Dacurite.c1273 int model_flag = (b[2] & 1); in acurite_00275rm_decode() local
1287 …"model", "", DATA_STRING, model_flag ? "Acurite-00275rm" : "Acurite-0027… in acurite_00275rm_decode()
/dports/graphics/openrm/rm160/rm/
H A Drmprivat.h468 #define private_rmPrimitiveSetModelFlag(p,t) ((p)->model_flag = (t))
469 #define private_rmPrimitiveGetModelFlag(p) ((p)->model_flag)
H A Drmprim.c222 t->flags1 = t->model_flag = 0; in rmPrimitiveNew()
595 p->model_flag = newval; in rmPrimitiveSetModelFlag()
/dports/graphics/openrm/rm160/include/rm/
H A Drmtypes.h927 unsigned int model_flag; member
/dports/devel/cli11/CLI11-2.1.2/book/chapters/
H A Dsubcommands.md105 gitbook:code $ ./my_program my_model_1 --model_flag --shared_flag
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1120 …char model_flag:8; //used to judge some copy method when setting new … member
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1147 …char model_flag:8; //used to judge some copy method when setting new …
H A Dopenbor.c5165 newchar->model_flag = GET_INT_ARG(1); in load_cached_model()
13676 if(!(newmodel->model_flag & MODEL_NO_COPY)) in set_model_ex()
13708 if(!(newmodel->model_flag & MODEL_NO_WEAPON_COPY)) in set_model_ex()
13722 if((newmodel->model_flag & MODEL_NO_SCRIPT_COPY)) in set_model_ex()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1177 int model_flag; //used to judge some copy method when setting new model to an entity member
H A Dopenbor.c7523 newchar->model_flag = GET_INT_ARG(1); in load_cached_model()
18760 if(!(newmodel->model_flag & MODEL_NO_COPY)) in set_model_ex()
18839 if(!(newmodel->model_flag & MODEL_NO_WEAPON_COPY)) in set_model_ex()
18868 if((newmodel->model_flag & MODEL_NO_SCRIPT_COPY)) in set_model_ex()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1910 int model_flag; //used to judge some copy method when setting new model to an entity member
H A Dopenbor.c8803 newchar->model_flag = GET_INT_ARG(1); in load_cached_model()
21867 if(!(newmodel->model_flag & MODEL_NO_COPY)) in set_model_ex()
21946 if(!(newmodel->model_flag & MODEL_NO_WEAPON_COPY)) in set_model_ex()
21975 if((newmodel->model_flag & MODEL_NO_SCRIPT_COPY)) in set_model_ex()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2398 int model_flag; //used to judge some copy method when setting new model to an entity member

12