MCPcopy Create free account
hub / github.com/NanoComp/meep / compute_group_velocity_component

Method compute_group_velocity_component

python/solver.py:795–796  ·  view source on GitHub ↗
(self, direction)

Source from the content-addressed store, hash-verified

793 return [mp.Vector3(x, y, z) for x, y, z in zip(vx, vy, vz)]
794
795 def compute_group_velocity_component(self, direction):
796 return self.mode_solver.compute_group_velocity_component(direction)
797
798 def compute_one_group_velocity(self, which_band):
799 return self.mode_solver.compute_1_group_velocity(which_band)

Callers 4

parallel_waveguideFunction · 0.95
_rootfunMethod · 0.45

Calls

no outgoing calls

Tested by 1