Home
last modified time | relevance | path

Searched refs:getGlobalProperty (Results 1 – 15 of 15) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dglobal_properties.cpp112 …FixPropertyGlobal * property = registry.getGlobalProperty(name,"property/global","scalar",0,0,call… in createScalarProperty()
122 …FixPropertyGlobal * property = registry.getGlobalProperty(name,"property/global","scalar",0,0,call… in createScalarProperty()
144 …FixPropertyGlobal * property = registry.getGlobalProperty(name,"property/global","vector",max_type… in createPerTypeProperty()
157 …FixPropertyGlobal * property = registry.getGlobalProperty(name,"property/global","vector",max_type… in createPerTypeProperty()
181 …FixPropertyGlobal * property = registry.getGlobalProperty(name,"property/global","peratomtypepai… in createPerTypePairProperty()
329 …FixPropertyGlobal * ca = registry.getGlobalProperty(COHESION_MODEL_SWITCHES,"property/global","vec… in createCohesionModelSwitches()
353 …FixPropertyGlobal * Y = registry.getGlobalProperty(YOUNGS_MODULUS,"property/global","peratomtype",… in createYoungsModulus()
390 …FixPropertyGlobal * v = registry.getGlobalProperty(POISSONS_RATIO,"property/global","peratomtype",… in createPoissonsRatio()
714 …FixPropertyGlobal * ca = registry.getGlobalProperty(CONTACT_ANGLE,"property/global","peratomtype",… in createContactAngle()
741 …FixPropertyGlobal * k_n1 = registry.getGlobalProperty("kn","property/global","peratomtypepair",max… in createKn()
[all …]
H A Dfix_move_mesh.cpp154 if(mesh_->prop().getGlobalProperty< VectorContainer<double,3> >(refpt_id)) in pre_delete()
296 if(mesh_->prop().getGlobalProperty<VectorContainer<double,3> >(refpt_id)) in add_reference_point()
313 refpt = mesh_->prop().getGlobalProperty<VectorContainer<double,3> >(refpt_id); in get_reference_point()
335 refpt = mesh_->prop().getGlobalProperty<VectorContainer<double,3> >(refpt_id); in reset_reference_point()
H A Dfix_mesh.cpp589 …if(!has_per_element_heattransfer && mass_temperature_ > 0. && mesh_->prop().getGlobalProperty< Sca… in final_integrate()
591 double Temp_wall = (*mesh_->prop().getGlobalProperty< ScalarContainer<double> >("Temp"))(0); in final_integrate()
592 double flux = (*mesh_->prop().getGlobalProperty< ScalarContainer<double> >("heatFlux"))(0); in final_integrate()
H A Dfix_wall_gran.cpp1265 …heatflag = heatflag || mesh_list()[imesh]->mesh()->prop().getGlobalProperty<ScalarContainer<double… in init_heattransfer()
1321 … if( (mesh_list()[imesh]->triMesh())->prop().getGlobalProperty<ScalarContainer<double> >("Temp")) in wall_temperature_unique()
1325 …double Temp_mesh = (*((mesh_list()[imesh]->triMesh())->prop().getGlobalProperty< ScalarContainer<d… in wall_temperature_unique()
1349 …ScalarContainer<double> *temp_ptr = mesh->prop().getGlobalProperty< ScalarContainer<double> >("Tem… in addHeatFlux()
H A Dproperty_registry.h184 …FixPropertyGlobal* getGlobalProperty(const char *varname, const char *style, const char *svmstyle,…
H A Dcustom_value_tracker.h109 T* getGlobalProperty(const char *_id);
H A Dproperty_registry.cpp89 FixPropertyGlobal* PropertyRegistry::getGlobalProperty(const char *varname, const char *style, cons… in getGlobalProperty() function in PropertyRegistry
H A Dcustom_value_tracker_I.h210 T* CustomValueTracker::getGlobalProperty(const char *_id) in getGlobalProperty() function
H A Ddump_mesh.cpp574 T_[i] = (*mesh)->prop().getGlobalProperty<ScalarContainer<double> >("Temp"); in getRefs()
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dnetwork.h566 mode_label = getGlobalProperty(mode_label, "ddns-replace-client-name");
782 ReturnType getGlobalProperty(ReturnType property,
820 Triplet<NumType> getGlobalProperty(Triplet<NumType> property,
873 getGlobalProperty(util::Optional<asiolink::IOAddress> property,
933 return (getGlobalProperty(ReturnType(), global_name, min_name, max_name)); in ReturnType()
956 return (getGlobalProperty(property, global_name, min_name, max_name)); in ReturnType()
H A Dnetwork.cc103 Network::getGlobalProperty(Optional<IOAddress> property, in getGlobalProperty() function in isc::dhcp::Network
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/material/
H A DEffectBuilder.cxx45 string getGlobalProperty(const SGPropertyNode* prop, in getGlobalProperty() function
H A DEffectBuilder.hxx302 std::string getGlobalProperty(const SGPropertyNode* prop,
620 std::string propName = getGlobalProperty(valProp, options); in initFromParameters()
H A DTextureBuilder.cxx1172 std::string propName = getGlobalProperty(nameProp, options); in build()
H A DEffect.cxx138 val = getGlobalProperty(prop, options); in getUniform()