Lines Matching refs:second
50 PetscReal meter, kilogram, second, Kelvin; /* Fundamental units */ member
977 PetscReal meter = 0, kilogram = 0, second = 0, Kelvin = 0, Joule = 0, Watt = 0; in RDCreate() local
992 rd->unit.second = 1.; in RDCreate()
998 rd->unit.second = 1.e9; in RDCreate()
1007 …it_second", "Time of a second in nondimensional units", "", rd->unit.second, &rd->unit.second, 0)); in RDCreate()
1010 rd->unit.Joule = rd->unit.kilogram * PetscSqr(rd->unit.meter / rd->unit.second); in RDCreate()
1011 rd->unit.Watt = rd->unit.Joule / rd->unit.second; in RDCreate()
1015 second = rd->unit.second; in RDCreate()
1034 rd->final_time = 3 * second; in RDCreate()
1042 rd->final_time = 1 * second; in RDCreate()
1050 rd->final_time = 20e-9 * second; in RDCreate()
1086 …rd->h = 6.626e-34 * Joule * second; /*… in RDCreate()
1088 …rd->c = 3.00e8 * meter / second; /*… in RDCreate()