PostOperation{ {Name postOp_getdpThermal; NameOfPostProcessing postProc_getdpThermal; Operation{ Print[temp, OnElementsOf Region[{ Vol_The}], StoreMaxInRegister 7,File "..\getdpresults\temp.pos", LastTimeStepOnly]; } } } PostOperation{ {Name adaptivePostOp_getdpThermal; NameOfPostProcessing postProc_getdpThermal; Operation{ Print[tempTest, OnElementsOf Region[{ Vol_The}], File "..\getdpresults\tempTest.pos"]; } } } PostOperation{ {Name postOp_getdpEMGeneral2D; NameOfPostProcessing postProc_getdpEMGeneral2D; Operation{ Print[rMu, OnElementsOf Region[{ conducting_domain, source_domain, stranded_source_domain}], StoreMaxInRegister 3,File "..\getdpresults\rMu.pos", LastTimeStepOnly]; Print[rMuMax, OnRegion Region[{ conducting_domain, source_domain, stranded_source_domain}], StoreInRegister 4,File "..\getdpresults\rMuMax.pos", Format Table, LastTimeStepOnly]; Print[rSigma, OnElementsOf Region[{ conducting_domain, source_domain, stranded_source_domain}], StoreMaxInRegister 1,File "..\getdpresults\rSigma.pos", LastTimeStepOnly]; Print[rSigmaMax, OnRegion Region[{ conducting_domain, source_domain, stranded_source_domain}], StoreInRegister 2,File "..\getdpresults\rSigmaMax.pos", Format Table, LastTimeStepOnly]; } } } PostOperation{ {Name adaptivePostOp_getdpEMGeneral2D; NameOfPostProcessing postProc_getdpEMGeneral2D; Operation{ Print[muTest, OnElementsOf Region[{ non_conducting_domain, conducting_domain, source_domain, sibc_domain, stranded_source_domain}], File "..\getdpresults\muTest.pos"]; Print[sigmaTest, OnElementsOf Region[{ conducting_domain, source_domain, sibc_domain, stranded_source_domain, non_conducting_domain}], File "..\getdpresults\sigmaTest.pos"]; } } }