Home
last modified time | relevance | path

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

/dports/cad/impact/Impact/src/run/elements/
H A DBeam_2.java104 public double checkTimestep(double current_timestep) { in checkTimestep() argument
H A DBeam_Spring_2.java222 public double checkTimestep(double current_timestep) { in checkTimestep() argument
232 current_timestep, in checkTimestep()
H A DRod_2.java285 public double checkTimestep(double current_timestep) { in checkTimestep() argument
319 return Math.min(0.9 * timestep, current_timestep); in checkTimestep()
H A DContact_Triangle.java486 public double checkTimestep(double current_timestep) { in checkTimestep() argument
487 return current_timestep; in checkTimestep()
H A DContact_Line.java711 public double checkTimestep(double current_timestep) { in checkTimestep() argument
712 return current_timestep; in checkTimestep()
H A DSolid_Iso_6HG.java498 public double checkTimestep(double current_timestep) { in checkTimestep() argument
667 return Math.min(timestep, current_timestep); in checkTimestep()
H A DSolid_Iso_4.java445 public double checkTimestep(double current_timestep) { in checkTimestep() argument
618 return Math.min(timestep, current_timestep); in checkTimestep()
H A DSolid_Iso_6.java432 public double checkTimestep(double current_timestep) { in checkTimestep() argument
604 return Math.min(timestep, current_timestep); in checkTimestep()
H A DShell_C0_3.java574 public double checkTimestep(double current_timestep) { in checkTimestep() argument
618 return Math.min(0.96 * timestep, current_timestep); in checkTimestep()
H A DShell_BT_4.java764 public double checkTimestep(double current_timestep) { in checkTimestep() argument
819 return Math.min(0.96 * timestep, current_timestep); in checkTimestep()
/dports/cad/impact/Impact/bin_cluster/genjpsource/run/elements/
H A DBeam_2.java92 public double checkTimestep(double current_timestep) { in checkTimestep() argument
H A DBeam_Spring_2.java292 public double checkTimestep(double current_timestep) { in checkTimestep() argument
297 …return Math.min(current_timestep, this.material.wavespeedOneDimensional(4 * this.node[0].getMass()… in checkTimestep()
H A DRod_2.java309 public double checkTimestep(double current_timestep) { in checkTimestep() argument
326 return Math.min(0.9 * timestep, current_timestep); in checkTimestep()
H A DContact_Line.java555 public double checkTimestep(double current_timestep) { in checkTimestep() argument
556 return current_timestep; in checkTimestep()
H A DContact_Triangle.java481 public double checkTimestep(double current_timestep) { in checkTimestep() argument
482 return current_timestep; in checkTimestep()
H A DSolid_Iso_6.java422 public double checkTimestep(double current_timestep) { in checkTimestep() argument
451 return Math.min(timestep, current_timestep); in checkTimestep()
H A DSolid_Iso_6HG.java453 public double checkTimestep(double current_timestep) { in checkTimestep() argument
481 return Math.min(timestep, current_timestep); in checkTimestep()
H A DSolid_Iso_4.java434 public double checkTimestep(double current_timestep) { in checkTimestep() argument
463 return Math.min(timestep, current_timestep); in checkTimestep()
H A DShell_C0_3.java644 public double checkTimestep(double current_timestep) { in checkTimestep() argument
652 return Math.min(0.96 * timestep, current_timestep); in checkTimestep()
H A DShell_BT_4.java756 public double checkTimestep(double current_timestep) { in checkTimestep() argument
765 return Math.min(0.96 * timestep, current_timestep); in checkTimestep()
/dports/math/libmesh/libmesh-1.6.2/examples/adjoints/adjoints_ex3/
H A Dadjoints_ex3.C443 Real current_time = 0., current_timestep = 0.; in read_output() local
468 timesteps >> current_timestep; in read_output()
472 current_time += current_timestep; in read_output()
/dports/cad/impact/Impact/src/run/
H A DElement.java228 public abstract double checkTimestep(double current_timestep); in checkTimestep() argument
/dports/emulators/mess/mame-mame0226/src/lib/netlist/solver/
H A Dnld_ms_direct_lu.h182 const nl_double hn = current_timestep();
/dports/cad/impact/Impact/bin_cluster/genjpsource/run/
H A DElement.java156 public abstract double checkTimestep(double current_timestep); in checkTimestep() argument
/dports/emulators/mame/mame-mame0226/src/lib/netlist/solver/
H A Dnld_ms_direct_lu.h182 const nl_double hn = current_timestep();