예제 #1
0
  def _open(self, mesh, nsteps, label, labelId):
    """
    Call C++ open();
    """
    if label != None and labelId != None:
      ModuleOutputSolnPoints.open(self, mesh, nsteps, label, labelId)
    else:
      ModuleOutputSolnPoints.open(self, mesh, nsteps)

    ModuleOutputSolnPoints.writePointNames(self, self.stations)
    return
예제 #2
0
    def _open(self, mesh, nsteps, label, labelId):
        """
        Call C++ open();
        """
        if label != None and labelId != None:
            ModuleOutputSolnPoints.open(self, mesh, nsteps, label, labelId)
        else:
            ModuleOutputSolnPoints.open(self, mesh, nsteps)

        ModuleOutputSolnPoints.writePointNames(self)
        return