Lines Matching +refs:c +refs:dobj

38     void cosmology_free(CosmologyParameters *c)
39 void cosmology_set_fixed(CosmologyParameters *c)
41 void cosmology_set_OmegaM(CosmologyParameters *c, double value)
42 void cosmology_set_OmegaB(CosmologyParameters *c, double value)
43 void cosmology_set_OmegaL(CosmologyParameters *c, double value)
44 void cosmology_set_h(CosmologyParameters *c, double value)
45 void cosmology_set_DeltaDC(CosmologyParameters *c, double value)
47 double abox_from_auni(CosmologyParameters *c, double a) nogil
48 double tcode_from_auni(CosmologyParameters *c, double a) nogil
49 double tphys_from_auni(CosmologyParameters *c, double a) nogil
51 double auni_from_abox(CosmologyParameters *c, double v) nogil
52 double auni_from_tcode(CosmologyParameters *c, double v) nogil
53 double auni_from_tphys(CosmologyParameters *c, double v) nogil
55 double abox_from_tcode(CosmologyParameters *c, double tcode) nogil
56 double tcode_from_abox(CosmologyParameters *c, double abox) nogil
58 double tphys_from_abox(CosmologyParameters *c, double abox) nogil
59 double tphys_from_tcode(CosmologyParameters *c, double tcode) nogil
1148 cdef np.int64_t c
1150 c = doct_count[sfc - sfc_start]
1151 if read_unrefined == 1 and c > 0: continue
1152 if read_unrefined == 0 and c == 0: continue
1207 c = doct_count[sfc - sfc_start]
1209 if read_unrefined == 1 and c > 0: continue
1210 if read_unrefined == 0 and c == 0: continue
1211 c = 0
1214 c += pcount[ispec][sfc - sfc_start]
1215 if c == 0: continue
1642 def __init__(self, dobj): argument
1643 self.base_selector = dobj.base_selector
1644 self.mesh_container = dobj.oct_handler