Skip to content
Success

Console Output

Started by upstream project "ESP_RegOcsm" build number 333
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on windows10x64 in workspace C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cleaning up C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS
Updating svn+ssh://acdl.mit.edu/home/svnroot/EGADS at revision '2024-02-18T18:43:11.531 -0500'
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
ERROR: Failed to update svn+ssh://acdl.mit.edu/home/svnroot/EGADS
org.tmatesoft.svn.core.SVNException: svn: E210002: There was a problem while connecting to acdl.mit.edu:22
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:70)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
	at org.tmatesoft.svn.core.internal.io.svn.SVNSSHConnector.open(SVNSSHConnector.java:135)
	at org.tmatesoft.svn.core.internal.io.svn.SVNConnection.open(SVNConnection.java:80)
	at org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.openConnection(SVNRepositoryImpl.java:1282)
	at org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.testConnection(SVNRepositoryImpl.java:100)
	at org.tmatesoft.svn.core.io.SVNRepository.getRepositoryUUID(SVNRepository.java:268)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:339)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:328)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:482)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:364)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:274)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:27)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:11)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:165)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutUpdateTask.perform(SubversionSCM.java:1086)
	at hudson.scm.SubversionSCM$CheckOutUpdateTask.run(SubversionSCM.java:1067)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1037)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1020)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
	at java.base/java.lang.Thread.run(Thread.java:831)
Caused by: java.io.IOException: There was a problem while connecting to acdl.mit.edu:22
	at com.trilead.ssh2.Connection.connect(Connection.java:782)
	at org.tmatesoft.svn.core.internal.io.svn.ssh.trilead.SshHost.openConnection(SshHost.java:237)
	at org.tmatesoft.svn.core.internal.io.svn.ssh.trilead.SshHost.openSession(SshHost.java:165)
	at org.tmatesoft.svn.core.internal.io.svn.ssh.trilead.TrileadSshSessionPool.openSession(TrileadSshSessionPool.java:112)
	at org.tmatesoft.svn.core.internal.io.svn.ssh.trilead.TrileadSshSessionPool.openSession(TrileadSshSessionPool.java:30)
	at org.tmatesoft.svn.core.internal.io.svn.SVNSSHConnector.open(SVNSSHConnector.java:112)
	... 33 more
Caused by: java.net.UnknownHostException: acdl.mit.edu
	at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:800)
	at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:886)
	at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1507)
	at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1366)
	at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1300)
	at java.base/java.net.InetAddress.getByName(InetAddress.java:1250)
	at com.trilead.ssh2.transport.TransportManager.createInetAddress(TransportManager.java:172)
	at com.trilead.ssh2.transport.TransportManager.establishConnection(TransportManager.java:372)
	at com.trilead.ssh2.transport.TransportManager.initialize(TransportManager.java:486)
	at com.trilead.ssh2.Connection.connect(Connection.java:722)
	... 38 more
ERROR: Subversion update failed
java.net.UnknownHostException: acdl.mit.edu
	at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:800)
	at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:886)
	at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1507)
	at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1366)
	at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1300)
	at java.base/java.net.InetAddress.getByName(InetAddress.java:1250)
	at com.trilead.ssh2.transport.TransportManager.createInetAddress(TransportManager.java:172)
	at com.trilead.ssh2.transport.TransportManager.establishConnection(TransportManager.java:372)
	at com.trilead.ssh2.transport.TransportManager.initialize(TransportManager.java:486)
	at com.trilead.ssh2.Connection.connect(Connection.java:722)
Caused: java.io.IOException: There was a problem while connecting to acdl.mit.edu:22
	at com.trilead.ssh2.Connection.connect(Connection.java:782)
	at org.tmatesoft.svn.core.internal.io.svn.ssh.trilead.SshHost.openConnection(SshHost.java:237)
	at org.tmatesoft.svn.core.internal.io.svn.ssh.trilead.SshHost.openSession(SshHost.java:165)
	at org.tmatesoft.svn.core.internal.io.svn.ssh.trilead.TrileadSshSessionPool.openSession(TrileadSshSessionPool.java:112)
	at org.tmatesoft.svn.core.internal.io.svn.ssh.trilead.TrileadSshSessionPool.openSession(TrileadSshSessionPool.java:30)
	at org.tmatesoft.svn.core.internal.io.svn.SVNSSHConnector.open(SVNSSHConnector.java:112)
Caused: org.tmatesoft.svn.core.SVNException: svn: E210002: There was a problem while connecting to acdl.mit.edu:22
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:70)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
	at org.tmatesoft.svn.core.internal.io.svn.SVNSSHConnector.open(SVNSSHConnector.java:135)
	at org.tmatesoft.svn.core.internal.io.svn.SVNConnection.open(SVNConnection.java:80)
	at org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.openConnection(SVNRepositoryImpl.java:1282)
	at org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.testConnection(SVNRepositoryImpl.java:100)
	at org.tmatesoft.svn.core.io.SVNRepository.getRepositoryUUID(SVNRepository.java:268)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:339)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:328)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:482)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:364)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:274)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:27)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:11)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:165)
Caused: hudson.scm.subversion.UpdaterException: failed to perform svn update
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from VECTOR.MIT.EDU/18.18.33.12:53003
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1003)
		at hudson.FilePath.act(FilePath.java:1230)
		at hudson.FilePath.act(FilePath.java:1219)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:970)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:892)
		at hudson.scm.SCM.checkout(SCM.java:540)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1248)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
		at hudson.model.Run.execute(Run.java:1895)
		at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
		at hudson.model.ResourceController.execute(ResourceController.java:101)
		at hudson.model.Executor.run(Executor.java:442)
Caused: java.io.IOException
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:220)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutUpdateTask.perform(SubversionSCM.java:1086)
	at hudson.scm.SubversionSCM$CheckOutUpdateTask.run(SubversionSCM.java:1067)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1037)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1020)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
	at java.base/java.lang.Thread.run(Thread.java:831)
Retrying after 10 seconds
Cleaning up C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS
Updating svn+ssh://acdl.mit.edu/home/svnroot/EGADS at revision '2024-02-18T18:43:11.531 -0500'
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
U         trunk\src\egadsTopo.cpp
U         trunk\src\egadsIO.cpp
U         trunk\src\egadsGeom.cpp
U         trunk\src\egadsBase.c
U         trunk\include\LINUX64
U         trunk\docs\EGADS_ref\egads.pdf
U         trunk\docs\EGADS_ref\egads.tex
At revision 2012

Cleaning up C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\JenkinsESP
Updating svn+ssh://acdl.mit.edu/home/svnroot/JenkinsESP at revision '2024-02-18T18:43:11.531 -0500'
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
At revision 848

Cleaning up C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\src
Deleting C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\src\epsilonpsi.mod
Deleting C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\src\naca456_main.mod
Deleting C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\src\naca456udpdata.mod
Deleting C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\src\nacaauxilary.mod
Deleting C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\src\splineprocedures.mod
Updating svn+ssh://acdl.mit.edu/home/svnroot/OpenCSM/trunk/src at revision '2024-02-18T18:43:11.531 -0500'
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
U         OpenCSM.c
U         OpenCSM.h
At revision 2467

Cleaning up C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\data
Updating svn+ssh://acdl.mit.edu/home/svnroot/OpenCSM/trunk/data at revision '2024-02-18T18:43:11.531 -0500'
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
A         basic\nuscale8a.csm
A         basic\nuscale8b.csm
A         basic\verify_7.6.0\nuscale8a.vfy
A         basic\verify_7.6.0\nuscale8b.vfy
A         basic\verify_7.6.0\blend31a.vfy
A         basic\verify_7.6.0\blend31b.vfy
A         basic\verify_7.6.0\blend31c.vfy
A         basic\verify_7.6.0\blend31d.vfy
A         basic\verify_7.6.0\nuscale5a.vfy
A         basic\verify_7.6.0\nuscale5b.vfy
A         basic\verify_7.6.0\nuscale6a.vfy
A         basic\verify_7.6.0\nuscale6b.vfy
A         basic\verify_7.6.0\nuscale7a.vfy
A         basic\verify_7.6.0\nuscale7b.vfy
A         basic\verify_7.6.0\winglet1.vfy
A         basic\verify_7.6.0\winglet2.vfy
A         basic\verify_7.7.0\nuscale8a.vfy
A         basic\verify_7.7.0\nuscale8b.vfy
A         basic\verify_7.7.0\blend31a.vfy
A         basic\verify_7.7.0\blend31b.vfy
A         basic\verify_7.7.0\blend31c.vfy
A         basic\verify_7.7.0\blend31d.vfy
A         basic\verify_7.7.0\nuscale5a.vfy
A         basic\verify_7.7.0\nuscale5b.vfy
A         basic\verify_7.7.0\nuscale6a.vfy
A         basic\verify_7.7.0\nuscale6b.vfy
A         basic\verify_7.7.0\nuscale7a.vfy
A         basic\verify_7.7.0\nuscale7b.vfy
A         basic\verify_7.7.0\winglet1.vfy
A         basic\verify_7.7.0\winglet2.vfy
A         basic\blend31a.csm
A         basic\blend31b.csm
A         basic\blend31c.csm
A         basic\blend31d.csm
A         basic\nuscale5a.csm
A         basic\nuscale5b.csm
A         basic\nuscale6a.csm
A         basic\nuscale6b.csm
A         basic\nuscale7a.csm
A         basic\nuscale7b.csm
A         basic\winglet1.csm
A         basic\winglet2.csm
A         Slugs
AU        Slugs\damaged_1.stl
A         Slugs\verify_7.7.0
A         Slugs\verify_7.7.0\blend12_1.vfy
A         Slugs\verify_7.7.0\blindeye_1.vfy
A         Slugs\verify_7.7.0\boxBall_1.vfy
A         Slugs\verify_7.7.0\boxHole_1.vfy
A         Slugs\verify_7.7.0\box_1.vfy
A         Slugs\verify_7.7.0\cylinderHole_1.vfy
A         Slugs\verify_7.7.0\cylinder_1.vfy
A         Slugs\verify_7.7.0\damaged_2.vfy
A         Slugs\verify_7.7.0\demo1_1.vfy
A         Slugs\verify_7.7.0\duct_1.vfy
A         Slugs\verify_7.7.0\eyeball_1.vfy
A         Slugs\verify_7.7.0\holes_1.vfy
A         Slugs\verify_7.7.0\pieslice_1.vfy
A         Slugs\verify_7.7.0\sphere_1.vfy
A         Slugs\verify_7.7.0\torus_1.vfy
A         Slugs\verify_7.7.0\tutorial1.vfy
A         Slugs\verify_7.7.0\wing_1.vfy
A         Slugs\verify_7.6.0
A         Slugs\verify_7.6.0\blend12_1.vfy
A         Slugs\verify_7.6.0\blindeye_1.vfy
A         Slugs\verify_7.6.0\boxBall_1.vfy
A         Slugs\verify_7.6.0\boxHole_1.vfy
A         Slugs\verify_7.6.0\box_1.vfy
A         Slugs\verify_7.6.0\cylinderHole_1.vfy
A         Slugs\verify_7.6.0\cylinder_1.vfy
A         Slugs\verify_7.6.0\damaged_2.vfy
A         Slugs\verify_7.6.0\demo1_1.vfy
A         Slugs\verify_7.6.0\duct_1.vfy
A         Slugs\verify_7.6.0\eyeball_1.vfy
A         Slugs\verify_7.6.0\holes_1.vfy
A         Slugs\verify_7.6.0\pieslice_1.vfy
A         Slugs\verify_7.6.0\sphere_1.vfy
A         Slugs\verify_7.6.0\torus_1.vfy
A         Slugs\verify_7.6.0\tutorial1.vfy
A         Slugs\verify_7.6.0\wing_1.vfy
A         Slugs\holes_0.stl
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
A         Slugs\boxBall_0.jrnl
A         Slugs\boxBall.plot
A         Slugs\boxBall_0.stl
A         Slugs\holes.plot
A         Slugs\holes_0.csm
A         Slugs\holes_0.jrnl
A         Slugs\holes_1.csm
AU        Slugs\tutorial1.stl
A         Slugs\sphere_0.stl
A         Slugs\blend12.plot
A         Slugs\blend12_0.csm
A         Slugs\blend12_0.stl
A         Slugs\blindeye.plot
A         Slugs\blindeye_0.csm
A         Slugs\blindeye_0.jrnl
A         Slugs\blindeye_0.stl
A         Slugs\blindeye_1.csm
A         Slugs\box.plot
A         Slugs\boxBall_0.csm
A         Slugs\boxBall_1.csm
A         Slugs\boxHole.plot
A         Slugs\boxHole_0.csm
A         Slugs\boxHole_0.jrnl
A         Slugs\boxHole_0.stl
A         Slugs\box_0.csm
A         Slugs\box_0.jrnl
A         Slugs\box_0.stl
A         Slugs\cylinder.plot
A         Slugs\cylinderHole.plot
A         Slugs\cylinderHole_0.csm
A         Slugs\cylinderHole_0.jrnl
A         Slugs\cylinderHole_0.stl
A         Slugs\cylinder_0.csm
A         Slugs\cylinder_0.jrnl
A         Slugs\cylinder_0.stl
A         Slugs\damaged.plot
A         Slugs\damaged_0.csm
A         Slugs\damaged_0.stl
A         Slugs\damaged_1.jrnl
A         Slugs\demo1.plot
A         Slugs\demo1_0.csm
A         Slugs\demo1_0.jrnl
A         Slugs\demo1_0.stl
A         Slugs\duct.plot
A         Slugs\duct_0.csm
A         Slugs\duct_0.jrnl
A         Slugs\duct_0.stl
A         Slugs\eyeball.plot
A         Slugs\eyeball_0.csm
A         Slugs\eyeball_0.jrnl
A         Slugs\eyeball_0.stl
A         Slugs\myGlider.plot
A         Slugs\myGlider_0.cpc
A         Slugs\myGlider_0.stl
A         Slugs\pieslice.plot
A         Slugs\pieslice_0.csm
A         Slugs\pieslice_0.jrnl
A         Slugs\pieslice_0.stl
A         Slugs\sphere.plot
A         Slugs\sphere_0.csm
A         Slugs\sphere_0.jrnl
A         Slugs\torus.plot
A         Slugs\torus_0.csm
A         Slugs\torus_0.jrnl
A         Slugs\torus_0.stl
A         Slugs\tutorial1.jrnl
A         Slugs\tutorial1.plot
A         Slugs\tutorial1_setup.csm
A         Slugs\tutorial1_setup.stl
A         Slugs\wing.plot
A         Slugs\wingBody.plot
A         Slugs\wingBody_0.cpc
A         Slugs\wingBody_0.stl
A         Slugs\wing_0.csm
A         Slugs\wing_0.jrnl
A         Slugs\wing_0.stl
A         Slugs\blend12_1.csm
A         Slugs\boxHole_1.csm
A         Slugs\box_1.csm
A         Slugs\cylinderHole_1.csm
A         Slugs\cylinder_1.csm
A         Slugs\damaged_2.csm
A         Slugs\demo1_1.csm
A         Slugs\duct_1.csm
A         Slugs\myGlider_2.csm
A         Slugs\sphere_1.csm
A         Slugs\torus_1.csm
A         Slugs\tutorial1.csm
A         Slugs\wingBody_2.csm
A         Slugs\wing_1.csm
A         Slugs\testfiles
A         Slugs\testfiles\elbow.stl
A         Slugs\testfiles\elbow_NW.csm
A         Slugs\testfiles\elbow_NW.jrnl
A         Slugs\testfiles\elbow_NW.stl
A         Slugs\testfiles\nucleus1.csm
A         Slugs\testfiles\nucleus1.jrnl
A         Slugs\testfiles\nucleus1.stl
A         Slugs\testfiles\nucleus2.stl
A         Slugs\testfiles\nucleus3.stl
AU        Slugs\aneurysm_case1.iges
AU        Slugs\aneurysm_case1_slugs.stl
A         Slugs\eyeball_1.csm
A         Slugs\pieslice_1.csm
A         Slugs\myGlider_0.jrnl
A         Slugs\myGlider_1.jrnl
A         Slugs\damaged_0.jrnl
A         Slugs\wingBody_0.jrnl
A         Slugs\wingBody_1.jrnl
A         Slugs\tutorial1_setup.jrnl
A         Slugs\blend12_0.jrnl
At revision 2467

Cleaning up C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc
Updating svn+ssh://acdl.mit.edu/home/svnroot/OpenCSM/trunk/udc at revision '2024-02-18T18:43:11.531 -0500'
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
At revision 2467

Cleaning up C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\Jenkins
Updating svn+ssh://acdl.mit.edu/home/svnroot/OpenCSM/trunk/Jenkins at revision '2024-02-18T18:43:11.531 -0500'
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
At revision 2467

Cleaning up C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\pyOCSM
Updating svn+ssh://acdl.mit.edu/home/svnroot/OpenCSM/trunk/pyOCSM at revision '2024-02-18T18:43:11.531 -0500'
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
At revision 2467

Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
No changes for svn+ssh://acdl.mit.edu/home/svnroot/JenkinsESP since the previous build
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
Using sole credentials 3614a4cf-01de-4393-97de-73734b7dd5a2 in realm ‘svn+ssh://acdl.mit.edu’
No changes for svn+ssh://acdl.mit.edu/home/svnroot/OpenCSM/trunk/udc since the previous build
No changes for svn+ssh://acdl.mit.edu/home/svnroot/OpenCSM/trunk/Jenkins since the previous build
No changes for svn+ssh://acdl.mit.edu/home/svnroot/OpenCSM/trunk/pyOCSM since the previous build
[GitCheckoutListener] SCM 'hudson.scm.SubversionSCM' is not of type GitSCM
Run condition [Execution node ] enabling prebuild for step [Execute shell]
Run condition [Execution node ] enabling prebuild for step [Execute Windows batch command]
[Execution node] check if [windows10x64] is in [[macys, macys_VM, reynolds, viggen]]
Run condition [Execution node ] preventing perform for step [Execute shell]
[Execution node] check if [windows10x64] is in [[windows10x64]]
Run condition [Execution node ] enabling perform for step [Execute Windows batch command]
[WIN64.2019] $ cmd /c call C:\Users\jenkins\AppData\Local\Temp\jenkins13200010184856711588.bat

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set NOCAPS=true 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>rmdir C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\data\Slugs /S /Q 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM Run regression tests 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>call C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\JenkinsESP\ESP_Regression.bat 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM set PATH=C:\MinGW\msys\1.0\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set PATH=C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM echo set WORKSPACE_BASH=C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>workspace.bat || exit /b 666 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM sleep 5 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM bash.exe -c "sed -i 's/\\\/\//g' workspace.bat" || exit /b 666 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM sleep 5 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM bash.exe -c "sed -i 's/C:/\/c/g' workspace.bat" || exit /b 666 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM sleep 5 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM bash.exe -c "sed -i 's/D:/\/d/g' workspace.bat" || exit /b 666 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM sleep 5 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM bash.exe -c "sed -i 's/[ \t]*$//'  workspace.bat" || exit /b 666 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM sleep 5 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM call workspace.bat 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM Setup the environment 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>call C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\JenkinsESP\ESP_Env.bat 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set AFLR_VERSION=11.5.9 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set AFLR_ARCH=WIN64 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set VSP_VERSION=3.34.0 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set PYTHON_VERSION=3.11.6 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set PYTHON_MINOR=11 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM Indicate that AWAVE should be compiled 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set AWAVE=awavemod.f 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set EMPnumProc=2 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM minimal output from CAPS by default 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set CAPS_OUTLEVEL=0 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM -------------- 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM Windows 7 Env 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows7x64 (
if WIN64.2019 == WIN64.2010 call "D:\Compilers\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x64  
 if WIN64.2019 == WIN64.2012 call "D:\Compilers\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x64  
 if WIN64.2019 == WIN64.2013 call "D:\Compilers\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x64  
 if WIN64.2019 == WIN64.2015 call "D:\Compilers\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64  
 if WIN64.2019 == WIN64.2017 call "D:\Compilers\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64  
 echo on  
 set PYTHONINC=D:\Anaconda2\include  
 set PYTHONLIB=D:\Anaconda2\libs\python27.lib  
 set CASROOT=D:\OpenCASCADE-7.6.1  
 set ESP_EXTERN_LIBS=D:\ESP_ExternLibs 
) 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM AFLR 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows7x64 set AFLR=D:\AFLR\aflr_lib_11.5.9 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM astros 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM if windows10x64==windows7x64 set ASTROS_ROOT=D:\astros 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM if windows10x64==windows7x64 set PATH=;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM avl 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM if windows10x64==windows7x64 set PATH=D:\avl;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM delaundo 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows7x64 set PATH=D:\delaundo;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM IRIT 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM if windows10x64==windows7x64 set IRIT_LIB=D:\IRIT\irit-win\lib64 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM if windows10x64==windows7x64 set IRIT_INC=D:\IRIT\irit-sm 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM if windows10x64==windows7x64 set PATH=D:\IRIT\irit-win\ntbin64;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM mystran 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows7x64 set MYSTRAN_directory=D:\mystran\bin 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows7x64 set PATH=;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM SU2 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows7x64 set SU2_RUN=D:\SU2\SU2_Falcon\bin 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows7x64 set SU2_HOME=D:\SU2\SU2_Falcon 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows7x64 set PATH=;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows7x64 set PYTHONPATH=; 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM tetgen 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows7x64 set TETGEN=D:\tetgen\tetgen1.6.0 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM tsfoil 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows7x64 set PATH=D:\tsfoil;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM xfoil 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM if windows10x64==windows7x64 set PATH=D:\xfoil;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM Windows 7 Env END 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM -------------- 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM -------------- 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM Windows 10 Env 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 (
if WIN64.2019 == WIN64.2017 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64  
 if WIN64.2019 == WIN64.2019 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64  
 if WIN64.2019 == WIN64.2022 call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64  
 echo on  
 set PYTHONINC=C:\Users\jenkins\ESP_Python-3.11.6\include  
 set PYTHONLIB=C:\Users\jenkins\ESP_Python-3.11.6\libs\python311.lib  
 for / %D in ("C:\Users\jenkins\OpenCASCADE-7.6.*") do (set CASROOT=%D )  
 set ESP_EXTERN_LIBS=C:\Users\jenkins\ESP_ExternLibs 
) 
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.11.32
** Copyright (c) 2021 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>(set CASROOT=C:\Users\jenkins\OpenCASCADE-7.6.0 ) 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 set PATH=C:\Users\jenkins\ESP_Python-3.11.6;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\\Extensions\Microsoft\IntelliCode\CLI;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 set PATH=C:\Users\jenkins\ESP_Python-3.11.6\Scripts;C:\Users\jenkins\ESP_Python-3.11.6;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\\Extensions\Microsoft\IntelliCode\CLI;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM AFLR 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 set AFLR=C:\Users\jenkins\AFLR\aflr_lib_11.5.9 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM astros 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM if windows10x64==windows10x64 set ASTROS_ROOT=C:\Users\jenkins\astros 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM if windows10x64==windows10x64 set PATH=;C:\Users\jenkins\ESP_Python-3.11.6\Scripts;C:\Users\jenkins\ESP_Python-3.11.6;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\\Extensions\Microsoft\IntelliCode\CLI;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM delaundo 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 set PATH=C:\Users\jenkins\delaundo;C:\Users\jenkins\ESP_Python-3.11.6\Scripts;C:\Users\jenkins\ESP_Python-3.11.6;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\\Extensions\Microsoft\IntelliCode\CLI;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM IRIT 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 set IRIT_LIB=C:\Users\jenkins\IRIT\irit-win\lib64 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 set IRIT_INC=C:\Users\jenkins\IRIT\irit-sm 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 set PATH=C:\Users\jenkins\IRIT\irit-win\ntbin64;C:\Users\jenkins\delaundo;C:\Users\jenkins\ESP_Python-3.11.6\Scripts;C:\Users\jenkins\ESP_Python-3.11.6;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\\Extensions\Microsoft\IntelliCode\CLI;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM OpenVSP 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set VSP3_ROOT=C:\Users\jenkins\OpenVSP\OpenVSP-3.34.0-win64 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM tetgen 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 set TETGEN=C:\Users\jenkins\tetgen\tetgen1.6.0 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM mystran 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 set MYSTRAN_directory=C:\Users\jenkins\mystran\MYSTRAN_13.3A 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 set PATH=C:\Users\jenkins\mystran\MYSTRAN_13.3A;C:\Users\jenkins\IRIT\irit-win\ntbin64;C:\Users\jenkins\delaundo;C:\Users\jenkins\ESP_Python-3.11.6\Scripts;C:\Users\jenkins\ESP_Python-3.11.6;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\\Extensions\Microsoft\IntelliCode\CLI;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM SU2 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 set SU2_HOME=C:\Users\jenkins\SU2\SU2-v7.1.1 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 set SU2_RUN=C:\Users\jenkins\SU2\SU2-v7.1.1\bin 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 set PATH=C:\Users\jenkins\SU2\SU2-v7.1.1\bin;C:\Users\jenkins\mystran\MYSTRAN_13.3A;C:\Users\jenkins\IRIT\irit-win\ntbin64;C:\Users\jenkins\delaundo;C:\Users\jenkins\ESP_Python-3.11.6\Scripts;C:\Users\jenkins\ESP_Python-3.11.6;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\\Extensions\Microsoft\IntelliCode\CLI;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 set PYTHONPATH=;C:\Users\jenkins\SU2\SU2-v7.1.1\bin 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM tsfoil 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if windows10x64 == windows10x64 set PATH=C:\Users\jenkins\tsfoil;C:\Users\jenkins\SU2\SU2-v7.1.1\bin;C:\Users\jenkins\mystran\MYSTRAN_13.3A;C:\Users\jenkins\IRIT\irit-win\ntbin64;C:\Users\jenkins\delaundo;C:\Users\jenkins\ESP_Python-3.11.6\Scripts;C:\Users\jenkins\ESP_Python-3.11.6;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\\Extensions\Microsoft\IntelliCode\CLI;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM xfoil 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM if windows10x64==windows10x64 set PATH=C:\Users\jenkins\xfoil;C:\Users\jenkins\tsfoil;C:\Users\jenkins\SU2\SU2-v7.1.1\bin;C:\Users\jenkins\mystran\MYSTRAN_13.3A;C:\Users\jenkins\IRIT\irit-win\ntbin64;C:\Users\jenkins\delaundo;C:\Users\jenkins\ESP_Python-3.11.6\Scripts;C:\Users\jenkins\ESP_Python-3.11.6;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\\Extensions\Microsoft\IntelliCode\CLI;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM Windows 10 Env END 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM -------------- 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM call "C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\em64t\bin\ifortvars.bat" 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" 
:: initializing oneAPI environment...
   Initializing Visual Studio command-line environment...
   Visual Studio version 16.11.32 environment configured.
   "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\"
   Visual Studio command-line environment initialized for: 'x64'
:  compiler -- latest
:  debugger -- latest
:  dpl -- latest
:  mpi -- latest
:  tbb -- latest
:: oneAPI environment initialized ::

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM Reverse engineer ESP_ARCH and MSVC 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if WIN64.2019 == WIN64.2017 set MSVC=2017 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if WIN64.2019 == WIN64.2019 set MSVC=2019 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if WIN64.2019 == WIN64.2022 set MSVC=2022 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if WIN64.2019 == WIN64.2017 set ESP_ARCH=WIN64 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if WIN64.2019 == WIN64.2019 set ESP_ARCH=WIN64 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if WIN64 == WIN64.2022 set ESP_ARCH=WIN64 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if 7.6 == 7.3 if WIN64 == WIN64 set CASARCH=win64\vc14 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if 7.6 == 7.4 if WIN64 == WIN64 set CASARCH=win64\vc14 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if 7.6 == 7.6 if WIN64 == WIN64 set CASARCH=win64\vc14 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if 7.6 == 7.7 if WIN64 == WIN64 set CASARCH=win64\vc14 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set ESP_BLOC=C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set ESP_ROOT=C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM data for OpenCSM verification 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set CSMDATA=C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\data 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set PATH=C:\Users\jenkins\OpenCASCADE-7.6.0\win64\vc14\bin;C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin;C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib;C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\test;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\env\..\redist\intel64\vc_mt;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\..\libfabric\bin\utils;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\..\libfabric\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\..\bin\release;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\env\..\bin;C:\Program Files (x86)\Intel\oneAPI\debugger\latest\env\\..\gdb\intel64\bin;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\bin;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\lib;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\bin\intel64;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\redist\intel64_win\compiler;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\lib\oclfpga\host\windows64\bin;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\lib\oclfpga\bin;C:\Users\jenkins\tsfoil;C:\Users\jenkins\SU2\SU2-v7.1.1\bin;C:\Users\jenkins\mystran\MYSTRAN_13.3A;C:\Users\jenkins\IRIT\irit-win\ntbin64;C:\Users\jenkins\delaundo;C:\Users\jenkins\ESP_Python-3.11.6\Scripts;C:\Users\jenkins\ESP_Python-3.11.6;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\\Extensions\Microsoft\IntelliCode\CLI;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\;C:\msys64\usr\bin;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\release\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\;C:\Program Files (x86)\Intel\oneAPI\mpi\latest\libfabric\bin\utils\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\intel64\vc_mt\;C:\Program Files (x86)\Intel\oneAPI\tbb\latest\redist\ia32\vc_mt\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mosek\8\tools\platform\win64x86\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Mosek\9.1\tools\platform\win64x86\bin;C:\Program Files\Git\cmd;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin;C:\Program Files (x86)\Intel\Compiler\Fortran\9.1\EM64T\Bin;C:\Program Files\Git\bin;C:\Users\jenkins\AppData\Local\Microsoft\WindowsApps;C:\Users\jenkins\AppData\Local\Programs\Python\Python38;C:\Users\jenkins\AppData\Local\Programs\Python\Python38\Scripts;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\lib\ocloc 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM set PYTHONPATH=C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib;;C:\Users\jenkins\SU2\SU2-v7.1.1\bin 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set PYTHONPATH=C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\pyEGADS;;C:\Users\jenkins\SU2\SU2-v7.1.1\bin 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set PYTHONPATH=C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\pyOCSM;C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\pyEGADS;;C:\Users\jenkins\SU2\SU2-v7.1.1\bin 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set PYTHONPATH=C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\CAPS\pyCAPS;C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\pyOCSM;C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\pyEGADS;;C:\Users\jenkins\SU2\SU2-v7.1.1\bin 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM dissable python stdout buffering 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set PYTHONUNBUFFERED=true 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM https://docs.python.org/3/using/cmdline.html#envvar-PYTHONFAULTHANDLER 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set PYTHONFAULTHANDLER=true 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set UDUNITS2_XML_PATH=C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\udunits\udunits2.xml 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>exit /b 0 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>if 0 NEQ 0 exit /b 666 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM ESP build from repository 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>call C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\JenkinsESP\ESPbfr.bat 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM Untar the build directories 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>cd C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>"C:\Program Files\7-Zip\7z.exe" e C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\JenkinsESP\ESPbfr.tgz   || exit /b 666 

7-Zip [64] 15.14 : Copyright (c) 1999-2015 Igor Pavlov : 2015-12-31

Scanning the drive for archives:
1 file, 42058155 bytes (41 MiB)

Extracting archive: C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\JenkinsESP\ESPbfr.tgz
--
Path = C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\JenkinsESP\ESPbfr.tgz
Type = gzip
Headers Size = 10

Everything is Ok

Size:       174295040
Compressed: 42058155

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>"C:\Program Files\7-Zip\7z.exe" x C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESPbfr.tar -x!*\DARWIN64\    || exit /b 666 

7-Zip [64] 15.14 : Copyright (c) 1999-2015 Igor Pavlov : 2015-12-31

Scanning the drive for archives:
1 file, 174295040 bytes (167 MiB)

Extracting archive: C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESPbfr.tar
--
Path = C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESPbfr.tar
Type = tar
Physical Size = 174295040
Headers Size = 129024
Code Page = UTF-8

Everything is Ok

Folders: 40
Files: 144
Size:       150070041
Compressed: 174295040

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM setup python virtualenv 

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>virtualenv C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\venv                    || exit /b 666 
created virtual environment CPython3.11.6.final.0-64 in 31276ms
  creator CPython3Windows(dest=C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\venv, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=C:\Users\jenkins\AppData\Local\pypa\virtualenv)
    added seed packages: pip==23.3.2, setuptools==69.0.3, wheel==0.42.0
  activators BashActivator,BatchActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>call C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\venv\Scripts\activate.bat     || exit /b 666 

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>REM sleep random time so the install from multiple jobs is not simultaneous 

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\venv\Scripts\python -c "import time; import random; time.sleep(random.randint(1,40))" 

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>call :pip_install pip 

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>set counter=0 

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\venv\Scripts\python -m pip install --only-binary all -U pip 
Requirement already satisfied: pip in c:\users\jenkins\workspace\esp_regocsm\7.6\senscsm\geom\win64.2019\esp\venv\lib\site-packages (23.3.2)
Collecting pip
  Using cached pip-24.0-py3-none-any.whl.metadata (3.6 kB)
Using cached pip-24.0-py3-none-any.whl (2.1 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 23.3.2
    Uninstalling pip-23.3.2:
      Successfully uninstalled pip-23.3.2
Successfully installed pip-24.0

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\venv\Scripts\python -m pip install --only-binary all -U f90nml 
Collecting f90nml
  Using cached f90nml-1.4.4-py2.py3-none-any.whl.metadata (6.0 kB)
Using cached f90nml-1.4.4-py2.py3-none-any.whl (32 kB)
Installing collected packages: f90nml
Successfully installed f90nml-1.4.4

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\venv\Scripts\python -m pip install --only-binary all -U openmdao 
Collecting openmdao
  Using cached openmdao-3.30.0-py3-none-any.whl
Collecting networkx>=2.0 (from openmdao)
  Using cached networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB)
Collecting numpy (from openmdao)
  Using cached numpy-1.26.4-cp311-cp311-win_amd64.whl.metadata (61 kB)
Collecting scipy (from openmdao)
  Using cached scipy-1.12.0-cp311-cp311-win_amd64.whl.metadata (60 kB)
Collecting requests (from openmdao)
  Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting packaging (from openmdao)
  Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
Collecting charset-normalizer<4,>=2 (from requests->openmdao)
  Using cached charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl.metadata (34 kB)
Collecting idna<4,>=2.5 (from requests->openmdao)
  Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Collecting urllib3<3,>=1.21.1 (from requests->openmdao)
  Using cached urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
Collecting certifi>=2017.4.17 (from requests->openmdao)
  Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
Using cached networkx-3.2.1-py3-none-any.whl (1.6 MB)
Using cached numpy-1.26.4-cp311-cp311-win_amd64.whl (15.8 MB)
Using cached packaging-23.2-py3-none-any.whl (53 kB)
Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Using cached scipy-1.12.0-cp311-cp311-win_amd64.whl (46.2 MB)
Using cached certifi-2024.2.2-py3-none-any.whl (163 kB)
Using cached charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl (99 kB)
Using cached idna-3.6-py3-none-any.whl (61 kB)
Using cached urllib3-2.2.1-py3-none-any.whl (121 kB)
Installing collected packages: urllib3, packaging, numpy, networkx, idna, charset-normalizer, certifi, scipy, requests, openmdao
Successfully installed certifi-2024.2.2 charset-normalizer-3.3.2 idna-3.6 networkx-3.2.1 numpy-1.26.4 openmdao-3.30.0 packaging-23.2 requests-2.31.0 scipy-1.12.0 urllib3-2.2.1

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\venv\Scripts\python -m pip install --only-binary all -U numpy 
Requirement already satisfied: numpy in c:\users\jenkins\workspace\esp_regocsm\7.6\senscsm\geom\win64.2019\esp\venv\lib\site-packages (1.26.4)

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\venv\Scripts\python -m pip install --only-binary all -U cvxopt 
Collecting cvxopt
  Using cached cvxopt-1.3.2-cp311-cp311-win_amd64.whl.metadata (1.4 kB)
Using cached cvxopt-1.3.2-cp311-cp311-win_amd64.whl (12.8 MB)
Installing collected packages: cvxopt
Successfully installed cvxopt-1.3.2

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\venv\Scripts\python -m pip install --only-binary all -U dill 
Collecting dill
  Using cached dill-0.3.8-py3-none-any.whl.metadata (10 kB)
Using cached dill-0.3.8-py3-none-any.whl (116 kB)
Installing collected packages: dill
Successfully installed dill-0.3.8

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\venv\Scripts\python -m pip install --only-binary all -U packaging 
Requirement already satisfied: packaging in c:\users\jenkins\workspace\esp_regocsm\7.6\senscsm\geom\win64.2019\esp\venv\lib\site-packages (23.2)

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\venv\Scripts\python -m pip install --only-binary all -U matplotlib 
Collecting matplotlib
  Using cached matplotlib-3.8.3-cp311-cp311-win_amd64.whl.metadata (5.9 kB)
Collecting contourpy>=1.0.1 (from matplotlib)
  Using cached contourpy-1.2.0-cp311-cp311-win_amd64.whl.metadata (5.8 kB)
Collecting cycler>=0.10 (from matplotlib)
  Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib)
  Using cached fonttools-4.49.0-cp311-cp311-win_amd64.whl.metadata (162 kB)
Collecting kiwisolver>=1.3.1 (from matplotlib)
  Using cached kiwisolver-1.4.5-cp311-cp311-win_amd64.whl.metadata (6.5 kB)
Requirement already satisfied: numpy<2,>=1.21 in c:\users\jenkins\workspace\esp_regocsm\7.6\senscsm\geom\win64.2019\esp\venv\lib\site-packages (from matplotlib) (1.26.4)
Requirement already satisfied: packaging>=20.0 in c:\users\jenkins\workspace\esp_regocsm\7.6\senscsm\geom\win64.2019\esp\venv\lib\site-packages (from matplotlib) (23.2)
Collecting pillow>=8 (from matplotlib)
  Using cached pillow-10.2.0-cp311-cp311-win_amd64.whl.metadata (9.9 kB)
Collecting pyparsing>=2.3.1 (from matplotlib)
  Using cached pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB)
Collecting python-dateutil>=2.7 (from matplotlib)
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting six>=1.5 (from python-dateutil>=2.7->matplotlib)
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Using cached matplotlib-3.8.3-cp311-cp311-win_amd64.whl (7.6 MB)
Using cached contourpy-1.2.0-cp311-cp311-win_amd64.whl (187 kB)
Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
Using cached fonttools-4.49.0-cp311-cp311-win_amd64.whl (2.2 MB)
Using cached kiwisolver-1.4.5-cp311-cp311-win_amd64.whl (56 kB)
Using cached pillow-10.2.0-cp311-cp311-win_amd64.whl (2.6 MB)
Using cached pyparsing-3.1.1-py3-none-any.whl (103 kB)
Installing collected packages: six, pyparsing, pillow, kiwisolver, fonttools, cycler, contourpy, python-dateutil, matplotlib
Successfully installed contourpy-1.2.0 cycler-0.12.1 fonttools-4.49.0 kiwisolver-1.4.5 matplotlib-3.8.3 pillow-10.2.0 pyparsing-3.1.1 python-dateutil-2.8.2 six-1.16.0

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019>C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\venv\Scripts\python -m pip install --only-binary all -U scipy 
Requirement already satisfied: scipy in c:\users\jenkins\workspace\esp_regocsm\7.6\senscsm\geom\win64.2019\esp\venv\lib\site-packages (1.12.0)
Requirement already satisfied: numpy<1.29.0,>=1.22.4 in c:\users\jenkins\workspace\esp_regocsm\7.6\senscsm\geom\win64.2019\esp\venv\lib\site-packages (from scipy) (1.26.4)
The system cannot find the path specified.
3 File(s) copied
Compiling EGADS

Microsoft (R) Program Maintenance Utility Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

	cd C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\*.c           /Q /Y
24 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\*.cpp         /Q /Y
9 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\*.h           /Q /Y
7 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\*.rc          /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\*.def         /Q /Y
1 File(s) copied
	mkdir OCC
	cd OCC
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\OCC        /S /Q /Y
14 File(s) copied
	cd ..
	mkdir Surreal
	cd Surreal
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\Surreal    /S /Q /Y
7 File(s) copied
	cd ..
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\util\emp.c                /Q /Y
1 File(s) copied
	copy  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\util\evaluate.c evaluate.cpp /Y
        1 file(s) copied.
	copy  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\util\rational.c rational.cpp /Y
        1 file(s) copied.
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\util\regQuads.c           /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\util\regQuads.h           /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\util\Surreal*_btest.cpp   /Q /Y
4 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\util\uvmap\uvmap_struct.h /Q /Y
1 File(s) copied
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\WIN64.2019
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\WIN64.2019
	copy /Y C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include\WIN64.2019 C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\WIN64.2019
        1 file(s) copied.
	cl /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE SurrealD1_btest.cpp /FeC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\SurrealD1.exe
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

SurrealD1_btest.cpp
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\SurrealD1.exe 
SurrealD1_btest.obj 
	C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\SurrealD1

SurrealD1_test_suite Complete!

	cl /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE SurrealD4_btest.cpp /FeC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\SurrealD4.exe
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

SurrealD4_btest.cpp
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\SurrealD4.exe 
SurrealD4_btest.obj 
	C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\SurrealD4

SurrealD4_test_suite Complete!

	cl /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE SurrealS1_btest.cpp /FeC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\SurrealS1.exe
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

SurrealS1_btest.cpp
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\SurrealS1.exe 
SurrealS1_btest.obj 
	C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\SurrealS1

SurrealS1_test_suite Complete!

	cl /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE SurrealS4_btest.cpp /FeC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\SurrealS4.exe
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

SurrealS4_btest.cpp
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\SurrealS4.exe 
SurrealS4_btest.obj 
	C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\SurrealS4

SurrealS4_test_suite Complete!

	cd C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\util
	nmake -f NMakefile

Microsoft (R) Program Maintenance Utility Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap uvmap\main\uvmap.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\EG_uvmapFindUV.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

EG_uvmapFindUV.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\EG_uvmapGen.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

EG_uvmapGen.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\EG_uvmapStructFree.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

EG_uvmapStructFree.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_chk_edge_ratio.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_chk_edge_ratio.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\EG_uvmap_Read.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

EG_uvmap_Read.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\EG_uvmap_Write.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

EG_uvmap_Write.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\EG_uvmapTest.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

EG_uvmapTest.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_test.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_test.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_add.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_add.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_bnd_adj.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_bnd_adj.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_chk_area_uv.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_chk_area_uv.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_cpu_message.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_cpu_message.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_find_uv.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_find_uv.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_from_egads.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_from_egads.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_gen.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_gen.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_gen_uv.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_gen_uv.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_ibeibe.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_ibeibe.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_ibfibf.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_ibfibf.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_ibfin.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_ibfin.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_iccibe.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_iccibe.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_iccin.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_iccin.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_idibe.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_idibe.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_inibe.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_inibe.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_inl_uv_bnd.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_inl_uv_bnd.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_malloc.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_malloc.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_mben_disc.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_mben_disc.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_message.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_message.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_norm_uv.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_norm_uv.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_read.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_read.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_solve.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_solve.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_struct_tasks.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_struct_tasks.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_to_egads.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_to_egads.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_version.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_version.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ uvmap\uvmap_write.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uvmap_write.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /Iuvmap\. egadsUVmap.c  /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\egadsUVmap.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsUVmap.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\uvmap.lib
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\uvmap.lib
	cd C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj
	lib /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\uvmap.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\egadsUVmap.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\EG_uvmapFindUV.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\EG_uvmapGen.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\EG_uvmapStructFree.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_chk_edge_ratio.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\EG_uvmap_Read.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\EG_uvmap_Write.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\EG_uvmapTest.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_test.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_add.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_bnd_adj.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_chk_area_uv.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_cpu_message.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_find_uv.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_from_egads.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_gen.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_gen_uv.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_ibeibe.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_ibfibf.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_ibfin.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_iccibe.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_iccin.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_idibe.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_inibe.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_inl_uv_bnd.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_malloc.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_mben_disc.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_message.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_norm_uv.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_read.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_solve.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_struct_tasks.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_to_egads.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_version.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap_write.obj
Microsoft (R) Library Manager Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

	cd C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\util
	cl /FeC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\test\uvmap.exe C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap.obj  /link /LIBPATH:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib uvmap.lib
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\test\uvmap.exe 
/LIBPATH:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib 
uvmap.lib 
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\uvmap.obj 
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\test\umap.exe.manifest  /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\test\umap.exe;1
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\test\umap.exe.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\test\umap.exe;1
	cd C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj
	cl /c /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /IOCC /IC:\Users\jenkins\OpenCASCADE-7.6.0\inc /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include egadsGeom.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsGeom.cpp
	cl /c /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /IOCC /IC:\Users\jenkins\OpenCASCADE-7.6.0\inc /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include egadsHLevel.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsHLevel.cpp
	cl /c /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /IOCC /IC:\Users\jenkins\OpenCASCADE-7.6.0\inc /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include egadsTopo.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsTopo.cpp
	cl /c /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /IOCC /IC:\Users\jenkins\OpenCASCADE-7.6.0\inc /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include egadsCopy.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsCopy.cpp
	cl /c /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /IOCC /IC:\Users\jenkins\OpenCASCADE-7.6.0\inc /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include egadsIO.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsIO.cpp
	cl /c /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /IOCC /IC:\Users\jenkins\OpenCASCADE-7.6.0\inc /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include egadsSplineFit.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsSplineFit.cpp
	cl /c /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /IOCC /IC:\Users\jenkins\OpenCASCADE-7.6.0\inc /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include egadsSpline.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsSpline.cpp
	cl /c /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /IOCC /IC:\Users\jenkins\OpenCASCADE-7.6.0\inc /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include egadsTessSens.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsTessSens.cpp
	cl /c /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /IOCC /IC:\Users\jenkins\OpenCASCADE-7.6.0\inc /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include egadsSkinning.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsSkinning.cpp
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap egadsBase.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsBase.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap egadsMemory.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsMemory.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap egadsAttrs.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsAttrs.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap egadsTessInp.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsTessInp.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap egadsTess.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsTess.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap egadsTris.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsTris.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap egadsQuads.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsQuads.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap egadsRobust.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsRobust.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap egadsSBO.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsSBO.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap egadsFit.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsFit.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap prmCfit.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

prmCfit.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap prmGrid.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

prmGrid.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap prmUV.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

prmUV.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap egadsExport.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsExport.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap egadsSolids.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsSolids.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I..\util  /I..\util\uvmap egadsEffect.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsEffect.c
	cl /c /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /IOCC /IC:\Users\jenkins\OpenCASCADE-7.6.0\inc /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include OCC\BRepLib_FuseEdges.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

BRepLib_FuseEdges.cpp
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include emp.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

emp.c
	cl /c /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IOCC /IC:\Users\jenkins\OpenCASCADE-7.6.0\inc /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I. evaluate.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

evaluate.cpp
	cl /c /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 rational.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

rational.cpp
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include /I. regQuads.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

regQuads.c
	rc egads
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384

Copyright (C) Microsoft Corporation.  All rights reserved.


	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.dll /dll /def:egads.def egadsGeom.obj  egadsHLevel.obj    egadsTopo.obj  egadsCopy.obj  egadsIO.obj    egadsSplineFit.obj egadsSpline.obj egadsTessSens.obj  egadsSkinning.obj egadsBase.obj  egadsMemory.obj egadsAttrs.obj    egadsTessInp.obj  egadsTess.obj  egadsTris.obj   egadsQuads.obj    egadsRobust.obj  egadsSBO.obj   egadsFit.obj    prmCfit.obj  prmGrid.obj    prmUV.obj       egadsExport.obj   egadsSolids.obj  egadsEffect.obj  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\BRepLib_FuseEdges.obj emp.obj evaluate.obj rational.obj regQuads.obj  egads.res C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\uvmap.lib /LIBPATH:C:\Users\jenkins\OpenCASCADE-7.6.0\win64\vc14\lib TKBool.lib TKernel.lib TKFeat.lib TKBO.lib TKGeomAlgo.lib TKMath.lib TKOffset.lib TKPrim.lib TKTopAlgo.lib TKBRep.lib TKG2d.lib TKG3d.lib TKGeomBase.lib TKShHealing.lib TKSTEP.lib TKSTEP209.lib TKSTEPBase.lib TKSTEPAttr.lib TKXSBase.lib TKIGES.lib TKFillet.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.dll.manifest  /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.dll;2
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadstatic.lib
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadstatic.lib
	lib /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadstatic.lib egadsBase.obj  egadsMemory.obj egadsAttrs.obj    egadsTessInp.obj  egadsTess.obj  egadsTris.obj   egadsQuads.obj    egadsRobust.obj  egadsSBO.obj   egadsFit.obj    prmCfit.obj  prmGrid.obj    prmUV.obj       egadsExport.obj   egadsSolids.obj  egadsEffect.obj egadsGeom.obj  egadsHLevel.obj    egadsTopo.obj  egadsCopy.obj  egadsIO.obj    egadsSplineFit.obj egadsSpline.obj egadsTessSens.obj  egadsSkinning.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\BRepLib_FuseEdges.obj emp.obj  evaluate.obj rational.obj regQuads.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\uvmap.lib
Microsoft (R) Library Manager Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include fgadsBase.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

fgadsBase.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include fgadsMemory.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

fgadsMemory.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include fgadsAttrs.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

fgadsAttrs.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include fgadsTess.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

fgadsTess.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include fgadsGeom.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

fgadsGeom.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include fgadsHLevel.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

fgadsHLevel.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include fgadsTopo.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

fgadsTopo.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\fgads.lib
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\fgads.lib
	lib /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\fgads.lib fgadsBase.obj  fgadsMemory.obj fgadsAttrs.obj    fgadsTess.obj  fgadsGeom.obj  fgadsHLevel.obj fgadsTopo.obj
Microsoft (R) Library Manager Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\emp.lib
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\emp.lib
	lib /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\emp.lib emp.obj
Microsoft (R) Library Manager Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egads.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egads.h
	copy /Y C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include\egads.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egads.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egads_dot.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egads_dot.h
	copy /Y C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include\egads_dot.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egads_dot.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egads.inc
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egads.inc
	copy /Y C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include\egads.inc C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egads.inc
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsErrors.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsErrors.h
	copy /Y C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include\egadsErrors.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsErrors.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsTypes.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsTypes.h
	copy /Y C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include\egadsTypes.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsTypes.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\emp.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\emp.h
	copy /Y C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include\emp.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\emp.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\prm.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\prm.h
	copy /Y C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include\prm.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\prm.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\wsserver.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\wsserver.h
	copy /Y C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include\wsserver.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\wsserver.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\wsserver.inc
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\wsserver.inc
	copy /Y C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include\wsserver.inc C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\wsserver.inc
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\wsss.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\wsss.h
	copy /Y C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include\wsss.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\wsss.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsTris.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsTris.h
	copy /Y egadsTris.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsTris.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsSplineFit.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsSplineFit.h
	copy /Y egadsSplineFit.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsSplineFit.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsSplineVels.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsSplineVels.h
	copy /Y egadsSplineVels.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsSplineVels.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsf90.inc
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsf90.inc
	copy /Y C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src\..\include\egadsf90.inc C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egadsf90.inc
        1 file(s) copied.
	copy /Y Surreal\SurrealD.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealD.h
        1 file(s) copied.
	copy /B C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealD.h+,, C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealD.h
        1 file(s) copied.
	copy /Y Surreal\SurrealD_Lazy.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealD_Lazy.h
        1 file(s) copied.
	copy /B C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealD_Lazy.h+,, C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealD_Lazy.h
        1 file(s) copied.
	copy /Y Surreal\SurrealD_Trad.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealD_Trad.h
        1 file(s) copied.
	copy /B C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealD_Trad.h+,, C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealD_Trad.h
        1 file(s) copied.
	copy /Y Surreal\SurrealS.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealS.h
        1 file(s) copied.
	copy /B C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealS.h+,, C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealS.h
        1 file(s) copied.
	copy /Y Surreal\SurrealS_Lazy.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealS_Lazy.h
        1 file(s) copied.
	copy /B C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealS_Lazy.h+,, C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealS_Lazy.h
        1 file(s) copied.
	copy /Y Surreal\SurrealS_Trad.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealS_Trad.h
        1 file(s) copied.
	copy /B C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealS_Trad.h+,, C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\SurrealS_Trad.h
        1 file(s) copied.
	copy /Y Surreal\always_inline.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\always_inline.h
        1 file(s) copied.
	copy /B C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\always_inline.h+,, C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\Surreal\always_inline.h
        1 file(s) copied.
	del *.cpp *.c *.h *.rc *def *.manifest
	del OCC\* /Q
	rmdir OCC
	del Surreal\* /Q
	rmdir Surreal
	cd C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\src
Makefile NMakefile OCC Surreal egads.def egads.rc egadsAttrs.c egadsBase.c egadsClasses.h egadsCopy.cpp egadsEffect.c egadsExport.c egadsFit.c egadsGeom.cpp egadsHLevel.cpp egadsIO.cpp egadsInternals.h egadsMemory.c egadsOCC.h egadsQuads.c egadsRobust.c egadsSBO.c egadsSkinning.cpp egadsSolids.c egadsSpline.cpp egadsSplineFit.cpp egadsSplineFit.h egadsSplineVels.h egadsStack.h egadsTess.c egadsTessInp.c egadsTessSens.cpp egadsTopo.cpp egadsTris.c egadsTris.h elint fgadsAttrs.c fgadsBase.c fgadsGeom.c fgadsHLevel.c fgadsMemory.c fgadsTess.c fgadsTopo.c fgv.c flint make.bat prmCfit.c prmGrid.c prmUV.c EGADS Build Complete! Makefile NMakefile OCC Surreal egads.def egads.rc egadsAttrs.c egadsBase.c egadsClasses.h egadsCopy.cpp egadsEffect.c egadsExport.c egadsFit.c egadsGeom.cpp egadsHLevel.cpp egadsIO.cpp egadsInternals.h egadsMemory.c egadsOCC.h egadsQuads.c egadsRobust.c egadsSBO.c egadsSkinning.cpp egadsSolids.c egadsSpline.cpp egadsSplineFit.cpp egadsSplineFit.h egadsSplineVels.h egadsStack.h egadsTess.c egadsTessInp.c egadsTessSens.cpp egadsTopo.cpp egadsTris.c egadsTris.h elint fgadsAttrs.c fgadsBase.c fgadsGeom.c fgadsHLevel.c fgadsMemory.c fgadsTess.c fgadsTopo.c fgv.c flint make.bat prmCfit.c prmGrid.c prmUV.c
Compiling EGADS wvServer

Microsoft (R) Program Maintenance Utility Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

	cd C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\*.c           /Q /Y
16 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\*.cpp         /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\*.h           /Q /Y
4 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\*.def         /Q /Y
1 File(s) copied
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /DSTANDALONE /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers server.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\servertest.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

server.c
	cl /c /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE map.cpp /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\map.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

map.cpp
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib gettimeofday.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

gettimeofday.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib websock-w32.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

websock-w32.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib base64-decode.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

base64-decode.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib handshake.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

handshake.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib client-handshake.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

client-handshake.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib libwebsockets.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

libwebsockets.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib extension-deflate-stream.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

extension-deflate-stream.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib md5.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

md5.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib extension-x-google-mux.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

extension-x-google-mux.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib parsers.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

parsers.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib extension.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

extension.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib sha-1.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

sha-1.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib browserMessage.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

browserMessage.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib server.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

server.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib wv.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

wv.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /D_UNICODE /DUNICODE /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\win32helpers fwv.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\fwv.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

fwv.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsservers.lib
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsservers.lib
	lib /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsservers.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\map.obj gettimeofday.obj websock-w32.obj base64-decode.obj handshake.obj  client-handshake.obj libwebsockets.obj extension-deflate-stream.obj  md5.obj extension-x-google-mux.obj parsers.obj extension.obj sha-1.obj  browserMessage.obj server.obj wv.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\fwv.obj
Microsoft (R) Library Manager Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

	cd C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib
	nmake -f NMakefile

Microsoft (R) Program Maintenance Utility Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

	cd C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib\*.c           /Q /Y
15 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib\*.h           /Q /Y
11 File(s) copied
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /DWIN32 /D_CONSOLE /D_UNICODE /DUNICODE /I. adler32.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

adler32.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /DWIN32 /D_CONSOLE /D_UNICODE /DUNICODE /I. gzclose.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

gzclose.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /DWIN32 /D_CONSOLE /D_UNICODE /DUNICODE /I. gzwrite.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

gzwrite.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /DWIN32 /D_CONSOLE /D_UNICODE /DUNICODE /I. inftrees.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

inftrees.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /DWIN32 /D_CONSOLE /D_UNICODE /DUNICODE /I. compress.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

compress.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /DWIN32 /D_CONSOLE /D_UNICODE /DUNICODE /I. infback.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

infback.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /DWIN32 /D_CONSOLE /D_UNICODE /DUNICODE /I. trees.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

trees.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /DWIN32 /D_CONSOLE /D_UNICODE /DUNICODE /I. crc32.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

crc32.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /DWIN32 /D_CONSOLE /D_UNICODE /DUNICODE /I. gzlib.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

gzlib.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /DWIN32 /D_CONSOLE /D_UNICODE /DUNICODE /I. inffast.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

inffast.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /DWIN32 /D_CONSOLE /D_UNICODE /DUNICODE /I. uncompr.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

uncompr.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /DWIN32 /D_CONSOLE /D_UNICODE /DUNICODE /I. deflate.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

deflate.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /DWIN32 /D_CONSOLE /D_UNICODE /DUNICODE /I. gzread.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

gzread.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /DWIN32 /D_CONSOLE /D_UNICODE /DUNICODE /I. inflate.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

inflate.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /DWIN32 /D_CONSOLE /D_UNICODE /DUNICODE /I. zutil.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

zutil.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\z.lib
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\z.lib
	lib /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\z.lib adler32.obj gzclose.obj gzwrite.obj inftrees.obj compress.obj  infback.obj trees.obj crc32.obj	gzlib.obj inffast.obj uncompr.obj  deflate.obj gzread.obj inflate.obj zutil.obj
Microsoft (R) Library Manager Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

	del *.c *.h
	cd C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer\zlib
	cd C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj
	cl /FeC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\test\server.exe C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\servertest.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsservers.lib  C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\z.lib ws2_32.lib
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\test\server.exe 
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\servertest.obj 
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsservers.lib 
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\z.lib 
ws2_32.lib 
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\test\server.exe.manifest  /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\test\server.exe;1
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\test\server.exe.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\test\server.exe;1
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsserver.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsserver.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsserver.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsserver.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsserver.dll /dll /def:wsserver.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\map.obj  gettimeofday.obj websock-w32.obj base64-decode.obj handshake.obj  client-handshake.obj libwebsockets.obj extension-deflate-stream.obj  md5.obj extension-x-google-mux.obj parsers.obj extension.obj sha-1.obj  browserMessage.obj server.obj wv.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\z.lib ws2_32.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsserver.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsserver.exp
	del *.c *.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\*.c
	cd C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\wvServer
Compiling EGADS lite

Microsoft (R) Program Maintenance Utility Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

	cd C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\*.c                   /Q /Y
23 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\*.h                   /Q /Y
6 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\*.rc                  /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\*.def                 /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src\*.h            /Q /Y
7 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src\egadsTess.c    /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src\egadsTris.c    /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src\egadsQuads.c   /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src\egadsTessInp.c /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src\egadsRobust.c  /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src\egadsEffect.c  /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\util\emp.c                 /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\util\evaluate.c            /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\util\rational.c            /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\util\regQuads.c            /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\util\regQuads.h            /Q /Y
1 File(s) copied
	xcopy C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\util\uvmap\uvmap_struct.h  /Q /Y
1 File(s) copied
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src  /I..\util\uvmap liteBase.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

liteBase.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src  /I..\util\uvmap liteMemory.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

liteMemory.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src  /I..\util\uvmap liteGeom.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

liteGeom.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src  /I..\util\uvmap liteTopo.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

liteTopo.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src  /I..\util\uvmap liteAttrs.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

liteAttrs.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src  /I..\util\uvmap liteImport.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

liteImport.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src  /I..\util\uvmap liteString.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

liteString.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /DLITE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src  egadsTess.c /FoliteTess.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsTess.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /DLITE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src  egadsTris.c /FoliteTris.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsTris.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src egadsQuads.c  /FoliteQuads.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsQuads.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /DLITE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src  egadsTessInp.c /FoliteTessInp.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsTessInp.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /DLITE /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\include evaluate.c /FoevaLite.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

evaluate.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /DLITE rational.c /ForatLite.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

rational.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /DLITE /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\include /I. regQuads.c  /FoliteRegQuads.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

regQuads.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /DLITE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src  egadsEffect.c /FoliteEffect.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

egadsEffect.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64  /DLITE /I. /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\src  /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite\..\util\uvmap liteUVmap.c /FoliteUVmap.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

liteUVmap.c
	rc egadslite
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384

Copyright (C) Microsoft Corporation.  All rights reserved.


	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadslite.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadslite.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadslite.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadslite.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadslite.dll /dll /def:egadslite.def liteBase.obj liteMemory.obj liteGeom.obj liteTopo.obj liteAttrs.obj  liteImport.obj liteString.obj  liteTess.obj liteTris.obj liteQuads.obj liteTessInp.obj  emp.obj evaLite.obj ratLite.obj egadsRobust.obj  liteRegQuads.obj liteEffect.obj liteUVmap.obj egadslite.res
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadslite.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadslite.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadslite.dll.manifest  /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadslite.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadslite.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadslite.dll;2
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadslitestatic.lib
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadslitestatic.lib
	lib /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egadslitestatic.lib liteBase.obj liteMemory.obj liteGeom.obj liteTopo.obj liteAttrs.obj  liteImport.obj liteString.obj liteTess.obj liteTris.obj  liteQuads.obj liteTessInp.obj egadsRobust.obj emp.obj  evaLite.obj ratLite.obj liteRegQuads.obj liteEffect.obj  liteUVmap.obj
Microsoft (R) Library Manager Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

	del *.c *.h *.rc *.def *.manifest
	cd C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\EGADS\trunk\lite
Compiling OpenCSM

Microsoft (R) Program Maintenance Utility Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers serveCSM.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\serveCSM.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

serveCSM.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include OpenCSM.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\OpenCSM.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

OpenCSM.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udp.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udp.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udp.c
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers tim.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\tim.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

tim.c
	rc ocsm
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384

Copyright (C) Microsoft Corporation.  All rights reserved.


	copy ocsm.res C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ocsm.res
        1 file(s) copied.
	del ocsm.res
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.dll /dll /def:ocsm.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\OpenCSM.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udp.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\tim.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\ocsm.res /LIBPATH:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib wsserver.lib egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.dll;2
	cl /FeC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\serveCSM.exe C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\serveCSM.obj /link /LIBPATH:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib ocsm.lib wsserver.lib egads.lib
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\serveCSM.exe 
/LIBPATH:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib 
ocsm.lib 
wsserver.lib 
egads.lib 
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\serveCSM.obj 
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\serveCSM.exe.manifest               /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\serveCSM.exe;1
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\serveCSM.exe.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\serveCSM.exe;1
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\winhelpers serveESP.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\serveESP.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

serveESP.c
	cl /FeC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\serveESP.exe C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\serveESP.obj /link /LIBPATH:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib ocsm.lib wsserver.lib egads.lib
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\serveESP.exe 
/LIBPATH:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib 
ocsm.lib 
wsserver.lib 
egads.lib 
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\serveESP.obj 
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\serveESP.exe.manifest               /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\serveESP.exe;1
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\serveESP.exe.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\serveESP.exe;1
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include sensCSM.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\sensCSM.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

sensCSM.c
	cl /FeC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\sensCSM.exe C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\sensCSM.obj /link /LIBPATH:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib ocsm.lib egads.lib
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\sensCSM.exe 
/LIBPATH:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib 
ocsm.lib 
egads.lib 
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\sensCSM.obj 
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\sensCSM.exe.manifest               /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\sensCSM.exe;1
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\sensCSM.exe.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\bin\sensCSM.exe;1
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpBezier.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpBezier.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpBezier.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bezier.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bezier.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bezier.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bezier.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bezier.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpBezier.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bezier.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bezier.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bezier.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bezier.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bezier.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bezier.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpBiconvex.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpBiconvex.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpBiconvex.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\biconvex.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\biconvex.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\biconvex.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\biconvex.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\biconvex.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpBiconvex.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\biconvex.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\biconvex.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\biconvex.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\biconvex.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\biconvex.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\biconvex.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpBox.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpBox.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpBox.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\box.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\box.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\box.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\box.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\box.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpBox.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\box.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\box.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\box.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\box.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\box.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\box.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpBspline.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpBspline.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpBspline.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bspline.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bspline.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bspline.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bspline.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bspline.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpBspline.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bspline.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bspline.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bspline.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bspline.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bspline.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\bspline.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfCatmull.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfCatmull.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfCatmull.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\catmull.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\catmull.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\catmull.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\catmull.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\catmull.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfCatmull.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\catmull.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\catmull.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\catmull.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\catmull.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\catmull.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\catmull.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfCompare.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfCompare.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfCompare.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\compare.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\compare.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\compare.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\compare.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\compare.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfCompare.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\compare.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\compare.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\compare.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\compare.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\compare.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\compare.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfCreateBEM.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfCreateBEM.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfCreateBEM.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createBEM.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createBEM.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createBEM.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createBEM.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createBEM.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfCreateBEM.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createBEM.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createBEM.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createBEM.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createBEM.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createBEM.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createBEM.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfCreatePoly.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfCreatePoly.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfCreatePoly.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createPoly.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createPoly.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createPoly.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createPoly.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createPoly.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfCreatePoly.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createPoly.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createPoly.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createPoly.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createPoly.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createPoly.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\createPoly.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpCsm.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpCsm.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpCsm.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\csm.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\csm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\csm.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\csm.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\csm.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpCsm.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\csm.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\csm.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\csm.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\csm.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\csm.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\csm.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfDeform.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfDeform.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfDeform.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\deform.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\deform.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\deform.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\deform.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\deform.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfDeform.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\deform.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\deform.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\deform.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\deform.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\deform.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\deform.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfDroop.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfDroop.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfDroop.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\droop.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\droop.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\droop.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\droop.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\droop.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfDroop.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\droop.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\droop.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\droop.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\droop.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\droop.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\droop.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfDumpPmtrs.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfDumpPmtrs.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfDumpPmtrs.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\dumpPmtrs.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\dumpPmtrs.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\dumpPmtrs.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\dumpPmtrs.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\dumpPmtrs.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfDumpPmtrs.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\dumpPmtrs.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\dumpPmtrs.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\dumpPmtrs.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\dumpPmtrs.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\dumpPmtrs.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\dumpPmtrs.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfEditAttr.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfEditAttr.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfEditAttr.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\editAttr.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\editAttr.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\editAttr.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\editAttr.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\editAttr.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfEditAttr.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\editAttr.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\editAttr.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\editAttr.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\editAttr.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\editAttr.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\editAttr.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpEllipse.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpEllipse.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpEllipse.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ellipse.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ellipse.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ellipse.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ellipse.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ellipse.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpEllipse.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ellipse.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ellipse.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ellipse.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ellipse.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ellipse.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ellipse.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpEqn2body.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpEqn2body.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpEqn2body.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\eqn2body.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\eqn2body.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\eqn2body.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\eqn2body.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\eqn2body.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpEqn2body.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\eqn2body.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\eqn2body.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\eqn2body.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\eqn2body.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\eqn2body.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\eqn2body.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpFitcurve.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpFitcurve.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpFitcurve.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\fitcurve.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\fitcurve.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\fitcurve.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\fitcurve.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\fitcurve.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpFitcurve.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\fitcurve.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\fitcurve.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\fitcurve.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\fitcurve.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\fitcurve.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\fitcurve.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfFlend.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfFlend.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfFlend.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\flend.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\flend.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\flend.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\flend.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\flend.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfFlend.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\flend.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\flend.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\flend.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\flend.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\flend.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\flend.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpFreeform.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpFreeform.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpFreeform.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\freeform.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\freeform.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\freeform.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\freeform.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\freeform.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpFreeform.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\freeform.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\freeform.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\freeform.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\freeform.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\freeform.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\freeform.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfGanged.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfGanged.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfGanged.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ganged.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ganged.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ganged.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ganged.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ganged.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfGanged.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ganged.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ganged.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ganged.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ganged.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ganged.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ganged.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfGuide.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfGuide.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfGuide.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\guide.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\guide.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\guide.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\guide.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\guide.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfGuide.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\guide.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\guide.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\guide.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\guide.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\guide.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\guide.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpHex.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpHex.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpHex.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\hex.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\hex.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\hex.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\hex.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\hex.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpHex.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\hex.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\hex.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\hex.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\hex.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\hex.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\hex.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpImport.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpImport.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpImport.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\import.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\import.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\import.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\import.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\import.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpImport.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\import.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\import.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\import.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\import.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\import.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\import.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpKulfan.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpKulfan.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpKulfan.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\kulfan.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\kulfan.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\kulfan.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\kulfan.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\kulfan.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpKulfan.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\kulfan.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\kulfan.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\kulfan.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\kulfan.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\kulfan.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\kulfan.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfLinalg.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfLinalg.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfLinalg.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\linalg.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\linalg.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\linalg.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\linalg.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\linalg.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfLinalg.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\linalg.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\linalg.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\linalg.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\linalg.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\linalg.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\linalg.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfMatchBodys.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfMatchBodys.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfMatchBodys.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\matchBodys.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\matchBodys.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\matchBodys.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\matchBodys.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\matchBodys.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfMatchBodys.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\matchBodys.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\matchBodys.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\matchBodys.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\matchBodys.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\matchBodys.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\matchBodys.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfMechanism.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfMechanism.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfMechanism.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mechanism.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mechanism.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mechanism.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mechanism.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mechanism.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfMechanism.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mechanism.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mechanism.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mechanism.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mechanism.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mechanism.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mechanism.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpNaca.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpNaca.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpNaca.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpNaca.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfNaca6mc.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfNaca6mc.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfNaca6mc.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca6mc.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca6mc.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca6mc.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca6mc.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca6mc.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfNaca6mc.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca6mc.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca6mc.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca6mc.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca6mc.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca6mc.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca6mc.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfNacelle.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfNacelle.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfNacelle.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nacelle.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nacelle.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nacelle.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nacelle.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nacelle.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfNacelle.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nacelle.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nacelle.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nacelle.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nacelle.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nacelle.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nacelle.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpNurbbody.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpNurbbody.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpNurbbody.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nurbbody.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nurbbody.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nurbbody.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nurbbody.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nurbbody.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpNurbbody.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nurbbody.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nurbbody.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nurbbody.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nurbbody.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nurbbody.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nurbbody.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfNuscale.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfNuscale.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfNuscale.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nuscale.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nuscale.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nuscale.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nuscale.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nuscale.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfNuscale.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nuscale.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nuscale.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nuscale.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nuscale.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nuscale.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\nuscale.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfOffset.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfOffset.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfOffset.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\offset.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\offset.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\offset.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\offset.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\offset.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfOffset.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\offset.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\offset.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\offset.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\offset.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\offset.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\offset.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpParabaloid.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpParabaloid.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpParabaloid.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parabaloid.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parabaloid.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parabaloid.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parabaloid.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parabaloid.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpParabaloid.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parabaloid.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parabaloid.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parabaloid.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parabaloid.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parabaloid.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parabaloid.dll;2
	cl /c /Ob2 /Oi /Ot /Oy /MD /EHsc /GR /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpParsec.cpp /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpParsec.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpParsec.cpp
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parsec.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parsec.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parsec.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parsec.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parsec.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpParsec.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parsec.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parsec.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parsec.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parsec.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parsec.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\parsec.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpPod.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpPod.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpPod.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\pod.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\pod.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\pod.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\pod.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\pod.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpPod.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\pod.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\pod.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\pod.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\pod.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\pod.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\pod.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpPoly.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpPoly.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpPoly.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\poly.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\poly.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\poly.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\poly.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\poly.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpPoly.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\poly.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\poly.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\poly.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\poly.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\poly.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\poly.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfPrintBbox.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfPrintBbox.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfPrintBbox.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBbox.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBbox.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBbox.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBbox.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBbox.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfPrintBbox.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBbox.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBbox.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBbox.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBbox.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBbox.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBbox.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfPrintBrep.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfPrintBrep.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfPrintBrep.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBrep.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBrep.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBrep.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBrep.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBrep.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfPrintBrep.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBrep.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBrep.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBrep.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBrep.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBrep.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printBrep.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfPrintEgo.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfPrintEgo.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfPrintEgo.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printEgo.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printEgo.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printEgo.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printEgo.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printEgo.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfPrintEgo.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printEgo.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printEgo.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printEgo.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printEgo.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printEgo.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\printEgo.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpProp.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpProp.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpProp.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\prop.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\prop.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\prop.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\prop.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\prop.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpProp.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\prop.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\prop.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\prop.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\prop.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\prop.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\prop.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpRadwaf.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpRadwaf.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpRadwaf.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\radwaf.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\radwaf.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\radwaf.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\radwaf.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\radwaf.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpRadwaf.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\radwaf.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\radwaf.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\radwaf.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\radwaf.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\radwaf.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\radwaf.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpSample.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpSample.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpSample.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sample.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sample.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sample.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sample.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sample.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpSample.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sample.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sample.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sample.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sample.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sample.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sample.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpSew.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpSew.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpSew.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sew.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sew.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sew.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sew.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sew.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpSew.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sew.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sew.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sew.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sew.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sew.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\sew.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfShadow.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfShadow.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfShadow.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\shadow.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\shadow.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\shadow.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\shadow.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\shadow.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfShadow.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\shadow.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\shadow.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\shadow.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\shadow.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\shadow.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\shadow.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfSlices.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfSlices.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfSlices.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slices.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slices.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slices.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slices.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slices.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfSlices.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slices.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slices.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slices.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slices.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slices.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slices.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpStag.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpStag.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpStag.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stag.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stag.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stag.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stag.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stag.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpStag.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stag.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stag.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stag.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stag.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stag.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stag.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfStiffener.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfStiffener.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfStiffener.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stiffener.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stiffener.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stiffener.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stiffener.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stiffener.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfStiffener.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stiffener.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stiffener.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stiffener.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stiffener.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stiffener.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\stiffener.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpSupell.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpSupell.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpSupell.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\supell.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\supell.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\supell.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\supell.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\supell.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpSupell.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\supell.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\supell.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\supell.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\supell.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\supell.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\supell.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udfTester1.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfTester1.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udfTester1.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester1.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester1.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester1.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester1.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester1.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udfTester1.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester1.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester1.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester1.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester1.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester1.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester1.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpTester2.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpTester2.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpTester2.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester2.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester2.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester2.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester2.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester2.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpTester2.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester2.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester2.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester2.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester2.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester2.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\tester2.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpVsp3.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpVsp3.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpVsp3.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vsp3.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vsp3.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vsp3.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vsp3.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vsp3.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpVsp3.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vsp3.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vsp3.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vsp3.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vsp3.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vsp3.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vsp3.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpWaffle.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpWaffle.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpWaffle.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\waffle.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\waffle.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\waffle.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\waffle.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\waffle.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpWaffle.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\waffle.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\waffle.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\waffle.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\waffle.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\waffle.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\waffle.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpWarp.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpWarp.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpWarp.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\warp.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\warp.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\warp.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\warp.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\warp.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpWarp.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\warp.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\warp.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\warp.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\warp.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\warp.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\warp.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include eggPDT2.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\eggPDT2.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

eggPDT2.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\PDT2.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\PDT2.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\PDT2.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\PDT2.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\PDT2.dll /dll /def:egg.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\eggPDT2.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\PDT2.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\PDT2.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\PDT2.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\PDT2.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\PDT2.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\PDT2.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include udpNaca456.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpNaca456.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

udpNaca456.c
	ifort /c /Ox /threads /recursive /libs:dll naca456.f90 /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\naca456.obj
Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.10.0 Build 20230609_000000
Copyright (C) 1985-2023 Intel Corporation.  All rights reserved.

	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca456.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca456.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca456.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca456.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca456.dll /dll /def:udp.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\udpNaca456.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\naca456.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca456.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca456.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca456.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca456.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca456.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\naca456.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include timEreped.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\timEreped.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

timEreped.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ereped.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ereped.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ereped.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ereped.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ereped.dll /dll /def:tim.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\timEreped.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsserver.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ereped.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ereped.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ereped.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ereped.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ereped.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ereped.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include timMitten.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\timMitten.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

timMitten.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mitten.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mitten.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mitten.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mitten.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mitten.dll /dll /def:tim.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\timMitten.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsserver.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mitten.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mitten.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mitten.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mitten.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mitten.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\mitten.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include timPlotter.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\timPlotter.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

timPlotter.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plotter.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plotter.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plotter.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plotter.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plotter.dll /dll /def:tim.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\timPlotter.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsserver.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plotter.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plotter.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plotter.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plotter.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plotter.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plotter.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include timPlugs.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\timPlugs.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

timPlugs.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plugs.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plugs.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plugs.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plugs.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plugs.dll /dll /def:tim.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\timPlugs.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsserver.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plugs.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plugs.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plugs.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plugs.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plugs.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\plugs.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include timSlugs.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\timSlugs.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

timSlugs.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slugs.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slugs.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slugs.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slugs.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slugs.dll /dll /def:tim.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\timSlugs.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsserver.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slugs.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slugs.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slugs.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slugs.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slugs.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\slugs.dll;2
	cl /c /Ox /MD /D_CRT_SECURE_NO_DEPRECATE /DWNT /DNDEBUG /D_CONSOLE /DWIN32 /DREVISION=7.6 /D_OCC64 /IC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include timVspSetup.c /FoC:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\timVspSetup.obj
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

timVspSetup.c
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vspSetup.dll C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vspSetup.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vspSetup.exp
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vspSetup.dll
	link /out:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vspSetup.dll /dll /def:tim.def C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\obj\timVspSetup.obj C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\ocsm.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\wsserver.lib C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\egads.lib
Microsoft (R) Incremental Linker Version 14.29.30153.0
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vspSetup.lib and object C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vspSetup.exp
	echo /manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vspSetup.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vspSetup.dll;2
/manifest C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vspSetup.dll.manifest /outputresource:C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\lib\vspSetup.dll;2
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\OpenCSM.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\OpenCSM.h
	copy OpenCSM.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\OpenCSM.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\common.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\common.h
	copy common.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\common.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\udp.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\udp.h
	copy udp.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\udp.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\esp.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\esp.h
	copy esp.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\esp.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\tim.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\tim.h
	copy tim.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\tim.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egg.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egg.h
	copy egg.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\egg.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\udpUtilities.h
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\udpUtilities.h
	copy udpUtilities.h C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\udpUtilities.h
        1 file(s) copied.
	del C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\udpUtilities.c
Could Not Find C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\udpUtilities.c
	copy udpUtilities.c C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64\include\udpUtilities.c
        1 file(s) copied.
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\applyTparams.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\biconvex.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\boxudc.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\capsHeader.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\capsViews.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\combine.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\contains.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\diamond.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\duct.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\expressions.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\flapz.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\fuselage.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\gen_rot.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\glovesFuse.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\glovesVtail.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\glovesWing.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\overlaps.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\popupz.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\replicate.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\splitEdges.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\spoilerz.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\strut.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\swap.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\viewAstros.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\viewAvl.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\viewConcept.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\viewMasstran.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\viewSansLIP.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\viewSkinStructure.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\viewSu2Inviscid.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\viewSu2Viscous.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\wake.udc
C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\udc\wing.udc
33 File(s) copied
Build training sessions
Add training sessions to PATH
1 File(s) copied
total 45M
-rw-r--r-- 1 jenkins None  27M Nov 13  2018 ASTRO.D01
-rw-r--r-- 1 jenkins None 381K Nov 13  2018 ASTRO.IDX
-rwxr-xr-x 1 jenkins None 1.6M Apr 16  2022 avl.exe
-rwxr-xr-x 1 jenkins None  12M Nov 13  2018 mastros.exe
-rwxr-xr-x 1 jenkins None 1.3M May  3  2022 mses.exe
-rwxr-xr-x 1 jenkins None 1.2M May  3  2022 mset.exe
-rwxr-xr-x 1 jenkins None  52K Feb 18 18:59 sensCSM.exe
-rwxr-xr-x 1 jenkins None 224K Feb 18 18:59 serveCSM.exe
-rwxr-xr-x 1 jenkins None 185K Feb 18 18:59 serveESP.exe
-rwxr-xr-x 1 jenkins None 1.7M Jul 13  2023 xfoil.exe
Testing CSM files:
..\..\OpenCSM\trunk\data\basic\design0.csm
..\..\OpenCSM\trunk\data\basic\design0a.csm
..\..\OpenCSM\trunk\data\basic\design0b.csm
..\..\OpenCSM\trunk\data\basic\design0c.csm
..\..\OpenCSM\trunk\data\basic\design0d.csm
..\..\OpenCSM\trunk\data\basic\design0e.csm
..\..\OpenCSM\trunk\data\basic\design0f.csm
..\..\OpenCSM\trunk\data\basic\design0g.csm
..\..\OpenCSM\trunk\data\basic\design0h.csm
..\..\OpenCSM\trunk\data\basic\design0i.csm
..\..\OpenCSM\trunk\data\basic\design0j.csm
..\..\OpenCSM\trunk\data\basic\design0k.csm
..\..\OpenCSM\trunk\data\basic\design0m.csm
..\..\OpenCSM\trunk\data\basic\design0n1.csm
..\..\OpenCSM\trunk\data\basic\design0n2.csm
..\..\OpenCSM\trunk\data\basic\design0o1.csm
..\..\OpenCSM\trunk\data\basic\design0o2.csm
..\..\OpenCSM\trunk\data\basic\design0o3.csm
..\..\OpenCSM\trunk\data\basic\design0o4.csm
..\..\OpenCSM\trunk\data\basic\design0p.csm
..\..\OpenCSM\trunk\data\basic\design0q.csm
..\..\OpenCSM\trunk\data\basic\design0r.csm
..\..\OpenCSM\trunk\data\basic\design0s.csm
..\..\OpenCSM\trunk\data\basic\design0t1.csm
..\..\OpenCSM\trunk\data\basic\design0t2.csm
..\..\OpenCSM\trunk\data\basic\design0t3.csm
..\..\OpenCSM\trunk\data\basic\design0u.csm
..\..\OpenCSM\trunk\data\basic\design0v.csm
..\..\OpenCSM\trunk\data\basic\design0w.csm
..\..\OpenCSM\trunk\data\basic\design1a.csm
..\..\OpenCSM\trunk\data\basic\design1b.csm
..\..\OpenCSM\trunk\data\basic\design2.csm
..\..\OpenCSM\trunk\data\basic\design3.csm
..\..\OpenCSM\trunk\data\basic\design4.csm
..\..\OpenCSM\trunk\data\basic\design5.csm
..\..\OpenCSM\trunk\data\basic\design6.csm
..\..\OpenCSM\trunk\data\basic\design7.csm
..\..\OpenCSM\trunk\data\basic\design8.csm
..\..\OpenCSM\trunk\data\basic\design8a.csm
..\..\OpenCSM\trunk\data\basic\design8b.csm
..\..\OpenCSM\trunk\data\basic\design8c.csm
..\..\OpenCSM\trunk\data\basic\design8d.csm
..\..\OpenCSM\trunk\data\basic\design9.csm
..\..\OpenCSM\trunk\data\basic\designA.csm
..\..\OpenCSM\trunk\data\basic\designB1.csm
..\..\OpenCSM\trunk\data\basic\designB2.csm
..\..\OpenCSM\trunk\data\basic\designB3.csm
..\..\OpenCSM\trunk\data\basic\designB4.csm
..\..\OpenCSM\trunk\data\basic\designB5.csm
..\..\OpenCSM\trunk\data\basic\designC0.csm
..\..\OpenCSM\trunk\data\basic\designC1a.csm
..\..\OpenCSM\trunk\data\basic\designC1b.csm
..\..\OpenCSM\trunk\data\basic\designC2a.csm
..\..\OpenCSM\trunk\data\basic\designC2b.csm
..\..\OpenCSM\trunk\data\basic\designC3a.csm
..\..\OpenCSM\trunk\data\basic\designC3b.csm
..\..\OpenCSM\trunk\data\basic\designC4a.csm
..\..\OpenCSM\trunk\data\basic\designC4b.csm
..\..\OpenCSM\trunk\data\basic\designC5a.csm
..\..\OpenCSM\trunk\data\basic\designC5b.csm
..\..\OpenCSM\trunk\data\basic\designC6a.csm
..\..\OpenCSM\trunk\data\basic\designC6b.csm
..\..\OpenCSM\trunk\data\basic\designD0a.csm
..\..\OpenCSM\trunk\data\basic\designD0b.csm
..\..\OpenCSM\trunk\data\basic\designD0c.csm
..\..\OpenCSM\trunk\data\basic\designD1a.csm
..\..\OpenCSM\trunk\data\basic\designD1b.csm
..\..\OpenCSM\trunk\data\basic\designD1c.csm
..\..\OpenCSM\trunk\data\basic\designD2a.csm
..\..\OpenCSM\trunk\data\basic\designD2b.csm
..\..\OpenCSM\trunk\data\basic\designD2c.csm
..\..\OpenCSM\trunk\data\basic\designD3a.csm
..\..\OpenCSM\trunk\data\basic\designD3b.csm
..\..\OpenCSM\trunk\data\basic\designD3c.csm
..\..\OpenCSM\trunk\data\basic\designD4a.csm
..\..\OpenCSM\trunk\data\basic\designD4b.csm
..\..\OpenCSM\trunk\data\basic\designD4c.csm
..\..\OpenCSM\trunk\data\basic\designD5a.csm
..\..\OpenCSM\trunk\data\basic\designD5b.csm
..\..\OpenCSM\trunk\data\basic\designD5c.csm
..\..\OpenCSM\trunk\data\basic\designD6a0.csm
..\..\OpenCSM\trunk\data\basic\designD6a1.csm
..\..\OpenCSM\trunk\data\basic\designD6a2.csm
..\..\OpenCSM\trunk\data\basic\designD6b0.csm
..\..\OpenCSM\trunk\data\basic\designD6b1.csm
..\..\OpenCSM\trunk\data\basic\designD6b2.csm
..\..\OpenCSM\trunk\data\basic\designD6c0.csm
..\..\OpenCSM\trunk\data\basic\designD6c1.csm
..\..\OpenCSM\trunk\data\basic\designD6c2.csm
..\..\OpenCSM\trunk\data\basic\designE1.csm
..\..\OpenCSM\trunk\data\basic\designE2.csm
..\..\OpenCSM\trunk\data\basic\designE3.csm
..\..\OpenCSM\trunk\data\basic\designE4.csm
..\..\OpenCSM\trunk\data\basic\designE5.csm
..\..\OpenCSM\trunk\data\basic\designE6.csm
..\..\OpenCSM\trunk\data\basic\designE7.csm
..\..\OpenCSM\trunk\data\basic\designE8.csm
..\..\OpenCSM\trunk\data\basic\designE9.csm
..\..\OpenCSM\trunk\data\basic\designEa.csm
..\..\OpenCSM\trunk\data\basic\designEb.csm
..\..\OpenCSM\trunk\data\basic\designF0bb.csm
..\..\OpenCSM\trunk\data\basic\designF1bb.csm
..\..\OpenCSM\trunk\data\basic\designF1rr.csm
..\..\OpenCSM\trunk\data\basic\designF1rs.csm
..\..\OpenCSM\trunk\data\basic\designF1sr.csm
..\..\OpenCSM\trunk\data\basic\designF1ss.csm
..\..\OpenCSM\trunk\data\basic\designF2bb.csm
..\..\OpenCSM\trunk\data\basic\designF2rr.csm
..\..\OpenCSM\trunk\data\basic\designF2rs.csm
..\..\OpenCSM\trunk\data\basic\designF2sr.csm
..\..\OpenCSM\trunk\data\basic\designF2ss.csm
..\..\OpenCSM\trunk\data\basic\designG0.csm
..\..\OpenCSM\trunk\data\basic\designG1.csm
..\..\OpenCSM\trunk\data\basic\designG2.csm
..\..\OpenCSM\trunk\data\basic\designG3.csm
..\..\OpenCSM\trunk\data\basic\designG4.csm
..\..\OpenCSM\trunk\data\basic\designG5.csm
..\..\OpenCSM\trunk\data\basic\designG6.csm
..\..\OpenCSM\trunk\data\basic\designG7.csm
..\..\OpenCSM\trunk\data\basic\designG8.csm
..\..\OpenCSM\trunk\data\basic\designG9.csm
..\..\OpenCSM\trunk\data\basic\designGA.csm
..\..\OpenCSM\trunk\data\basic\designGB.csm
..\..\OpenCSM\trunk\data\basic\designH1.csm
..\..\OpenCSM\trunk\data\basic\designH2.csm
..\..\OpenCSM\trunk\data\basic\designH3.csm
..\..\OpenCSM\trunk\data\basic\designH4.csm
..\..\OpenCSM\trunk\data\basic\designI1.csm
..\..\OpenCSM\trunk\data\basic\designI2.csm
..\..\OpenCSM\trunk\data\basic\designI3.csm
..\..\OpenCSM\trunk\data\basic\designI4.csm
..\..\OpenCSM\trunk\data\basic\designJ1a.csm
..\..\OpenCSM\trunk\data\basic\designJ1b.csm
..\..\OpenCSM\trunk\data\basic\designJ1c.csm
..\..\OpenCSM\trunk\data\basic\designJ1d.csm
..\..\OpenCSM\trunk\data\basic\designJ2a.csm
..\..\OpenCSM\trunk\data\basic\designJ2b.csm
..\..\OpenCSM\trunk\data\basic\designJ3a.csm
..\..\OpenCSM\trunk\data\basic\designJ3b.csm
..\..\OpenCSM\trunk\data\basic\designJ4a.csm
..\..\OpenCSM\trunk\data\basic\designJ4b.csm
..\..\OpenCSM\trunk\data\basic\designJ5.csm
..\..\OpenCSM\trunk\data\basic\designK0.csm
..\..\OpenCSM\trunk\data\basic\designK1.csm
..\..\OpenCSM\trunk\data\basic\designK2.csm
..\..\OpenCSM\trunk\data\basic\designL00.csm
..\..\OpenCSM\trunk\data\basic\designL01.csm
..\..\OpenCSM\trunk\data\basic\designL10.csm
..\..\OpenCSM\trunk\data\basic\designL11.csm
..\..\OpenCSM\trunk\data\basic\designL12.csm
..\..\OpenCSM\trunk\data\basic\designL20.csm
..\..\OpenCSM\trunk\data\basic\designL21.csm
..\..\OpenCSM\trunk\data\basic\designL22.csm
..\..\OpenCSM\trunk\data\basic\designL30.csm
..\..\OpenCSM\trunk\data\basic\designL31.csm
..\..\OpenCSM\trunk\data\basic\designL32.csm
..\..\OpenCSM\trunk\data\basic\designL33.csm
..\..\OpenCSM\trunk\data\basic\designL34.csm
..\..\OpenCSM\trunk\data\basic\designL40.csm
..\..\OpenCSM\trunk\data\basic\designL41.csm
..\..\OpenCSM\trunk\data\basic\designL42.csm
..\..\OpenCSM\trunk\data\basic\designM0.csm
..\..\OpenCSM\trunk\data\basic\designM1.csm
..\..\OpenCSM\trunk\data\basic\designM2.csm
..\..\OpenCSM\trunk\data\basic\designM3.csm
..\..\OpenCSM\trunk\data\basic\designM4.csm
..\..\OpenCSM\trunk\data\basic\designN1.csm
..\..\OpenCSM\trunk\data\basic\designN2.csm
..\..\OpenCSM\trunk\data\basic\designP0a.csm
..\..\OpenCSM\trunk\data\basic\designP0b.csm
..\..\OpenCSM\trunk\data\basic\designP0c.csm
..\..\OpenCSM\trunk\data\basic\designP0d.csm
..\..\OpenCSM\trunk\data\basic\designP1a.csm
..\..\OpenCSM\trunk\data\basic\designP1b.csm
..\..\OpenCSM\trunk\data\basic\designP1c.csm
..\..\OpenCSM\trunk\data\basic\designP1d.csm
..\..\OpenCSM\trunk\data\basic\designP2a.csm
..\..\OpenCSM\trunk\data\basic\designP2b.csm
..\..\OpenCSM\trunk\data\basic\designP2c.csm
..\..\OpenCSM\trunk\data\basic\designP2d.csm
..\..\OpenCSM\trunk\data\basic\designP3a.csm
..\..\OpenCSM\trunk\data\basic\designP3b.csm
..\..\OpenCSM\trunk\data\basic\designP3c.csm
..\..\OpenCSM\trunk\data\basic\designP3d.csm
..\..\OpenCSM\trunk\data\basic\designP4a.csm
..\..\OpenCSM\trunk\data\basic\designP4b.csm
..\..\OpenCSM\trunk\data\basic\designP4c.csm
..\..\OpenCSM\trunk\data\basic\designP4d.csm
..\..\OpenCSM\trunk\data\basic\designP5a.csm
..\..\OpenCSM\trunk\data\basic\designP5b.csm
..\..\OpenCSM\trunk\data\basic\designQ1.csm
..\..\OpenCSM\trunk\data\basic\designQ2.csm
..\..\OpenCSM\trunk\data\basic\designR0a.csm
..\..\OpenCSM\trunk\data\basic\designR0b.csm
..\..\OpenCSM\trunk\data\basic\designR0c.csm
..\..\OpenCSM\trunk\data\basic\designR0d.csm
..\..\OpenCSM\trunk\data\basic\designR0e.csm
..\..\OpenCSM\trunk\data\basic\designR1a.csm
..\..\OpenCSM\trunk\data\basic\designR1b.csm
..\..\OpenCSM\trunk\data\basic\designR1c.csm
..\..\OpenCSM\trunk\data\basic\designR1d.csm
..\..\OpenCSM\trunk\data\basic\designR1e.csm
..\..\OpenCSM\trunk\data\basic\designR2a.csm
..\..\OpenCSM\trunk\data\basic\designR2b.csm
..\..\OpenCSM\trunk\data\basic\designR2c.csm
..\..\OpenCSM\trunk\data\basic\designR2d.csm
..\..\OpenCSM\trunk\data\basic\designR2e.csm
..\..\OpenCSM\trunk\data\basic\designR3a.csm
..\..\OpenCSM\trunk\data\basic\designR3b.csm
..\..\OpenCSM\trunk\data\basic\designR3c.csm
..\..\OpenCSM\trunk\data\basic\designR3d.csm
..\..\OpenCSM\trunk\data\basic\designR3e.csm
..\..\OpenCSM\trunk\data\basic\designS1.csm
..\..\OpenCSM\trunk\data\basic\designS2.csm
..\..\OpenCSM\trunk\data\basic\designS3.csm
..\..\OpenCSM\trunk\data\basic\designT1.csm
..\..\OpenCSM\trunk\data\basic\designT2.csm
..\..\OpenCSM\trunk\data\basic\designU1a.csm
..\..\OpenCSM\trunk\data\basic\designU1b.csm
..\..\OpenCSM\trunk\data\basic\designU1c.csm
..\..\OpenCSM\trunk\data\basic\designU2a.csm
..\..\OpenCSM\trunk\data\basic\designU2b.csm
..\..\OpenCSM\trunk\data\basic\designU2c.csm
..\..\OpenCSM\trunk\data\basic\designV1.csm
..\..\OpenCSM\trunk\data\basic\designW0.csm
..\..\OpenCSM\trunk\data\basic\designW1.csm
..\..\OpenCSM\trunk\data\basic\designW2.csm
..\..\OpenCSM\trunk\data\basic\designW3.csm
..\..\OpenCSM\trunk\data\basic\designW4.csm
..\..\OpenCSM\trunk\data\basic\designW5.csm
..\..\OpenCSM\trunk\data\basic\designX1.csm
..\..\OpenCSM\trunk\data\basic\designX2.csm
..\..\OpenCSM\trunk\data\basic\designX3.csm
..\..\OpenCSM\trunk\data\basic\designX4.csm
..\..\OpenCSM\trunk\data\basic\designX5.csm
..\..\OpenCSM\trunk\data\basic\designX6.csm
..\..\OpenCSM\trunk\data\basic\designX7.csm
..\..\OpenCSM\trunk\data\basic\designX8.csm
..\..\OpenCSM\trunk\data\basic\designY0.csm
..\..\OpenCSM\trunk\data\basic\designY1.csm
..\..\OpenCSM\trunk\data\basic\designY2.csm
..\..\OpenCSM\trunk\data\basic\designY3.csm
..\..\OpenCSM\trunk\data\basic\designY4.csm
..\..\OpenCSM\trunk\data\basic\designYa.csm
..\..\OpenCSM\trunk\data\basic\designYb.csm
..\..\OpenCSM\trunk\data\basic\designYc.csm
..\..\OpenCSM\trunk\data\basic\designYd.csm
..\..\OpenCSM\trunk\data\basic\designYe.csm
..\..\OpenCSM\trunk\data\basic\designYf.csm
..\..\OpenCSM\trunk\data\basic\designYg.csm
..\..\OpenCSM\trunk\data\basic\designYh.csm
..\..\OpenCSM\trunk\data\basic\designYi.csm
..\..\OpenCSM\trunk\data\basic\designYj.csm
..\..\OpenCSM\trunk\data\basic\designYk.csm
..\..\OpenCSM\trunk\data\basic\designYl.csm
..\..\OpenCSM\trunk\data\basic\designYm.csm
..\..\OpenCSM\trunk\data\basic\designYn.csm
..\..\OpenCSM\trunk\data\basic\designYo.csm
..\..\OpenCSM\trunk\data\basic\designYp.csm
..\..\OpenCSM\trunk\data\basic\designYq.csm
..\..\OpenCSM\trunk\data\basic\designYr.csm
..\..\OpenCSM\trunk\data\basic\designYs.csm
..\..\OpenCSM\trunk\data\basic\designYt.csm
..\..\OpenCSM\trunk\data\basic\designYu.csm
..\..\OpenCSM\trunk\data\basic\designYv.csm
..\..\OpenCSM\trunk\data\basic\designYw.csm
..\..\OpenCSM\trunk\data\basic\designYx.csm
..\..\OpenCSM\trunk\data\basic\designYy.csm
..\..\OpenCSM\trunk\data\basic\designYz.csm
..\..\OpenCSM\trunk\data\basic\designZ1.csm
..\..\OpenCSM\trunk\data\basic\designZ2.csm
..\..\OpenCSM\trunk\data\basic\designZ3.csm
..\..\OpenCSM\trunk\data\basic\designZ4.csm
..\..\OpenCSM\trunk\data\basic\designZ5.csm
..\..\OpenCSM\trunk\data\basic\designZ6.csm
(   1 / 275 )
data\basic\design0.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "xbase" for ibody=6
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  2.6066e-10)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  1.5270e-17)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  5.6995e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "ybase" for ibody=6
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  4.5147e-10)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  2.2255e-17)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  8.9591e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "zbase" for ibody=6
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  4.0954e-10)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.4550e-17)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  9.0883e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "xsize" for ibody=6
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  2.1176e-10)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  1.5270e-17)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.6995e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "ysize" for ibody=6
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  2.7711e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  8.8933e-18)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  8.9591e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "zsize" for ibody=6
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  2.0476e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  6.7174e-18)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  3.3616e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "dx" for ibody=6
    d(Face)/d(dx) check complete with        0 total errors (errmax=  2.6066e-10)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  1.5270e-17)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  5.6995e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dy"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "dy" for ibody=6
    d(Face)/d(dy) check complete with        0 total errors (errmax=  4.5147e-10)
    d(Edge)/d(dy) check complete with        0 total errors (errmax=  2.2255e-17)
    d(Node)/d(dy) check complete with        0 total errors (errmax=  8.9591e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dz"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "dz" for ibody=6
    d(Face)/d(dz) check complete with        0 total errors (errmax=  6.9419e-10)
    d(Edge)/d(dz) check complete with        0 total errors (errmax=  2.1858e-17)
    d(Node)/d(dz) check complete with        0 total errors (errmax=  8.8664e-10)
 

*********************************************************
Starting geometric sensitivity wrt "rotx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "rotx" for ibody=6
    d(Face)/d(rotx) check complete with        0 total errors (errmax=  7.7985e-10)
    d(Edge)/d(rotx) check complete with        0 total errors (errmax=  6.9771e-17)
    d(Node)/d(rotx) check complete with        0 total errors (errmax=  8.8683e-10)
 

*********************************************************
Starting geometric sensitivity wrt "roty"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "roty" for ibody=6
    d(Face)/d(roty) check complete with        0 total errors (errmax=  6.1302e-10)
    d(Edge)/d(roty) check complete with        0 total errors (errmax=  2.9022e-17)
    d(Node)/d(roty) check complete with        0 total errors (errmax=  6.3037e-10)
 

*********************************************************
Starting geometric sensitivity wrt "rotz"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "rotz" for ibody=6
    d(Face)/d(rotz) check complete with        0 total errors (errmax=  1.2994e-09)
    d(Edge)/d(rotz) check complete with        0 total errors (errmax=  8.0114e-17)
    d(Node)/d(rotz) check complete with        0 total errors (errmax=  1.2383e-09)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "scale" for ibody=6
    d(Face)/d(scale) check complete with        0 total errors (errmax=  4.3054e-10)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  1.2695e-17)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  4.1971e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.003 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.2994e-09) with 0 suppressions

real	0m0.483s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\design0 -geom            passed (as expected)
--------------------------------------------------------------------------------------------------
(   2 / 275 )
data\basic\design0a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "x1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "x1" for ibody=5
    d(Face)/d(x1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(x1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x1) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "x2" for ibody=5
    d(Face)/d(x2) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "x3" for ibody=5
    d(Face)/d(x3) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(x3) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(x3) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "x4" for ibody=5
    d(Face)/d(x4) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x4) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(x4) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x5"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "x5" for ibody=5
    d(Face)/d(x5) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x5) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(x5) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "y1" for ibody=5
    d(Face)/d(y1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(y1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y1) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "y2" for ibody=5
    d(Face)/d(y2) check complete with        0 total errors (errmax=  1.6602e-11)
    d(Edge)/d(y2) check complete with        0 total errors (errmax=  1.2403e-20)
    d(Node)/d(y2) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "y3" for ibody=5
    d(Face)/d(y3) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(y3) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(y3) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "y4" for ibody=5
    d(Face)/d(y4) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(y4) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(y4) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y5"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "y5" for ibody=5
    d(Face)/d(y5) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(y5) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(y5) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "z1" for ibody=5
    d(Face)/d(z1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(z1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z1) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "z2" for ibody=5
    d(Face)/d(z2) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z2) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(z2) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "z3" for ibody=5
    d(Face)/d(z3) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(z3) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(z3) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.073 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions

real	0m1.441s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\design0a -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(   3 / 275 )
data\basic\design0b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "x1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "x1" for ibody=8
    d(Face)/d(x1) check complete with        0 total errors (errmax=  2.6248e-11)
    d(Edge)/d(x1) check complete with        0 total errors (errmax=  6.1630e-21)
    d(Node)/d(x1) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "x2" for ibody=8
    d(Face)/d(x2) check complete with        0 total errors (errmax=  7.0500e-11)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "x3" for ibody=8
    d(Face)/d(x3) check complete with        0 total errors (errmax=  4.8634e-11)
    d(Edge)/d(x3) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(x3) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "y1" for ibody=8
    d(Face)/d(y1) check complete with        0 total errors (errmax=  4.7683e-11)
    d(Edge)/d(y1) check complete with        0 total errors (errmax=  2.2761e-20)
    d(Node)/d(y1) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "y2" for ibody=8
    d(Face)/d(y2) check complete with        0 total errors (errmax=  2.6248e-11)
    d(Edge)/d(y2) check complete with        0 total errors (errmax=  5.2094e-20)
    d(Node)/d(y2) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "y3" for ibody=8
    d(Face)/d(y3) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(y3) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(y3) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "depth"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.652s
user	0m0.000s
sys	0m0.000s
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "depth" for ibody=8
    d(Face)/d(depth) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(depth) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(depth) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.050 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions
+ set +x
data\basic\design0b -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(   4 / 275 )
data\basic\design0c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "xbeg1" for ibody=3
    d(Face)/d(xbeg1) check complete with        0 total errors (errmax=  4.3408e-11)
    d(Edge)/d(xbeg1) check complete with        0 total errors (errmax=  2.1721e-17)
    d(Node)/d(xbeg1) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "ybeg1" for ibody=3
    d(Face)/d(ybeg1) check complete with        0 total errors (errmax=  4.0213e-11)
    d(Edge)/d(ybeg1) check complete with        0 total errors (errmax=  1.4713e-17)
    d(Node)/d(ybeg1) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "zbeg1" for ibody=3
    d(Face)/d(zbeg1) check complete with        0 total errors (errmax=  2.0481e-07)
    d(Edge)/d(zbeg1) check complete with        0 total errors (errmax=  2.0186e-11)
    d(Node)/d(zbeg1) check complete with        0 total errors (errmax=  7.4992e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xend1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "xend1" for ibody=3
    d(Face)/d(xend1) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(xend1) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(xend1) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rad1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "rad1" for ibody=3
    d(Face)/d(rad1) check complete with        0 total errors (errmax=  1.9852e-08)
    d(Edge)/d(rad1) check complete with        0 total errors (errmax=  6.6174e-13)
    d(Node)/d(rad1) check complete with        0 total errors (errmax=  1.1996e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xbeg2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "xbeg2" for ibody=3
    d(Face)/d(xbeg2) check complete with        0 total errors (errmax=  5.7964e-11)
    d(Edge)/d(xbeg2) check complete with        0 total errors (errmax=  2.0041e-17)
    d(Node)/d(xbeg2) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "ybeg2" for ibody=3
    d(Face)/d(ybeg2) check complete with        0 total errors (errmax=  6.4099e-11)
    d(Edge)/d(ybeg2) check complete with        0 total errors (errmax=  2.1500e-17)
    d(Node)/d(ybeg2) check complete with        0 total errors (errmax=  6.4099e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "zbeg2" for ibody=3
    d(Face)/d(zbeg2) check complete with        0 total errors (errmax=  2.0481e-07)
    d(Edge)/d(zbeg2) check complete with        0 total errors (errmax=  2.0203e-11)
    d(Node)/d(zbeg2) check complete with        0 total errors (errmax=  7.4992e-07)
 

*********************************************************
Starting geometric sensitivity wrt "yend2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "yend2" for ibody=3
    d(Face)/d(yend2) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(yend2) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(yend2) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rad2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "rad2" for ibody=3
    d(Face)/d(rad2) check complete with        0 total errors (errmax=  1.2531e-07)
    d(Edge)/d(rad2) check complete with        0 total errors (errmax=  9.9860e-12)
    d(Node)/d(rad2) check complete with        0 total errors (errmax=  7.4992e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.024 sec

Sensitivity checks complete with        0 total errors (max geom err=  7.4992e-07) with 0 suppressions

real	0m1.509s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\design0c -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(   5 / 275 )
data\basic\design0d.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0d.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "xsize" for ibody=2
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "ysize" for ibody=2
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "zsize" for ibody=2
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.345s
user	0m0.000s
sys	0m0.030s
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "scale" for ibody=2
    d(Face)/d(scale) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  2.5741e-18)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.8491e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.006 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.8491e-10) with 0 suppressions
+ set +x
data\basic\design0d -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(   6 / 275 )
data\basic\design0e.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0e.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "camber" for ibody=4
    d(Face)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  2.0716e-07)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  8.1295e-09)
 

*********************************************************
Starting geometric sensitivity wrt "thick"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "thick" for ibody=4
    d(Face)/d(thick) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  4.0192e-08)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  1.7989e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xle"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "xle" for ibody=4
    d(Face)/d(xle) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(xle) check complete with        0 total errors (errmax=  8.8860e-20)
    d(Node)/d(xle) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yle"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "yle" for ibody=4
    d(Face)/d(yle) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(yle) check complete with        0 total errors (errmax=  2.1858e-20)
    d(Node)/d(yle) check complete with        0 total errors (errmax=  5.7740e-13)
 

*********************************************************
Starting geometric sensitivity wrt "zle"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "zle" for ibody=4
    d(Face)/d(zle) check complete with        0 total errors (errmax=  5.7740e-13)
    d(Edge)/d(zle) check complete with        0 total errors (errmax=  3.1706e-20)
    d(Node)/d(zle) check complete with        0 total errors (errmax=  5.7740e-13)
 

*********************************************************
Starting geometric sensitivity wrt "chord"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "chord" for ibody=4
    d(Face)/d(chord) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(chord) check complete with        0 total errors (errmax=  1.2971e-19)
    d(Node)/d(chord) check complete with        0 total errors (errmax=  1.3628e-10)
 

*********************************************************
Starting geometric sensitivity wrt "alpha"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "alpha" for ibody=4
    d(Face)/d(alpha) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(alpha) check complete with        0 total errors (errmax=  2.8982e-19)
    d(Node)/d(alpha) check complete with        0 total errors (errmax=  1.3970e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.004 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0716e-07) with 0 suppressions

real	0m0.656s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\design0e -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(   7 / 275 )
data\basic\design0f.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0f.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "camber" for ibody=2
    d(Face)/d(camber) check complete with        0 total errors (errmax=  1.1737e-05)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  8.1607e-09)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  4.0501e-09)
 

*********************************************************
Starting geometric sensitivity wrt "thick"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "thick" for ibody=2
    d(Face)/d(thick) check complete with        0 total errors (errmax=  1.4108e-05)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  9.9338e-09)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  7.0996e-12)
 

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "dx" for ibody=2
    d(Face)/d(dx) check complete with        0 total errors (errmax=  1.0900e-11)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  4.5923e-19)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  8.1098e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dy"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "dy" for ibody=2
    d(Face)/d(dy) check complete with        0 total errors (errmax=  1.0837e-11)
    d(Edge)/d(dy) check complete with        0 total errors (errmax=  2.3390e-20)
    d(Node)/d(dy) check complete with        0 total errors (errmax=  2.3074e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dz"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "dz" for ibody=2
    d(Face)/d(dz) check complete with        0 total errors (errmax=  3.3710e-10)
    d(Edge)/d(dz) check complete with        0 total errors (errmax=  1.0938e-17)
    d(Node)/d(dz) check complete with        0 total errors (errmax=  3.3899e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.038 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.4108e-05) with 0 suppressions

real	0m0.397s
user	0m0.031s
sys	0m0.015s
+ set +x
data\basic\design0f -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(   8 / 275 )
data\basic\design0g.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0g.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xle[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "xle[1,1]" for ibody=22
    d(Face)/d(xle) check complete with        0 total errors (errmax=  5.2136e-11)
    d(Edge)/d(xle) check complete with        0 total errors (errmax=  1.1539e-18)
    d(Node)/d(xle) check complete with        0 total errors (errmax=  1.7597e-10)

*********************************************************
Starting geometric sensitivity wrt "xle[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "xle[2,1]" for ibody=22
    d(Face)/d(xle) check complete with        0 total errors (errmax=  8.5618e-11)
    d(Edge)/d(xle) check complete with        0 total errors (errmax=  1.0125e-18)
    d(Node)/d(xle) check complete with        0 total errors (errmax=  8.0427e-11)

*********************************************************
Starting geometric sensitivity wrt "xle[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "xle[3,1]" for ibody=22
    d(Face)/d(xle) check complete with        0 total errors (errmax=  8.0500e-11)
    d(Edge)/d(xle) check complete with        0 total errors (errmax=  1.8956e-18)
    d(Node)/d(xle) check complete with        0 total errors (errmax=  1.7597e-10)

*********************************************************
Starting geometric sensitivity wrt "xle[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "xle[4,1]" for ibody=22
    d(Face)/d(xle) check complete with        0 total errors (errmax=  8.9458e-11)
    d(Edge)/d(xle) check complete with        0 total errors (errmax=  2.0027e-18)
    d(Node)/d(xle) check complete with        0 total errors (errmax=  1.7597e-10)
 

*********************************************************
Starting geometric sensitivity wrt "yle[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "yle[1,1]" for ibody=22
    d(Face)/d(yle) check complete with        0 total errors (errmax=  4.0589e-11)
    d(Edge)/d(yle) check complete with        0 total errors (errmax=  2.8439e-20)
    d(Node)/d(yle) check complete with        0 total errors (errmax=  2.5039e-19)

*********************************************************
Starting geometric sensitivity wrt "yle[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "yle[2,1]" for ibody=22
    d(Face)/d(yle) check complete with        0 total errors (errmax=  4.1180e-11)
    d(Edge)/d(yle) check complete with        0 total errors (errmax=  1.8777e-19)
    d(Node)/d(yle) check complete with        0 total errors (errmax=  1.6329e-11)

*********************************************************
Starting geometric sensitivity wrt "yle[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "yle[3,1]" for ibody=22
    d(Face)/d(yle) check complete with        0 total errors (errmax=  4.4991e-11)
    d(Edge)/d(yle) check complete with        0 total errors (errmax=  7.1692e-19)
    d(Node)/d(yle) check complete with        0 total errors (errmax=  4.7770e-11)

*********************************************************
Starting geometric sensitivity wrt "yle[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "yle[4,1]" for ibody=22
    d(Face)/d(yle) check complete with        0 total errors (errmax=  5.5625e-11)
    d(Edge)/d(yle) check complete with        0 total errors (errmax=  1.8164e-18)
    d(Node)/d(yle) check complete with        0 total errors (errmax=  1.7597e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zle[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "zle[1,1]" for ibody=22
    d(Face)/d(zle) check complete with        0 total errors (errmax=  4.2320e-11)
    d(Edge)/d(zle) check complete with        0 total errors (errmax=  2.9623e-20)
    d(Node)/d(zle) check complete with        0 total errors (errmax=  3.0389e-13)

*********************************************************
Starting geometric sensitivity wrt "zle[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "zle[2,1]" for ibody=22
    d(Face)/d(zle) check complete with        0 total errors (errmax=  4.1914e-11)
    d(Edge)/d(zle) check complete with        0 total errors (errmax=  2.1853e-20)
    d(Node)/d(zle) check complete with        0 total errors (errmax=  3.0389e-13)

*********************************************************
Starting geometric sensitivity wrt "zle[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "zle[3,1]" for ibody=22
    d(Face)/d(zle) check complete with        0 total errors (errmax=  4.0502e-11)
    d(Edge)/d(zle) check complete with        0 total errors (errmax=  2.4740e-20)
    d(Node)/d(zle) check complete with        0 total errors (errmax=  3.0389e-13)

*********************************************************
Starting geometric sensitivity wrt "zle[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "zle[4,1]" for ibody=22
    d(Face)/d(zle) check complete with        0 total errors (errmax=  4.0596e-11)
    d(Edge)/d(zle) check complete with        0 total errors (errmax=  3.3684e-20)
    d(Node)/d(zle) check complete with        0 total errors (errmax=  1.6329e-11)
 

*********************************************************
Starting geometric sensitivity wrt "twist[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "twist[1,1]" for ibody=22
    d(Face)/d(twist) check complete with        0 total errors (errmax=  6.0667e-10)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  7.7558e-17)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  4.9236e-11)

*********************************************************
Starting geometric sensitivity wrt "twist[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "twist[2,1]" for ibody=22
    d(Face)/d(twist) check complete with        0 total errors (errmax=  2.5943e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  5.6996e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  1.3895e-10)

*********************************************************
Starting geometric sensitivity wrt "twist[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "twist[3,1]" for ibody=22
    d(Face)/d(twist) check complete with        0 total errors (errmax=  2.2870e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  7.2674e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  8.2037e-12)

*********************************************************
Starting geometric sensitivity wrt "twist[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "twist[4,1]" for ibody=22
    d(Face)/d(twist) check complete with        0 total errors (errmax=  1.2323e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  2.4782e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  5.9548e-11)
 

*********************************************************
Starting geometric sensitivity wrt "chord[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "chord[1,1]" for ibody=22
    d(Face)/d(chord) check complete with        0 total errors (errmax=  1.3971e-10)
    d(Edge)/d(chord) check complete with        0 total errors (errmax=  1.0073e-17)
    d(Node)/d(chord) check complete with        0 total errors (errmax=  3.2916e-10)

*********************************************************
Starting geometric sensitivity wrt "chord[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "chord[2,1]" for ibody=22
    d(Face)/d(chord) check complete with        0 total errors (errmax=  8.6140e-10)
    d(Edge)/d(chord) check complete with        0 total errors (errmax=  1.2648e-16)
    d(Node)/d(chord) check complete with        0 total errors (errmax=  1.2454e-10)

*********************************************************
Starting geometric sensitivity wrt "chord[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "chord[3,1]" for ibody=22
    d(Face)/d(chord) check complete with        0 total errors (errmax=  9.1136e-10)
    d(Edge)/d(chord) check complete with        0 total errors (errmax=  7.8533e-16)
    d(Node)/d(chord) check complete with        0 total errors (errmax=  1.0130e-10)

*********************************************************
Starting geometric sensitivity wrt "chord[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "chord[4,1]" for ibody=22
    d(Face)/d(chord) check complete with        0 total errors (errmax=  8.4881e-10)
    d(Edge)/d(chord) check complete with        0 total errors (errmax=  8.1625e-16)
    d(Node)/d(chord) check complete with        0 total errors (errmax=  8.3139e-11)
 

*********************************************************
Starting geometric sensitivity wrt "thick[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "thick[1,1]" for ibody=22
    d(Face)/d(thick) check complete with        0 total errors (errmax=  1.3748e-03)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  6.4371e-10)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  2.2937e-10)

*********************************************************
Starting geometric sensitivity wrt "thick[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "thick[2,1]" for ibody=22
    d(Face)/d(thick) check complete with        0 total errors (errmax=  1.4345e-03)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  1.6491e-08)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  7.0341e-11)

*********************************************************
Starting geometric sensitivity wrt "thick[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "thick[3,1]" for ibody=22
    d(Face)/d(thick) check complete with        0 total errors (errmax=  1.3913e-04)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  1.9717e-08)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  6.4539e-11)

*********************************************************
Starting geometric sensitivity wrt "thick[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "thick[4,1]" for ibody=22
    d(Face)/d(thick) check complete with        0 total errors (errmax=  5.2076e-05)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  6.6421e-09)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  6.2155e-11)
 

*********************************************************
Starting geometric sensitivity wrt "cambr[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "cambr[1,1]" for ibody=22
    d(Face)/d(cambr) check complete with        0 total errors (errmax=  2.7395e-04)
    d(Edge)/d(cambr) check complete with        0 total errors (errmax=  5.8283e-10)
    d(Node)/d(cambr) check complete with        0 total errors (errmax=  2.8142e-09)

*********************************************************
Starting geometric sensitivity wrt "cambr[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "cambr[2,1]" for ibody=22
    d(Face)/d(cambr) check complete with        0 total errors (errmax=  2.0332e-04)
    d(Edge)/d(cambr) check complete with        0 total errors (errmax=  1.2540e-10)
    d(Node)/d(cambr) check complete with        0 total errors (errmax=  1.0129e-09)

*********************************************************
Starting geometric sensitivity wrt "cambr[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "cambr[3,1]" for ibody=22
    d(Face)/d(cambr) check complete with        0 total errors (errmax=  3.1978e-05)
    d(Edge)/d(cambr) check complete with        0 total errors (errmax=  1.5507e-10)
    d(Node)/d(cambr) check complete with        0 total errors (errmax=  6.4234e-10)

*********************************************************
Starting geometric sensitivity wrt "cambr[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

real	0m59.464s
user	0m0.015s
sys	0m0.015s

Comparing geometric sensitivities wrt "cambr[4,1]" for ibody=22
    d(Face)/d(cambr) check complete with        0 total errors (errmax=  3.1407e-05)
    d(Edge)/d(cambr) check complete with        0 total errors (errmax=  4.0997e-11)
    d(Node)/d(cambr) check complete with        0 total errors (errmax=  3.6357e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->     49.870 sec

Sensitivity checks complete with       10 total errors (max geom err=  1.4345e-03) with 0 suppressions
+ set +x
data\basic\design0g -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(   9 / 275 )
data\basic\design0h.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0h.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "rx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "rx" for ibody=1
    d(Face)/d(rx) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(rx) check complete with        0 total errors (errmax=  3.6927e-19)
    d(Node)/d(rx) check complete with        0 total errors (errmax=  6.1232e-28)
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "rx" for ibody=2
    d(Face)/d(rx) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(rx) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(rx) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "rx" for ibody=3
    d(Face)/d(rx) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(rx) check complete with        0 total errors (errmax=  4.7285e-19)
    d(Node)/d(rx) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ry"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ry" for ibody=1
    d(Face)/d(ry) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(ry) check complete with        0 total errors (errmax=  8.3855e-19)
    d(Node)/d(ry) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "ry" for ibody=2
    d(Face)/d(ry) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(ry) check complete with        0 total errors (errmax=  2.0661e-18)
    d(Node)/d(ry) check complete with        0 total errors (errmax=  5.6319e-26)
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "ry" for ibody=3
    d(Face)/d(ry) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(ry) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(ry) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "rz"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "rz" for ibody=1
    d(Face)/d(rz) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(rz) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(rz) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

real	0m0.550s
user	0m0.015s
sys	0m0.015s

Comparing geometric sensitivities wrt "rz" for ibody=2
    d(Face)/d(rz) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(rz) check complete with        0 total errors (errmax=  2.4288e-18)
    d(Node)/d(rz) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "rz" for ibody=3
    d(Face)/d(rz) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(rz) check complete with        0 total errors (errmax=  5.2181e-19)
    d(Node)/d(rz) check complete with        0 total errors (errmax=  7.6541e-28)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.004 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions
+ set +x
data\basic\design0h -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  10 / 275 )
data\basic\design0i.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0i.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "rx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "rx" for ibody=2
    d(Face)/d(rx) check complete with        0 total errors (errmax=  6.5026e-11)
    d(Edge)/d(rx) check complete with        0 total errors (errmax=  3.6254e-19)
    d(Node)/d(rx) check complete with        0 total errors (errmax=  6.1232e-28)
 

*********************************************************
Starting geometric sensitivity wrt "ry"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "ry" for ibody=2
    d(Face)/d(ry) check complete with        0 total errors (errmax=  7.5112e-11)
    d(Edge)/d(ry) check complete with        0 total errors (errmax=  7.6644e-19)
    d(Node)/d(ry) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

real	0m0.270s
user	0m0.015s
sys	0m0.015s

Comparing geometric sensitivities wrt "span" for ibody=2
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  1.0355e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.007 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions
+ set +x
data\basic\design0i -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  11 / 275 )
data\basic\design0j.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0j.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xle[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "xle[1,1]" for ibody=26
    d(Face)/d(xle) check complete with        0 total errors (errmax=  5.5299e-11)
    d(Edge)/d(xle) check complete with        0 total errors (errmax=  2.3275e-19)
    d(Node)/d(xle) check complete with        0 total errors (errmax=  8.0427e-11)

*********************************************************
Starting geometric sensitivity wrt "xle[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "xle[2,1]" for ibody=26
    d(Face)/d(xle) check complete with        0 total errors (errmax=  6.1771e-11)
    d(Edge)/d(xle) check complete with        0 total errors (errmax=  9.3210e-19)
    d(Node)/d(xle) check complete with        0 total errors (errmax=  1.7597e-10)

*********************************************************
Starting geometric sensitivity wrt "xle[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "xle[3,1]" for ibody=26
    d(Face)/d(xle) check complete with        0 total errors (errmax=  8.0817e-11)
    d(Edge)/d(xle) check complete with        0 total errors (errmax=  4.1670e-19)
    d(Node)/d(xle) check complete with        0 total errors (errmax=  4.7770e-11)

*********************************************************
Starting geometric sensitivity wrt "xle[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "xle[4,1]" for ibody=26
    d(Face)/d(xle) check complete with        0 total errors (errmax=  6.6830e-11)
    d(Edge)/d(xle) check complete with        0 total errors (errmax=  5.5253e-19)
    d(Node)/d(xle) check complete with        0 total errors (errmax=  4.7770e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yle[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "yle[1,1]" for ibody=26
    d(Face)/d(yle) check complete with        0 total errors (errmax=  4.0347e-11)
    d(Edge)/d(yle) check complete with        0 total errors (errmax=  9.2266e-21)
    d(Node)/d(yle) check complete with        0 total errors (errmax=  2.5039e-19)

*********************************************************
Starting geometric sensitivity wrt "yle[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "yle[2,1]" for ibody=26
    d(Face)/d(yle) check complete with        0 total errors (errmax=  4.3545e-11)
    d(Edge)/d(yle) check complete with        0 total errors (errmax=  9.0364e-20)
    d(Node)/d(yle) check complete with        0 total errors (errmax=  1.6329e-11)

*********************************************************
Starting geometric sensitivity wrt "yle[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "yle[3,1]" for ibody=26
    d(Face)/d(yle) check complete with        0 total errors (errmax=  4.3804e-11)
    d(Edge)/d(yle) check complete with        0 total errors (errmax=  2.7992e-19)
    d(Node)/d(yle) check complete with        0 total errors (errmax=  4.7770e-11)

*********************************************************
Starting geometric sensitivity wrt "yle[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "yle[4,1]" for ibody=26
    d(Face)/d(yle) check complete with        0 total errors (errmax=  5.2603e-11)
    d(Edge)/d(yle) check complete with        0 total errors (errmax=  1.8990e-18)
    d(Node)/d(yle) check complete with        0 total errors (errmax=  1.7597e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zle[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "zle[1,1]" for ibody=26
    d(Face)/d(zle) check complete with        0 total errors (errmax=  4.0347e-11)
    d(Edge)/d(zle) check complete with        0 total errors (errmax=  4.1120e-20)
    d(Node)/d(zle) check complete with        0 total errors (errmax=  1.6329e-11)

*********************************************************
Starting geometric sensitivity wrt "zle[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "zle[2,1]" for ibody=26
    d(Face)/d(zle) check complete with        0 total errors (errmax=  4.1261e-11)
    d(Edge)/d(zle) check complete with        0 total errors (errmax=  2.0692e-20)
    d(Node)/d(zle) check complete with        0 total errors (errmax=  3.0389e-13)

*********************************************************
Starting geometric sensitivity wrt "zle[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "zle[3,1]" for ibody=26
    d(Face)/d(zle) check complete with        0 total errors (errmax=  4.1881e-11)
    d(Edge)/d(zle) check complete with        0 total errors (errmax=  9.0494e-21)
    d(Node)/d(zle) check complete with        0 total errors (errmax=  3.0389e-13)

*********************************************************
Starting geometric sensitivity wrt "zle[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "zle[4,1]" for ibody=26
    d(Face)/d(zle) check complete with        0 total errors (errmax=  4.0816e-11)
    d(Edge)/d(zle) check complete with        0 total errors (errmax=  2.0758e-20)
    d(Node)/d(zle) check complete with        0 total errors (errmax=  1.6329e-11)
 

*********************************************************
Starting geometric sensitivity wrt "twist[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "twist[1,1]" for ibody=26
    d(Face)/d(twist) check complete with        0 total errors (errmax=  6.1397e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  8.3025e-15)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  4.2337e-11)

*********************************************************
Starting geometric sensitivity wrt "twist[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "twist[2,1]" for ibody=26
    d(Face)/d(twist) check complete with        0 total errors (errmax=  3.5984e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  2.7428e-15)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  7.2542e-11)

*********************************************************
Starting geometric sensitivity wrt "twist[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "twist[3,1]" for ibody=26
    d(Face)/d(twist) check complete with        0 total errors (errmax=  2.1006e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  6.7160e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  3.9355e-11)

*********************************************************
Starting geometric sensitivity wrt "twist[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "twist[4,1]" for ibody=26
    d(Face)/d(twist) check complete with        0 total errors (errmax=  2.5267e-10)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  8.6242e-18)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.1646e-11)
 

*********************************************************
Starting geometric sensitivity wrt "chord[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "chord[1,1]" for ibody=26
    d(Face)/d(chord) check complete with        0 total errors (errmax=  1.3200e-08)
    d(Edge)/d(chord) check complete with        0 total errors (errmax=  4.6264e-14)
    d(Node)/d(chord) check complete with        0 total errors (errmax=  2.3214e-11)

*********************************************************
Starting geometric sensitivity wrt "chord[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "chord[2,1]" for ibody=26
    d(Face)/d(chord) check complete with        0 total errors (errmax=  8.6297e-09)
    d(Edge)/d(chord) check complete with        0 total errors (errmax=  1.8376e-14)
    d(Node)/d(chord) check complete with        0 total errors (errmax=  1.3890e-10)

*********************************************************
Starting geometric sensitivity wrt "chord[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "chord[3,1]" for ibody=26
    d(Face)/d(chord) check complete with        0 total errors (errmax=  7.0615e-09)
    d(Edge)/d(chord) check complete with        0 total errors (errmax=  8.5693e-15)
    d(Node)/d(chord) check complete with        0 total errors (errmax=  7.0357e-11)

*********************************************************
Starting geometric sensitivity wrt "chord[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "chord[4,1]" for ibody=26
    d(Face)/d(chord) check complete with        0 total errors (errmax=  1.8534e-09)
    d(Edge)/d(chord) check complete with        0 total errors (errmax=  6.4032e-16)
    d(Node)/d(chord) check complete with        0 total errors (errmax=  9.5542e-11)
 

*********************************************************
Starting geometric sensitivity wrt "thick[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "thick[1,1]" for ibody=26
    d(Face)/d(thick) check complete with        0 total errors (errmax=  4.5854e-05)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  5.5794e-07)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  2.6841e-11)

*********************************************************
Starting geometric sensitivity wrt "thick[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "thick[2,1]" for ibody=26
    d(Face)/d(thick) check complete with        0 total errors (errmax=  2.3411e-05)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  1.3533e-07)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  1.2939e-10)

*********************************************************
Starting geometric sensitivity wrt "thick[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "thick[3,1]" for ibody=26
    d(Face)/d(thick) check complete with        0 total errors (errmax=  1.4102e-05)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  3.4170e-08)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  1.4886e-10)

*********************************************************
Starting geometric sensitivity wrt "thick[4,1]"
*********************************************************

Propagating velocities throughout feature tree

real	0m11.390s
user	0m0.000s
sys	0m0.031s
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "thick[4,1]" for ibody=26
    d(Face)/d(thick) check complete with        0 total errors (errmax=  2.0900e-06)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  8.0925e-10)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  3.3328e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      8.969 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.5854e-05) with 0 suppressions
+ set +x
data\basic\design0j -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  12 / 275 )
data\basic\design0k.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0k.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "x1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "x1" for ibody=6
    d(Face)/d(x1) check complete with        0 total errors (errmax=  2.9808e-10)
    d(Edge)/d(x1) check complete with        0 total errors (errmax=  3.3918e-18)
    d(Node)/d(x1) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "x1" for ibody=13
    d(Face)/d(x1) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(x1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x1) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "x1" for ibody=19
    d(Face)/d(x1) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(x1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x1) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "x2" for ibody=6
    d(Face)/d(x2) check complete with        0 total errors (errmax=  2.5705e-10)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  9.2313e-18)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "x2" for ibody=13
    d(Face)/d(x2) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "x2" for ibody=19
    d(Face)/d(x2) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "x3" for ibody=6
    d(Face)/d(x3) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x3) check complete with        0 total errors (errmax=  7.0541e-18)
    d(Node)/d(x3) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "x3" for ibody=13
    d(Face)/d(x3) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(x3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x3) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "x3" for ibody=19
    d(Face)/d(x3) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(x3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x3) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "x4" for ibody=6
    d(Face)/d(x4) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(x4) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x4) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "x4" for ibody=13
    d(Face)/d(x4) check complete with        0 total errors (errmax=  9.7146e-11)
    d(Edge)/d(x4) check complete with        0 total errors (errmax=  2.2418e-19)
    d(Node)/d(x4) check complete with        0 total errors (errmax=  4.7497e-11)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "x4" for ibody=19
    d(Face)/d(x4) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(x4) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x4) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x5"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "x5" for ibody=6
    d(Face)/d(x5) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(x5) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x5) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "x5" for ibody=13
    d(Face)/d(x5) check complete with        0 total errors (errmax=  7.9663e-11)
    d(Edge)/d(x5) check complete with        0 total errors (errmax=  5.7098e-19)
    d(Node)/d(x5) check complete with        0 total errors (errmax=  1.6602e-11)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "x5" for ibody=19
    d(Face)/d(x5) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(x5) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x5) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x6"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "x6" for ibody=6
    d(Face)/d(x6) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(x6) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x6) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "x6" for ibody=13
    d(Face)/d(x6) check complete with        0 total errors (errmax=  7.4751e-11)
    d(Edge)/d(x6) check complete with        0 total errors (errmax=  1.1059e-18)
    d(Node)/d(x6) check complete with        0 total errors (errmax=  4.7497e-11)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "x6" for ibody=19
    d(Face)/d(x6) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(x6) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x6) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x7"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "x7" for ibody=6
    d(Face)/d(x7) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(x7) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x7) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "x7" for ibody=13
    d(Face)/d(x7) check complete with        0 total errors (errmax=  9.9918e-11)
    d(Edge)/d(x7) check complete with        0 total errors (errmax=  1.2772e-19)
    d(Node)/d(x7) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "x7" for ibody=19
    d(Face)/d(x7) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(x7) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x7) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x8"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "x8" for ibody=6
    d(Face)/d(x8) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(x8) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x8) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "x8" for ibody=13
    d(Face)/d(x8) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(x8) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x8) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "x8" for ibody=19
    d(Face)/d(x8) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x8) check complete with        0 total errors (errmax=  5.6523e-18)
    d(Node)/d(x8) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x9"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "x9" for ibody=6
    d(Face)/d(x9) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(x9) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x9) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "x9" for ibody=13
    d(Face)/d(x9) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(x9) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x9) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "x9" for ibody=19
    d(Face)/d(x9) check complete with        0 total errors (errmax=  2.6117e-10)
    d(Edge)/d(x9) check complete with        0 total errors (errmax=  2.0683e-17)
    d(Node)/d(x9) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x10"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "x10" for ibody=6
    d(Face)/d(x10) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(x10) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x10) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "x10" for ibody=13
    d(Face)/d(x10) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(x10) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x10) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "x10" for ibody=19
    d(Face)/d(x10) check complete with        0 total errors (errmax=  2.9286e-10)
    d(Edge)/d(x10) check complete with        0 total errors (errmax=  6.3358e-18)
    d(Node)/d(x10) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "y1" for ibody=6
    d(Face)/d(y1) check complete with        0 total errors (errmax=  4.7774e-11)
    d(Edge)/d(y1) check complete with        0 total errors (errmax=  2.7290e-31)
    d(Node)/d(y1) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "y1" for ibody=13
    d(Face)/d(y1) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(y1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y1) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "y1" for ibody=19
    d(Face)/d(y1) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(y1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y1) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "y2" for ibody=6
    d(Face)/d(y2) check complete with        0 total errors (errmax=  1.7040e-07)
    d(Edge)/d(y2) check complete with        0 total errors (errmax=  1.2722e-11)
    d(Node)/d(y2) check complete with        0 total errors (errmax=  6.1232e-28)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "y2" for ibody=13
    d(Face)/d(y2) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(y2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y2) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "y2" for ibody=19
    d(Face)/d(y2) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(y2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y2) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "y3" for ibody=6
    d(Face)/d(y3) check complete with        0 total errors (errmax=  1.7040e-07)
    d(Edge)/d(y3) check complete with        0 total errors (errmax=  1.2722e-11)
    d(Node)/d(y3) check complete with        0 total errors (errmax=  6.1232e-28)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "y3" for ibody=13
    d(Face)/d(y3) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(y3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y3) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "y3" for ibody=19
    d(Face)/d(y3) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(y3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y3) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "y4" for ibody=6
    d(Face)/d(y4) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(y4) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y4) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "y4" for ibody=13
    d(Face)/d(y4) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(y4) check complete with        0 total errors (errmax=  1.6640e-31)
    d(Node)/d(y4) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "y4" for ibody=19
    d(Face)/d(y4) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(y4) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y4) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y5"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "y5" for ibody=6
    d(Face)/d(y5) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(y5) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y5) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "y5" for ibody=13
    d(Face)/d(y5) check complete with        0 total errors (errmax=  7.1419e-08)
    d(Edge)/d(y5) check complete with        0 total errors (errmax=  2.0666e-12)
    d(Node)/d(y5) check complete with        0 total errors (errmax=  2.8006e-26)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "y5" for ibody=19
    d(Face)/d(y5) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(y5) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y5) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y6"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "y6" for ibody=6
    d(Face)/d(y6) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(y6) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y6) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "y6" for ibody=13
    d(Face)/d(y6) check complete with        0 total errors (errmax=  7.1422e-08)
    d(Edge)/d(y6) check complete with        0 total errors (errmax=  2.0665e-12)
    d(Node)/d(y6) check complete with        0 total errors (errmax=  2.8006e-26)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "y6" for ibody=19
    d(Face)/d(y6) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(y6) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y6) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y7"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "y7" for ibody=6
    d(Face)/d(y7) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(y7) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y7) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "y7" for ibody=13
    d(Face)/d(y7) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(y7) check complete with        0 total errors (errmax=  1.0496e-31)
    d(Node)/d(y7) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "y7" for ibody=19
    d(Face)/d(y7) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(y7) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y7) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y8"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "y8" for ibody=6
    d(Face)/d(y8) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(y8) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y8) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "y8" for ibody=13
    d(Face)/d(y8) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(y8) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y8) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "y8" for ibody=19
    d(Face)/d(y8) check complete with        0 total errors (errmax=  1.7040e-07)
    d(Edge)/d(y8) check complete with        0 total errors (errmax=  1.2722e-11)
    d(Node)/d(y8) check complete with        0 total errors (errmax=  6.1232e-28)
 

*********************************************************
Starting geometric sensitivity wrt "y9"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "y9" for ibody=6
    d(Face)/d(y9) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(y9) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y9) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "y9" for ibody=13
    d(Face)/d(y9) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(y9) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y9) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "y9" for ibody=19
    d(Face)/d(y9) check complete with        0 total errors (errmax=  1.7040e-07)
    d(Edge)/d(y9) check complete with        0 total errors (errmax=  1.2722e-11)
    d(Node)/d(y9) check complete with        0 total errors (errmax=  6.1232e-28)
 

*********************************************************
Starting geometric sensitivity wrt "y10"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "y10" for ibody=6
    d(Face)/d(y10) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(y10) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y10) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "y10" for ibody=13
    d(Face)/d(y10) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(y10) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y10) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "y10" for ibody=19
    d(Face)/d(y10) check complete with        0 total errors (errmax=  7.0972e-11)
    d(Edge)/d(y10) check complete with        0 total errors (errmax=  2.1845e-31)
    d(Node)/d(y10) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "z1" for ibody=6
    d(Face)/d(z1) check complete with        0 total errors (errmax=  4.7274e-11)
    d(Edge)/d(z1) check complete with        0 total errors (errmax=  3.6122e-20)
    d(Node)/d(z1) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "z1" for ibody=13
    d(Face)/d(z1) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(z1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z1) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "z1" for ibody=19
    d(Face)/d(z1) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(z1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z1) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "z2" for ibody=6
    d(Face)/d(z2) check complete with        0 total errors (errmax=  5.4410e-05)
    d(Edge)/d(z2) check complete with        0 total errors (errmax=  1.2972e-06)
    d(Node)/d(z2) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "z2" for ibody=13
    d(Face)/d(z2) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(z2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z2) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "z2" for ibody=19
    d(Face)/d(z2) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(z2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z2) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "z3" for ibody=6
    d(Face)/d(z3) check complete with        0 total errors (errmax=  5.4410e-05)
    d(Edge)/d(z3) check complete with        0 total errors (errmax=  1.2972e-06)
    d(Node)/d(z3) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "z3" for ibody=13
    d(Face)/d(z3) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(z3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z3) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "z3" for ibody=19
    d(Face)/d(z3) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(z3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z3) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "z4" for ibody=6
    d(Face)/d(z4) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(z4) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z4) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "z4" for ibody=13
    d(Face)/d(z4) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(z4) check complete with        0 total errors (errmax=  2.1135e-20)
    d(Node)/d(z4) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "z4" for ibody=19
    d(Face)/d(z4) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(z4) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z4) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z5"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "z5" for ibody=6
    d(Face)/d(z5) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(z5) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z5) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "z5" for ibody=13
    d(Face)/d(z5) check complete with        0 total errors (errmax=  8.4580e-05)
    d(Edge)/d(z5) check complete with        0 total errors (errmax=  2.8981e-06)
    d(Node)/d(z5) check complete with        0 total errors (errmax=  4.7497e-11)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "z5" for ibody=19
    d(Face)/d(z5) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(z5) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z5) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z6"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "z6" for ibody=6
    d(Face)/d(z6) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(z6) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z6) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "z6" for ibody=13
    d(Face)/d(z6) check complete with        0 total errors (errmax=  8.4580e-05)
    d(Edge)/d(z6) check complete with        0 total errors (errmax=  2.8981e-06)
    d(Node)/d(z6) check complete with        0 total errors (errmax=  4.7497e-11)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "z6" for ibody=19
    d(Face)/d(z6) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(z6) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z6) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z7"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "z7" for ibody=6
    d(Face)/d(z7) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(z7) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z7) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "z7" for ibody=13
    d(Face)/d(z7) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(z7) check complete with        0 total errors (errmax=  2.2362e-20)
    d(Node)/d(z7) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "z7" for ibody=19
    d(Face)/d(z7) check complete with        0 total errors (errmax=  6.9250e-11)
    d(Edge)/d(z7) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z7) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z8"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "z8" for ibody=6
    d(Face)/d(z8) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(z8) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z8) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "z8" for ibody=13
    d(Face)/d(z8) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(z8) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z8) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "z8" for ibody=19
    d(Face)/d(z8) check complete with        0 total errors (errmax=  5.4410e-05)
    d(Edge)/d(z8) check complete with        0 total errors (errmax=  1.2972e-06)
    d(Node)/d(z8) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z9"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "z9" for ibody=6
    d(Face)/d(z9) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(z9) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z9) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "z9" for ibody=13
    d(Face)/d(z9) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(z9) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z9) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "z9" for ibody=19
    d(Face)/d(z9) check complete with        0 total errors (errmax=  5.4410e-05)
    d(Edge)/d(z9) check complete with        0 total errors (errmax=  1.2972e-06)
    d(Node)/d(z9) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z10"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "z10" for ibody=6
    d(Face)/d(z10) check complete with        0 total errors (errmax=  4.5125e-11)
    d(Edge)/d(z10) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z10) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "z10" for ibody=13
    d(Face)/d(z10) check complete with        0 total errors (errmax=  3.1818e-11)
    d(Edge)/d(z10) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z10) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "z10" for ibody=19
    d(Face)/d(z10) check complete with        0 total errors (errmax=  7.0600e-11)
    d(Edge)/d(z10) check complete with        0 total errors (errmax=  7.5894e-20)
    d(Node)/d(z10) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      9.861 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.4580e-05) with 0 suppressions

real	0m38.853s
user	0m0.015s
sys	0m0.000s
+ set +x
data\basic\design0k -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  13 / 275 )
data\basic\design0m.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0m.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "xbase" for ibody=4
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  1.4067e-09)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  3.0704e-16)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  1.9473e-09)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "ybase" for ibody=4
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  5.4248e-10)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  4.4699e-17)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  1.9544e-09)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "zbase" for ibody=4
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  9.8946e-10)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.0202e-16)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  3.1754e-09)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "xsize" for ibody=4
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  3.3765e-10)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  1.2794e-17)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  1.9473e-09)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "ysize" for ibody=4
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  5.4248e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  4.4699e-17)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  1.9544e-09)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "zsize" for ibody=4
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  9.8946e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  8.9901e-17)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  3.1754e-09)
 

*********************************************************
Starting geometric sensitivity wrt "nx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "nx" for ibody=4
    d(Face)/d(nx) check complete with        0 total errors (errmax=  1.3014e-05)
    d(Edge)/d(nx) check complete with        0 total errors (errmax=  3.9758e-08)
    d(Node)/d(nx) check complete with        0 total errors (errmax=  2.5230e-05)
 

*********************************************************
Starting geometric sensitivity wrt "ny"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "ny" for ibody=4
    d(Face)/d(ny) check complete with        0 total errors (errmax=  3.7198e-05)
    d(Edge)/d(ny) check complete with        0 total errors (errmax=  2.0898e-07)
    d(Node)/d(ny) check complete with        0 total errors (errmax=  5.0529e-05)
 

*********************************************************
Starting geometric sensitivity wrt "nz"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "nz" for ibody=4
    d(Face)/d(nz) check complete with        0 total errors (errmax=  4.0053e-05)
    d(Edge)/d(nz) check complete with        0 total errors (errmax=  1.9294e-07)
    d(Node)/d(nz) check complete with        0 total errors (errmax=  6.1422e-05)
 

*********************************************************
Starting geometric sensitivity wrt "dist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "dist" for ibody=4
    d(Face)/d(dist) check complete with        0 total errors (errmax=  8.1597e-10)
    d(Edge)/d(dist) check complete with        0 total errors (errmax=  8.2737e-17)
    d(Node)/d(dist) check complete with        0 total errors (errmax=  1.8460e-09)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "scale" for ibody=4
    d(Face)/d(scale) check complete with        0 total errors (errmax=  4.7232e-10)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  8.3108e-17)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.5513e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "dx" for ibody=4
    d(Face)/d(dx) check complete with        0 total errors (errmax=  4.5160e-10)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  2.8836e-17)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  5.9349e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dy"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "dy" for ibody=4
    d(Face)/d(dy) check complete with        0 total errors (errmax=  2.8085e-10)
    d(Edge)/d(dy) check complete with        0 total errors (errmax=  3.3622e-18)
    d(Node)/d(dy) check complete with        0 total errors (errmax=  1.7569e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dz"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "dz" for ibody=4
    d(Face)/d(dz) check complete with        0 total errors (errmax=  2.9455e-10)
    d(Edge)/d(dz) check complete with        0 total errors (errmax=  6.7139e-18)
    d(Node)/d(dz) check complete with        0 total errors (errmax=  4.3209e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.005 sec

Sensitivity checks complete with        0 total errors (max geom err=  6.1422e-05) with 0 suppressions

real	0m0.294s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\design0m -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  14 / 275 )
data\basic\design0n1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0n1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "thickness" for ibody=3
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  1.0714e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  9.9875e-09)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  5.8734e-12)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "camber" for ibody=3
    d(Face)/d(camber) check complete with        0 total errors (errmax=  1.3062e-05)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  4.9945e-08)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  4.0501e-09)
 

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

real	0m0.427s
user	0m0.000s
sys	0m0.000s

Comparing geometric sensitivities wrt "span" for ibody=3
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  2.5889e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.040 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.3062e-05) with 0 suppressions
+ set +x
data\basic\design0n1 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  15 / 275 )
data\basic\design0n2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0n2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "class[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5

*********************************************************
Starting geometric sensitivity wrt "class[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 

*********************************************************
Starting geometric sensitivity wrt "ztail[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5

*********************************************************
Starting geometric sensitivity wrt "ztail[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 

*********************************************************
Starting geometric sensitivity wrt "aupper[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5

*********************************************************
Starting geometric sensitivity wrt "aupper[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5

*********************************************************
Starting geometric sensitivity wrt "aupper[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5

*********************************************************
Starting geometric sensitivity wrt "aupper[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 

*********************************************************
Starting geometric sensitivity wrt "alower[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5

*********************************************************
Starting geometric sensitivity wrt "alower[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5

*********************************************************
Starting geometric sensitivity wrt "alower[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5

*********************************************************
Starting geometric sensitivity wrt "alower[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.625s
user	0m0.000s
sys	0m0.031s
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "span" for ibody=5
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  2.7198e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.310 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions
+ set +x
data\basic\design0n2 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  16 / 275 )
data\basic\design0o1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0o1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "thickness" for ibody=6
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  9.9770e-06)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  8.9859e-09)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  5.8734e-12)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "camber" for ibody=6
    d(Face)/d(camber) check complete with        0 total errors (errmax=  3.0298e-06)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  7.6767e-10)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  4.0501e-09)
 

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "span" for ibody=6
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  4.1666e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.816 sec

Sensitivity checks complete with        0 total errors (max geom err=  9.9770e-06) with 0 suppressions

real	0m2.810s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\design0o1 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  17 / 275 )
data\basic\design0o2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0o2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "class[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "class[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
 

*********************************************************
Starting geometric sensitivity wrt "ztail[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "ztail[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
 

*********************************************************
Starting geometric sensitivity wrt "aupper[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "aupper[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "aupper[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "aupper[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "aupper[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "aupper[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
 

*********************************************************
Starting geometric sensitivity wrt "alower[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "alower[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "alower[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "alower[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "alower[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "alower[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
 

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "span" for ibody=10
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  3.9279e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      3.470 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions

real	0m4.335s
user	0m0.000s
sys	0m0.000s
+ set +x
data\basic\design0o2 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  18 / 275 )
data\basic\design0o3.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0o3.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "thickness" for ibody=6
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  9.9770e-06)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  8.9859e-09)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  5.8734e-12)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "camber" for ibody=6
    d(Face)/d(camber) check complete with        0 total errors (errmax=  3.0298e-06)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  7.6767e-10)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  4.0501e-09)
 

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

real	0m2.968s
user	0m0.000s
sys	0m0.000s

Comparing geometric sensitivities wrt "span" for ibody=6
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  4.1666e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.967 sec

Sensitivity checks complete with        0 total errors (max geom err=  9.9770e-06) with 0 suppressions
+ set +x
data\basic\design0o3 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  19 / 275 )
data\basic\design0o4.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0o4.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "class[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "class[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
 

*********************************************************
Starting geometric sensitivity wrt "ztail[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "ztail[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
 

*********************************************************
Starting geometric sensitivity wrt "aupper[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "aupper[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "aupper[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "aupper[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "aupper[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "aupper[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
 

*********************************************************
Starting geometric sensitivity wrt "alower[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "alower[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "alower[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "alower[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "alower[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10

*********************************************************
Starting geometric sensitivity wrt "alower[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
 

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

real	0m4.676s
user	0m0.000s
sys	0m0.000s

Comparing geometric sensitivities wrt "span" for ibody=10
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  3.9279e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      3.929 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions
+ set +x
data\basic\design0o4 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  20 / 275 )
data\basic\design0p.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0p.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "camber" for ibody=4
    d(Face)/d(camber) check complete with        0 total errors (errmax=  1.0240e-05)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  9.7514e-09)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "chord"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "chord" for ibody=4
    d(Face)/d(chord) check complete with        0 total errors (errmax=  1.2388e-11)
    d(Edge)/d(chord) check complete with        0 total errors (errmax=  1.1845e-18)
    d(Node)/d(chord) check complete with        0 total errors (errmax=  7.9165e-11)
 

*********************************************************
Starting geometric sensitivity wrt "alpha"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "alpha" for ibody=4
    d(Face)/d(alpha) check complete with        0 total errors (errmax=  1.7291e-11)
    d(Edge)/d(alpha) check complete with        0 total errors (errmax=  4.7941e-19)
    d(Node)/d(alpha) check complete with        0 total errors (errmax=  5.0365e-11)
 

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.309s
user	0m0.000s
sys	0m0.000s
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "span" for ibody=4
    d(Face)/d(span) check complete with        0 total errors (errmax=  4.4950e-13)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  1.5187e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.010 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.0240e-05) with 0 suppressions
+ set +x
data\basic\design0p -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  21 / 275 )
data\basic\design0q.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0q.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "camber" for ibody=7
    d(Face)/d(camber) check complete with        0 total errors (errmax=  1.3667e-07)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  1.7372e-12)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "chord"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "chord" for ibody=7
    d(Face)/d(chord) check complete with        0 total errors (errmax=  1.5694e-11)
    d(Edge)/d(chord) check complete with        0 total errors (errmax=  1.4631e-18)
    d(Node)/d(chord) check complete with        0 total errors (errmax=  7.9165e-11)
 

*********************************************************
Starting geometric sensitivity wrt "alpha"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "alpha" for ibody=7
    d(Face)/d(alpha) check complete with        0 total errors (errmax=  1.9714e-11)
    d(Edge)/d(alpha) check complete with        0 total errors (errmax=  7.5259e-19)
    d(Node)/d(alpha) check complete with        0 total errors (errmax=  5.0365e-11)
 

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "span" for ibody=7
    d(Face)/d(span) check complete with        0 total errors (errmax=  3.0181e-12)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  1.6648e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.246 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.3667e-07) with 0 suppressions

real	0m1.774s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\design0q -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  22 / 275 )
data\basic\design0r.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0r.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "xbeg" for ibody=11
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  1.2820e-10)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  1.5284e-18)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  1.2820e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "xend" for ibody=11
    d(Face)/d(xend) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(xend) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(xend) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "rad" for ibody=11
    d(Face)/d(rad) check complete with        0 total errors (errmax=  2.4399e-08)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  7.5676e-14)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  1.6476e-07)
 

*********************************************************
Starting geometric sensitivity wrt "size1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "size1" for ibody=11
    d(Face)/d(size1) check complete with        0 total errors (errmax=  3.0125e-08)
    d(Edge)/d(size1) check complete with        0 total errors (errmax=  1.7231e-13)
    d(Node)/d(size1) check complete with        0 total errors (errmax=  2.5741e-07)
 

*********************************************************
Starting geometric sensitivity wrt "angl1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "angl1" for ibody=11
    d(Face)/d(angl1) check complete with        0 total errors (errmax=  2.2501e-10)
    d(Edge)/d(angl1) check complete with        0 total errors (errmax=  1.7162e-18)
    d(Node)/d(angl1) check complete with        0 total errors (errmax=  2.6598e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dx1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "dx1" for ibody=11
    d(Face)/d(dx1) check complete with        0 total errors (errmax=  5.9263e-11)
    d(Edge)/d(dx1) check complete with        0 total errors (errmax=  4.1378e-19)
    d(Node)/d(dx1) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dy1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "dy1" for ibody=11
    d(Face)/d(dy1) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dy1) check complete with        0 total errors (errmax=  1.3677e-19)
    d(Node)/d(dy1) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dz1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "dz1" for ibody=11
    d(Face)/d(dz1) check complete with        0 total errors (errmax=  9.1949e-08)
    d(Edge)/d(dz1) check complete with        0 total errors (errmax=  2.8373e-12)
    d(Node)/d(dz1) check complete with        0 total errors (errmax=  5.1483e-07)
 

*********************************************************
Starting geometric sensitivity wrt "size2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "size2" for ibody=11
    d(Face)/d(size2) check complete with        0 total errors (errmax=  2.0829e-08)
    d(Edge)/d(size2) check complete with        0 total errors (errmax=  1.8460e-13)
    d(Node)/d(size2) check complete with        0 total errors (errmax=  9.3757e-08)
 

*********************************************************
Starting geometric sensitivity wrt "angl2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "angl2" for ibody=11
    d(Face)/d(angl2) check complete with        0 total errors (errmax=  1.6807e-10)
    d(Edge)/d(angl2) check complete with        0 total errors (errmax=  8.8071e-05)
    d(Node)/d(angl2) check complete with        0 total errors (errmax=  1.7888e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dx2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "dx2" for ibody=11
    d(Face)/d(dx2) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dx2) check complete with        0 total errors (errmax=  6.4824e-19)
    d(Node)/d(dx2) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dy2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "dy2" for ibody=11
    d(Face)/d(dy2) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dy2) check complete with        0 total errors (errmax=  1.3677e-19)
    d(Node)/d(dy2) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dz2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "dz2" for ibody=11
    d(Face)/d(dz2) check complete with        0 total errors (errmax=  9.3868e-08)
    d(Edge)/d(dz2) check complete with        0 total errors (errmax=  2.9524e-12)
    d(Node)/d(dz2) check complete with        0 total errors (errmax=  3.7495e-07)
 

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "dx" for ibody=11
    d(Face)/d(dx) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dy"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "dy" for ibody=11
    d(Face)/d(dy) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dy) check complete with        0 total errors (errmax=  1.3677e-19)
    d(Node)/d(dy) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dz"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "dz" for ibody=11
    d(Face)/d(dz) check complete with        0 total errors (errmax=  2.7664e-11)
    d(Edge)/d(dz) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(dz) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "sfac"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "sfac" for ibody=11
    d(Face)/d(sfac) check complete with        0 total errors (errmax=  9.4993e-11)
    d(Edge)/d(sfac) check complete with        0 total errors (errmax=  1.0361e-18)
    d(Node)/d(sfac) check complete with        0 total errors (errmax=  1.4656e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.084 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.8071e-05) with 0 suppressions

real	0m6.384s
user	0m0.015s
sys	0m0.046s
+ set +x
data\basic\design0r -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  23 / 275 )
data\basic\design0s.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0s.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "dx" for ibody=2
    d(Face)/d(dx) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dy"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "dy" for ibody=2
    d(Face)/d(dy) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dy) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(dy) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dz"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.314s
user	0m0.000s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "dz" for ibody=2
    d(Face)/d(dz) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(dz) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(dz) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.003 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions
+ set +x
data\basic\design0s -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  24 / 275 )
data\basic\design0t1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0t1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DX" for ibody=3
    d(Face)/d(DX) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  1.5142e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DY" for ibody=3
    d(Face)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  1.5142e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DZ" for ibody=3
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  1.5142e-19)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  4.0350e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.006 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.0350e-11) with 0 suppressions

real	0m0.284s
user	0m0.031s
sys	0m0.015s
+ set +x
data\basic\design0t1 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  25 / 275 )
data\basic\design0t2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0t2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "DX" for ibody=6
    d(Face)/d(DX) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  6.7000e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "DY" for ibody=6
    d(Face)/d(DY) check complete with        0 total errors (errmax=  6.2425e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  2.5003e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

real	0m0.704s
user	0m0.000s
sys	0m0.031s

Comparing geometric sensitivities wrt "DZ" for ibody=6
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  1.9955e-10)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  1.2456e-18)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  4.0350e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.389 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.9955e-10) with 0 suppressions
+ set +x
data\basic\design0t2 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  26 / 275 )
data\basic\design0t3.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0t3.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "DX" for ibody=6
    d(Face)/d(DX) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  6.7000e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "DY" for ibody=6
    d(Face)/d(DY) check complete with        0 total errors (errmax=  6.2425e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  2.5003e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

real	0m0.753s
user	0m0.000s
sys	0m0.031s

Comparing geometric sensitivities wrt "DZ" for ibody=6
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  1.9955e-10)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  1.2456e-18)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  4.0350e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.385 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.9955e-10) with 0 suppressions
+ set +x
data\basic\design0t3 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  27 / 275 )
data\basic\design0u.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0u.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "rx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "rx" for ibody=1
    d(Face)/d(rx) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(rx) check complete with        0 total errors (errmax=  4.8372e-07)
    d(Node)/d(rx) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ry"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ry" for ibody=1
    d(Face)/d(ry) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(ry) check complete with        0 total errors (errmax=  1.2089e-07)
    d(Node)/d(ry) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.002 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.8372e-07) with 0 suppressions

real	0m0.199s
user	0m0.000s
sys	0m0.046s
+ set +x
data\basic\design0u -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  28 / 275 )
data\basic\design0v.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0v.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "rx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "rx" for ibody=2
    d(Face)/d(rx) check complete with        0 total errors (errmax=  7.2120e-05)
    d(Edge)/d(rx) check complete with        0 total errors (errmax=  4.8372e-07)
    d(Node)/d(rx) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ry"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "ry" for ibody=2
    d(Face)/d(ry) check complete with        0 total errors (errmax=  3.6055e-05)
    d(Edge)/d(ry) check complete with        0 total errors (errmax=  1.2089e-07)
    d(Node)/d(ry) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "span" for ibody=2
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  3.5859e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.021 sec

Sensitivity checks complete with        0 total errors (max geom err=  7.2120e-05) with 0 suppressions

real	0m0.325s
user	0m0.015s
sys	0m0.030s
+ set +x
data\basic\design0v -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  29 / 275 )
data\basic\design0w.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design0w.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xle[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "xle[1,1]" for ibody=26
    d(Face)/d(xle) check complete with        0 total errors (errmax=  7.6683e-11)
    d(Edge)/d(xle) check complete with        0 total errors (errmax=  9.4550e-19)
    d(Node)/d(xle) check complete with        0 total errors (errmax=  1.7597e-10)

*********************************************************
Starting geometric sensitivity wrt "xle[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "xle[2,1]" for ibody=26
    d(Face)/d(xle) check complete with        0 total errors (errmax=  8.2190e-11)
    d(Edge)/d(xle) check complete with        0 total errors (errmax=  1.4543e-18)
    d(Node)/d(xle) check complete with        0 total errors (errmax=  1.7597e-10)

*********************************************************
Starting geometric sensitivity wrt "xle[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "xle[3,1]" for ibody=26
    d(Face)/d(xle) check complete with        0 total errors (errmax=  6.4971e-11)
    d(Edge)/d(xle) check complete with        0 total errors (errmax=  6.6888e-19)
    d(Node)/d(xle) check complete with        0 total errors (errmax=  1.7597e-10)

*********************************************************
Starting geometric sensitivity wrt "xle[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "xle[4,1]" for ibody=26
    d(Face)/d(xle) check complete with        0 total errors (errmax=  9.4815e-11)
    d(Edge)/d(xle) check complete with        0 total errors (errmax=  1.8205e-18)
    d(Node)/d(xle) check complete with        0 total errors (errmax=  4.7770e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yle[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "yle[1,1]" for ibody=26
    d(Face)/d(yle) check complete with        0 total errors (errmax=  3.6513e-11)
    d(Edge)/d(yle) check complete with        0 total errors (errmax=  5.7351e-20)
    d(Node)/d(yle) check complete with        0 total errors (errmax=  2.5039e-19)

*********************************************************
Starting geometric sensitivity wrt "yle[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "yle[2,1]" for ibody=26
    d(Face)/d(yle) check complete with        0 total errors (errmax=  3.6422e-11)
    d(Edge)/d(yle) check complete with        0 total errors (errmax=  2.8573e-19)
    d(Node)/d(yle) check complete with        0 total errors (errmax=  1.6329e-11)

*********************************************************
Starting geometric sensitivity wrt "yle[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "yle[3,1]" for ibody=26
    d(Face)/d(yle) check complete with        0 total errors (errmax=  3.6186e-11)
    d(Edge)/d(yle) check complete with        0 total errors (errmax=  3.7416e-19)
    d(Node)/d(yle) check complete with        0 total errors (errmax=  4.7770e-11)

*********************************************************
Starting geometric sensitivity wrt "yle[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "yle[4,1]" for ibody=26
    d(Face)/d(yle) check complete with        0 total errors (errmax=  3.8780e-11)
    d(Edge)/d(yle) check complete with        0 total errors (errmax=  1.1376e-18)
    d(Node)/d(yle) check complete with        0 total errors (errmax=  1.7597e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zle[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "zle[1,1]" for ibody=26
    d(Face)/d(zle) check complete with        0 total errors (errmax=  3.8116e-11)
    d(Edge)/d(zle) check complete with        0 total errors (errmax=  8.4318e-20)
    d(Node)/d(zle) check complete with        0 total errors (errmax=  1.6329e-11)

*********************************************************
Starting geometric sensitivity wrt "zle[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "zle[2,1]" for ibody=26
    d(Face)/d(zle) check complete with        0 total errors (errmax=  3.8773e-11)
    d(Edge)/d(zle) check complete with        0 total errors (errmax=  3.0440e-20)
    d(Node)/d(zle) check complete with        0 total errors (errmax=  3.0389e-13)

*********************************************************
Starting geometric sensitivity wrt "zle[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "zle[3,1]" for ibody=26
    d(Face)/d(zle) check complete with        0 total errors (errmax=  3.6186e-11)
    d(Edge)/d(zle) check complete with        0 total errors (errmax=  3.4939e-20)
    d(Node)/d(zle) check complete with        0 total errors (errmax=  1.6329e-11)

*********************************************************
Starting geometric sensitivity wrt "zle[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "zle[4,1]" for ibody=26
    d(Face)/d(zle) check complete with        0 total errors (errmax=  3.7881e-11)
    d(Edge)/d(zle) check complete with        0 total errors (errmax=  5.1596e-20)
    d(Node)/d(zle) check complete with        0 total errors (errmax=  1.6329e-11)
 

*********************************************************
Starting geometric sensitivity wrt "twist[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "twist[1,1]" for ibody=26
    d(Face)/d(twist) check complete with        0 total errors (errmax=  2.0089e-07)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  2.4072e-12)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  9.5414e-11)

*********************************************************
Starting geometric sensitivity wrt "twist[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "twist[2,1]" for ibody=26
    d(Face)/d(twist) check complete with        0 total errors (errmax=  1.5386e-07)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  7.2406e-13)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  7.2542e-11)

*********************************************************
Starting geometric sensitivity wrt "twist[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "twist[3,1]" for ibody=26
    d(Face)/d(twist) check complete with        0 total errors (errmax=  1.2349e-07)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  2.9773e-13)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  1.6545e-10)

*********************************************************
Starting geometric sensitivity wrt "twist[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "twist[4,1]" for ibody=26
    d(Face)/d(twist) check complete with        0 total errors (errmax=  4.1990e-08)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  9.1184e-14)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  1.5894e-10)
 

*********************************************************
Starting geometric sensitivity wrt "chord[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "chord[1,1]" for ibody=26
    d(Face)/d(chord) check complete with        0 total errors (errmax=  8.4996e-08)
    d(Edge)/d(chord) check complete with        0 total errors (errmax=  4.9502e-13)
    d(Node)/d(chord) check complete with        0 total errors (errmax=  9.3689e-11)

*********************************************************
Starting geometric sensitivity wrt "chord[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "chord[2,1]" for ibody=26
    d(Face)/d(chord) check complete with        0 total errors (errmax=  1.2800e-07)
    d(Edge)/d(chord) check complete with        0 total errors (errmax=  5.9953e-13)
    d(Node)/d(chord) check complete with        0 total errors (errmax=  1.3890e-10)

*********************************************************
Starting geometric sensitivity wrt "chord[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "chord[3,1]" for ibody=26
    d(Face)/d(chord) check complete with        0 total errors (errmax=  1.5721e-07)
    d(Edge)/d(chord) check complete with        0 total errors (errmax=  5.4963e-13)
    d(Node)/d(chord) check complete with        0 total errors (errmax=  1.1186e-10)

*********************************************************
Starting geometric sensitivity wrt "chord[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "chord[4,1]" for ibody=26
    d(Face)/d(chord) check complete with        0 total errors (errmax=  9.9899e-08)
    d(Edge)/d(chord) check complete with        0 total errors (errmax=  5.4221e-13)
    d(Node)/d(chord) check complete with        0 total errors (errmax=  9.5542e-11)
 

*********************************************************
Starting geometric sensitivity wrt "thick[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "thick[1,1]" for ibody=26
    d(Face)/d(thick) check complete with        0 total errors (errmax=  1.9076e-03)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  1.5688e-04)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  5.4720e-11)

*********************************************************
Starting geometric sensitivity wrt "thick[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "thick[2,1]" for ibody=26
    d(Face)/d(thick) check complete with        0 total errors (errmax=  2.1599e-03)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  1.4736e-04)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  1.2939e-10)

*********************************************************
Starting geometric sensitivity wrt "thick[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "thick[3,1]" for ibody=26
    d(Face)/d(thick) check complete with        0 total errors (errmax=  1.9544e-03)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  7.7916e-05)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  1.4886e-10)

*********************************************************
Starting geometric sensitivity wrt "thick[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

real	0m23.040s
user	0m0.000s
sys	0m0.047s

Comparing geometric sensitivities wrt "thick[4,1]" for ibody=26
    d(Face)/d(thick) check complete with        0 total errors (errmax=  6.3544e-04)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  2.4712e-05)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  1.5496e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->     18.171 sec

Sensitivity checks complete with       31 total errors (max geom err=  2.1599e-03) with 0 suppressions
+ set +x
data\basic\design0w -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  30 / 275 )
data\basic\design1a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design1a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "L1" for ibody=5
    d(Face)/d(L1) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(L1) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(L1) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "H1" for ibody=5
    d(Face)/d(H1) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(H1) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(H1) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "D1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "D1" for ibody=5
    d(Face)/d(D1) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(D1) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(D1) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "L2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "L2" for ibody=5
    d(Face)/d(L2) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(L2) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(L2) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "H2" for ibody=5
    d(Face)/d(H2) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(H2) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(H2) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "D2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "D2" for ibody=5
    d(Face)/d(D2) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(D2) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(D2) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "dx" for ibody=5
    d(Face)/d(dx) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dy"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "dy" for ibody=5
    d(Face)/d(dy) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(dy) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(dy) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dz"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "dz" for ibody=5
    d(Face)/d(dz) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(dz) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(dz) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "sfac"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.671s
user	0m0.000s
sys	0m0.031s
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "sfac" for ibody=5
    d(Face)/d(sfac) check complete with        0 total errors (errmax=  2.4210e-10)
    d(Edge)/d(sfac) check complete with        0 total errors (errmax=  3.8099e-18)
    d(Node)/d(sfac) check complete with        0 total errors (errmax=  3.7852e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.047 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.7852e-10) with 0 suppressions
+ set +x
data\basic\design1a -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  31 / 275 )
data\basic\design1b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design1b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "Length"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Length" for ibody=13
    d(Face)/d(Length) check complete with        0 total errors (errmax=  8.3354e-10)
    d(Edge)/d(Length) check complete with        0 total errors (errmax=  3.6798e-17)
    d(Node)/d(Length) check complete with        0 total errors (errmax=  8.1378e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Height"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Height" for ibody=13
    d(Face)/d(Height) check complete with        0 total errors (errmax=  5.6211e-10)
    d(Edge)/d(Height) check complete with        0 total errors (errmax=  1.5908e-17)
    d(Node)/d(Height) check complete with        0 total errors (errmax=  5.9457e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Depth"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Depth" for ibody=13
    d(Face)/d(Depth) check complete with        0 total errors (errmax=  2.2907e-10)
    d(Edge)/d(Depth) check complete with        0 total errors (errmax=  4.8801e-18)
    d(Node)/d(Depth) check complete with        0 total errors (errmax=  2.2907e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Rhole"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Rhole" for ibody=13
    d(Face)/d(Rhole) check complete with        0 total errors (errmax=  1.2393e-10)
    d(Edge)/d(Rhole) check complete with        0 total errors (errmax=  8.4293e-18)
    d(Node)/d(Rhole) check complete with        0 total errors (errmax=  4.3280e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Xpole"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Xpole" for ibody=13
    d(Face)/d(Xpole) check complete with        0 total errors (errmax=  1.5729e-10)
    d(Edge)/d(Xpole) check complete with        0 total errors (errmax=  3.1768e-18)
    d(Node)/d(Xpole) check complete with        0 total errors (errmax=  4.3280e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Ypole"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Ypole" for ibody=13
    d(Face)/d(Ypole) check complete with        0 total errors (errmax=  8.0014e-11)
    d(Edge)/d(Ypole) check complete with        0 total errors (errmax=  1.0383e-18)
    d(Node)/d(Ypole) check complete with        0 total errors (errmax=  2.0711e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Rpole"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Rpole" for ibody=13
    d(Face)/d(Rpole) check complete with        0 total errors (errmax=  8.8293e-11)
    d(Edge)/d(Rpole) check complete with        0 total errors (errmax=  8.4500e-19)
    d(Node)/d(Rpole) check complete with        0 total errors (errmax=  1.2105e-10)
 

*********************************************************
Starting geometric sensitivity wrt "XangDeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "XangDeg" for ibody=13
    d(Face)/d(XangDeg) check complete with        0 total errors (errmax=  6.4838e-10)
    d(Edge)/d(XangDeg) check complete with        0 total errors (errmax=  2.5027e-17)
    d(Node)/d(XangDeg) check complete with        0 total errors (errmax=  7.4869e-10)
 

*********************************************************
Starting geometric sensitivity wrt "YangDeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "YangDeg" for ibody=13
    d(Face)/d(YangDeg) check complete with        0 total errors (errmax=  6.4289e-10)
    d(Edge)/d(YangDeg) check complete with        0 total errors (errmax=  9.8385e-17)
    d(Node)/d(YangDeg) check complete with        0 total errors (errmax=  1.4320e-09)
 

*********************************************************
Starting geometric sensitivity wrt "ZangDeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "ZangDeg" for ibody=13
    d(Face)/d(ZangDeg) check complete with        0 total errors (errmax=  1.2106e-09)
    d(Edge)/d(ZangDeg) check complete with        0 total errors (errmax=  7.0764e-17)
    d(Node)/d(ZangDeg) check complete with        0 total errors (errmax=  1.2540e-09)
 

*********************************************************
Starting geometric sensitivity wrt "Dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Dx" for ibody=13
    d(Face)/d(Dx) check complete with        0 total errors (errmax=  5.9842e-10)
    d(Edge)/d(Dx) check complete with        0 total errors (errmax=  1.8903e-17)
    d(Node)/d(Dx) check complete with        0 total errors (errmax=  6.4813e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Dy"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Dy" for ibody=13
    d(Face)/d(Dy) check complete with        0 total errors (errmax=  1.3270e-10)
    d(Edge)/d(Dy) check complete with        0 total errors (errmax=  1.0963e-18)
    d(Node)/d(Dy) check complete with        0 total errors (errmax=  1.3534e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Dz"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Dz" for ibody=13
    d(Face)/d(Dz) check complete with        0 total errors (errmax=  1.2105e-10)
    d(Edge)/d(Dz) check complete with        0 total errors (errmax=  1.3628e-18)
    d(Node)/d(Dz) check complete with        0 total errors (errmax=  1.3534e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Scale" for ibody=13
    d(Face)/d(Scale) check complete with        0 total errors (errmax=  3.6376e-10)
    d(Edge)/d(Scale) check complete with        0 total errors (errmax=  2.2402e-17)
    d(Node)/d(Scale) check complete with        0 total errors (errmax=  7.1016e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Dist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

real	0m1.930s
user	0m0.000s
sys	0m0.030s

Comparing geometric sensitivities wrt "Dist" for ibody=13
    d(Face)/d(Dist) check complete with        0 total errors (errmax=  1.5782e-10)
    d(Edge)/d(Dist) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(Dist) check complete with        0 total errors (errmax=  1.6140e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.081 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.4320e-09) with 0 suppressions
+ set +x
data\basic\design1b -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  32 / 275 )
data\basic\design2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "Length"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "Height"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "Depth"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "BoxFil"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "Wslot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "Dslot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "Rhole"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "Nhole"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "Fhole"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "Xpole"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "Ypole"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "Rpole"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "Fpole"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "XangDeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "YangDeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "ZangDeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "Dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "Dy"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "Dz"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "Scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 

*********************************************************
Starting geometric sensitivity wrt "array[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18

*********************************************************
Starting geometric sensitivity wrt "array[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18

*********************************************************
Starting geometric sensitivity wrt "array[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18

*********************************************************
Starting geometric sensitivity wrt "array[2,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->     11.717 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0000e-20) with 0 suppressions

real	0m12.775s
user	0m0.015s
sys	0m0.015s
+ set +x
data\basic\design2 -geom            passed (as expected)
--------------------------------------------------------------------------------------------------
(  33 / 275 )
data\basic\design3.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design3.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "Xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 

*********************************************************
Starting geometric sensitivity wrt "Ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 

*********************************************************
Starting geometric sensitivity wrt "Zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 

*********************************************************
Starting geometric sensitivity wrt "Xvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 

*********************************************************
Starting geometric sensitivity wrt "Yvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 

*********************************************************
Starting geometric sensitivity wrt "Zvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 

*********************************************************
Starting geometric sensitivity wrt "Rcone"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 

*********************************************************
Starting geometric sensitivity wrt "Rsphere"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 

*********************************************************
Starting geometric sensitivity wrt "Rmajor"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 

*********************************************************
Starting geometric sensitivity wrt "Rminor"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.141 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0000e-20) with 0 suppressions

real	0m2.922s
user	0m0.031s
sys	0m0.015s
+ set +x
data\basic\design3 -geom            passed (as expected)
--------------------------------------------------------------------------------------------------
(  34 / 275 )
data\basic\design4.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design4.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "Length"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Length" for ibody=13
    d(Face)/d(Length) check complete with        0 total errors (errmax=  7.1357e-10)
    d(Edge)/d(Length) check complete with        0 total errors (errmax=  2.8821e-17)
    d(Node)/d(Length) check complete with        0 total errors (errmax=  6.8025e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Height"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Height" for ibody=13
    d(Face)/d(Height) check complete with        0 total errors (errmax=  6.0995e-10)
    d(Edge)/d(Height) check complete with        0 total errors (errmax=  1.5502e-17)
    d(Node)/d(Height) check complete with        0 total errors (errmax=  5.8693e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Depth"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Depth" for ibody=13
    d(Face)/d(Depth) check complete with        0 total errors (errmax=  1.2105e-10)
    d(Edge)/d(Depth) check complete with        0 total errors (errmax=  1.3628e-18)
    d(Node)/d(Depth) check complete with        0 total errors (errmax=  1.2105e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Rhole"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Rhole" for ibody=13
    d(Face)/d(Rhole) check complete with        0 total errors (errmax=  1.6239e-10)
    d(Edge)/d(Rhole) check complete with        0 total errors (errmax=  8.4293e-18)
    d(Node)/d(Rhole) check complete with        0 total errors (errmax=  4.3280e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Xpole"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Xpole" for ibody=13
    d(Face)/d(Xpole) check complete with        0 total errors (errmax=  1.7751e-10)
    d(Edge)/d(Xpole) check complete with        0 total errors (errmax=  5.6260e-18)
    d(Node)/d(Xpole) check complete with        0 total errors (errmax=  4.3280e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Ypole"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Ypole" for ibody=13
    d(Face)/d(Ypole) check complete with        0 total errors (errmax=  1.0739e-10)
    d(Edge)/d(Ypole) check complete with        0 total errors (errmax=  2.6377e-18)
    d(Node)/d(Ypole) check complete with        0 total errors (errmax=  2.0711e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Rpole"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Rpole" for ibody=13
    d(Face)/d(Rpole) check complete with        0 total errors (errmax=  1.5215e-10)
    d(Edge)/d(Rpole) check complete with        0 total errors (errmax=  3.0536e-18)
    d(Node)/d(Rpole) check complete with        0 total errors (errmax=  1.2105e-10)
 

*********************************************************
Starting geometric sensitivity wrt "XangDeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "XangDeg" for ibody=13
    d(Face)/d(XangDeg) check complete with        0 total errors (errmax=  6.2015e-10)
    d(Edge)/d(XangDeg) check complete with        0 total errors (errmax=  2.6405e-17)
    d(Node)/d(XangDeg) check complete with        0 total errors (errmax=  7.4869e-10)
 

*********************************************************
Starting geometric sensitivity wrt "YangDeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "YangDeg" for ibody=13
    d(Face)/d(YangDeg) check complete with        0 total errors (errmax=  6.6148e-10)
    d(Edge)/d(YangDeg) check complete with        0 total errors (errmax=  1.0005e-16)
    d(Node)/d(YangDeg) check complete with        0 total errors (errmax=  1.4320e-09)
 

*********************************************************
Starting geometric sensitivity wrt "ZangDeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "ZangDeg" for ibody=13
    d(Face)/d(ZangDeg) check complete with        0 total errors (errmax=  1.2434e-09)
    d(Edge)/d(ZangDeg) check complete with        0 total errors (errmax=  7.0764e-17)
    d(Node)/d(ZangDeg) check complete with        0 total errors (errmax=  1.2540e-09)
 

*********************************************************
Starting geometric sensitivity wrt "Dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Dx" for ibody=13
    d(Face)/d(Dx) check complete with        0 total errors (errmax=  6.0510e-10)
    d(Edge)/d(Dx) check complete with        0 total errors (errmax=  1.8903e-17)
    d(Node)/d(Dx) check complete with        0 total errors (errmax=  6.4813e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Dy"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Dy" for ibody=13
    d(Face)/d(Dy) check complete with        0 total errors (errmax=  1.6666e-10)
    d(Edge)/d(Dy) check complete with        0 total errors (errmax=  1.1375e-18)
    d(Node)/d(Dy) check complete with        0 total errors (errmax=  1.3534e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Dz"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "Dz" for ibody=13
    d(Face)/d(Dz) check complete with        0 total errors (errmax=  1.2105e-10)
    d(Edge)/d(Dz) check complete with        0 total errors (errmax=  1.3628e-18)
    d(Node)/d(Dz) check complete with        0 total errors (errmax=  1.3534e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

real	0m2.095s
user	0m0.031s
sys	0m0.015s

Comparing geometric sensitivities wrt "Scale" for ibody=13
    d(Face)/d(Scale) check complete with        0 total errors (errmax=  2.7461e-10)
    d(Edge)/d(Scale) check complete with        0 total errors (errmax=  1.5561e-17)
    d(Node)/d(Scale) check complete with        0 total errors (errmax=  5.9567e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.080 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.4320e-09) with 0 suppressions
+ set +x
data\basic\design4 -geom            passed (as expected)
--------------------------------------------------------------------------------------------------
(  35 / 275 )
data\basic\design5.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design5.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)
WARNING:: 40 _hist and/or __trace__ attributes removed

*********************************************************
Starting geometric sensitivity wrt "thick"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
WARNING:: 40 _hist and/or __trace__ attributes removed
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
WARNING:: 40 _hist and/or __trace__ attributes removed
 

*********************************************************
Starting geometric sensitivity wrt "area"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
WARNING:: 40 _hist and/or __trace__ attributes removed
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
WARNING:: 40 _hist and/or __trace__ attributes removed
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
WARNING:: 40 _hist and/or __trace__ attributes removed
 

*********************************************************
Starting geometric sensitivity wrt "sweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
WARNING:: 40 _hist and/or __trace__ attributes removed
 

*********************************************************
Starting geometric sensitivity wrt "washout"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
WARNING:: 40 _hist and/or __trace__ attributes removed
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
WARNING:: 40 _hist and/or __trace__ attributes removed
 

*********************************************************
Starting geometric sensitivity wrt "xnose"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
WARNING:: 40 _hist and/or __trace__ attributes removed
 

*********************************************************
Starting geometric sensitivity wrt "xtail"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
WARNING:: 40 _hist and/or __trace__ attributes removed
 

*********************************************************
Starting geometric sensitivity wrt "fuserad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
WARNING:: 40 _hist and/or __trace__ attributes removed
 

*********************************************************
Starting geometric sensitivity wrt "spar1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
WARNING:: 40 _hist and/or __trace__ attributes removed
 

*********************************************************
Starting geometric sensitivity wrt "spar2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
WARNING:: 40 _hist and/or __trace__ attributes removed

real	0m31.314s
user	0m0.000s
sys	0m0.031s
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->     27.489 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0000e-20) with 0 suppressions
+ set +x
data\basic\design5 -geom            passed (as expected)
--------------------------------------------------------------------------------------------------
(  36 / 275 )
data\basic\design6.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design6.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "width"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
 

*********************************************************
Starting geometric sensitivity wrt "depth"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
 

*********************************************************
Starting geometric sensitivity wrt "height"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
 

*********************************************************
Starting geometric sensitivity wrt "neckDiam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
 

*********************************************************
Starting geometric sensitivity wrt "neckHeight"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
 

*********************************************************
Starting geometric sensitivity wrt "wall"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
 

*********************************************************
Starting geometric sensitivity wrt "filRad1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
 

*********************************************************
Starting geometric sensitivity wrt "filRad2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      5.904 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0000e-20) with 0 suppressions

real	0m7.168s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\design6 -geom            passed (as expected)
--------------------------------------------------------------------------------------------------
(  37 / 275 )
data\basic\design7.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design7.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "headLen"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=48
 

*********************************************************
Starting geometric sensitivity wrt "overallLen"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=48
 

*********************************************************
Starting geometric sensitivity wrt "shaftDiam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=48
 

*********************************************************
Starting geometric sensitivity wrt "headAng"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=48
 

*********************************************************
Starting geometric sensitivity wrt "noseRad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=48
 

*********************************************************
Starting geometric sensitivity wrt "shldrRad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=48
 

*********************************************************
Starting geometric sensitivity wrt "finAng"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=48
 

*********************************************************
Starting geometric sensitivity wrt "finHeight"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=48
 

*********************************************************
Starting geometric sensitivity wrt "finLen"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=48
 

*********************************************************
Starting geometric sensitivity wrt "finWidth"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=48
 

*********************************************************
Starting geometric sensitivity wrt "filRad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=48
 

*********************************************************
Starting geometric sensitivity wrt "finXlate"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=48
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->     13.716 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0000e-20) with 0 suppressions

real	0m16.150s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\design7 -geom            passed (as expected)
--------------------------------------------------------------------------------------------------
(  38 / 275 )
data\basic\design8.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design8.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xcent"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xcent" for ibody=1
    d(Face)/d(xcent) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(xcent) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(xcent) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ycent"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ycent" for ibody=1
    d(Face)/d(ycent) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(ycent) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(ycent) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zcent"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zcent" for ibody=1
    d(Face)/d(zcent) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(zcent) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(zcent) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "L" for ibody=1
    d(Face)/d(L) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  1.5142e-19)
    d(Node)/d(L) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.238s
user	0m0.000s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "H" for ibody=1
    d(Face)/d(H) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  3.0772e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "W"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "W" for ibody=1
    d(Face)/d(W) check complete with        0 total errors (errmax=  2.3748e-11)
    d(Edge)/d(W) check complete with        0 total errors (errmax=  1.0659e-19)
    d(Node)/d(W) check complete with        0 total errors (errmax=  2.3748e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.006 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions
+ set +x
data\basic\design8 -geom            passed (as expected)
--------------------------------------------------------------------------------------------------
(  39 / 275 )
data\basic\design8a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design8a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "xbase" for ibody=4
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  8.2831e-11)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  1.9637e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  3.3710e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "ybase" for ibody=4
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  2.4278e-10)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  5.4687e-18)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  2.6880e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "zbase" for ibody=4
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  6.1976e-19)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "L" for ibody=4
    d(Face)/d(L) check complete with        0 total errors (errmax=  8.2831e-11)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  1.9637e-18)
    d(Node)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "H" for ibody=4
    d(Face)/d(H) check complete with        0 total errors (errmax=  2.3321e-10)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  5.3251e-18)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "W"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "W" for ibody=4
    d(Face)/d(W) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(W) check complete with        0 total errors (errmax=  6.1976e-19)
    d(Node)/d(W) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "t"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.413s
user	0m0.000s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "t" for ibody=4
    d(Face)/d(t) check complete with        0 total errors (errmax=  7.8676e-09)
    d(Edge)/d(t) check complete with        0 total errors (errmax=  5.7450e-15)
    d(Node)/d(t) check complete with        0 total errors (errmax=  2.5640e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.026 sec

Sensitivity checks complete with        0 total errors (max geom err=  7.8676e-09) with 0 suppressions
+ set +x
data\basic\design8a -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  40 / 275 )
data\basic\design8b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design8b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "xbase" for ibody=4
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  8.2077e-11)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  5.5638e-19)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  2.0890e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "ybase" for ibody=4
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  2.5549e-10)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  5.9243e-18)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  6.4605e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "zbase" for ibody=4
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "L" for ibody=4
    d(Face)/d(L) check complete with        0 total errors (errmax=  8.2077e-11)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  5.5638e-19)
    d(Node)/d(L) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "H" for ibody=4
    d(Face)/d(H) check complete with        0 total errors (errmax=  4.0978e-08)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  1.5616e-13)
    d(Node)/d(H) check complete with        0 total errors (errmax=  1.5148e-10)
 

*********************************************************
Starting geometric sensitivity wrt "W"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "W" for ibody=4
    d(Face)/d(W) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(W) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(W) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "R"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "R" for ibody=4
    d(Face)/d(R) check complete with        0 total errors (errmax=  4.1391e-08)
    d(Edge)/d(R) check complete with        0 total errors (errmax=  1.5939e-13)
    d(Node)/d(R) check complete with        0 total errors (errmax=  3.8459e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.026 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.1391e-08) with 0 suppressions

real	0m0.484s
user	0m0.000s
sys	0m0.046s
+ set +x
data\basic\design8b -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  41 / 275 )
data\basic\design8c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design8c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xcent"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xcent" for ibody=7
    d(Face)/d(xcent) check complete with        0 total errors (errmax=  9.7547e-10)
    d(Edge)/d(xcent) check complete with        0 total errors (errmax=  1.2984e-07)
    d(Node)/d(xcent) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ycent"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "ycent" for ibody=7
    d(Face)/d(ycent) check complete with        0 total errors (errmax=  8.8875e-09)
    d(Edge)/d(ycent) check complete with        0 total errors (errmax=  1.4611e-07)
    d(Node)/d(ycent) check complete with        0 total errors (errmax=  1.5148e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zcent"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "zcent" for ibody=7
    d(Face)/d(zcent) check complete with        0 total errors (errmax=  1.5348e-08)
    d(Edge)/d(zcent) check complete with        0 total errors (errmax=  2.7074e-07)
    d(Node)/d(zcent) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "L" for ibody=7
    d(Face)/d(L) check complete with        0 total errors (errmax=  1.5198e-08)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  1.4031e-07)
    d(Node)/d(L) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "H" for ibody=7
    d(Face)/d(H) check complete with        0 total errors (errmax=  4.2301e-08)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.7128e-07)
    d(Node)/d(H) check complete with        0 total errors (errmax=  1.3526e-07)
 

*********************************************************
Starting geometric sensitivity wrt "W"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "W" for ibody=7
    d(Face)/d(W) check complete with        0 total errors (errmax=  2.7903e-08)
    d(Edge)/d(W) check complete with        0 total errors (errmax=  2.7598e-07)
    d(Node)/d(W) check complete with        0 total errors (errmax=  6.3005e-08)
 

*********************************************************
Starting geometric sensitivity wrt "t"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

real	0m0.870s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "t" for ibody=7
    d(Face)/d(t) check complete with        0 total errors (errmax=  2.5692e-08)
    d(Edge)/d(t) check complete with        0 total errors (errmax=  2.7118e-07)
    d(Node)/d(t) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.059 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.7598e-07) with 0 suppressions
+ set +x
data\basic\design8c -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  42 / 275 )
data\basic\design8d.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design8d.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "xbeg1" for ibody=4
    d(Face)/d(xbeg1) check complete with        0 total errors (errmax=  5.4550e-11)
    d(Edge)/d(xbeg1) check complete with        0 total errors (errmax=  3.1717e-18)
    d(Node)/d(xbeg1) check complete with        0 total errors (errmax=  7.6919e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xend1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "xend1" for ibody=4
    d(Face)/d(xend1) check complete with        0 total errors (errmax=  5.0411e-11)
    d(Edge)/d(xend1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(xend1) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "y1" for ibody=4
    d(Face)/d(y1) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(y1) check complete with        0 total errors (errmax=  9.5708e-18)
    d(Node)/d(y1) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "z1" for ibody=4
    d(Face)/d(z1) check complete with        0 total errors (errmax=  1.1949e-07)
    d(Edge)/d(z1) check complete with        0 total errors (errmax=  1.2364e-11)
    d(Node)/d(z1) check complete with        0 total errors (errmax=  6.2245e-07)
 

*********************************************************
Starting geometric sensitivity wrt "r1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "r1" for ibody=4
    d(Face)/d(r1) check complete with        0 total errors (errmax=  6.6118e-08)
    d(Edge)/d(r1) check complete with        0 total errors (errmax=  6.5801e-12)
    d(Node)/d(r1) check complete with        0 total errors (errmax=  4.6700e-07)
 

*********************************************************
Starting geometric sensitivity wrt "th1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "th1" for ibody=4
    d(Face)/d(th1) check complete with        0 total errors (errmax=  5.6190e-11)
    d(Edge)/d(th1) check complete with        0 total errors (errmax=  8.6521e-16)
    d(Node)/d(th1) check complete with        0 total errors (errmax=  4.8914e-10)
 

*********************************************************
Starting geometric sensitivity wrt "x2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "x2" for ibody=4
    d(Face)/d(x2) check complete with        0 total errors (errmax=  7.9352e-11)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  1.3407e-17)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "z2" for ibody=4
    d(Face)/d(z2) check complete with        0 total errors (errmax=  1.1948e-07)
    d(Edge)/d(z2) check complete with        0 total errors (errmax=  1.1667e-11)
    d(Node)/d(z2) check complete with        0 total errors (errmax=  6.2235e-07)
 

*********************************************************
Starting geometric sensitivity wrt "r2"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.780s
user	0m0.015s
sys	0m0.016s
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "r2" for ibody=4
    d(Face)/d(r2) check complete with        0 total errors (errmax=  2.7478e-08)
    d(Edge)/d(r2) check complete with        0 total errors (errmax=  2.3255e-12)
    d(Node)/d(r2) check complete with        0 total errors (errmax=  2.5000e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.017 sec

Sensitivity checks complete with        0 total errors (max geom err=  6.2245e-07) with 0 suppressions
+ set +x
data\basic\design8d -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  43 / 275 )
data\basic\design9.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\design9.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "fuse[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[1,1]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  2.0407e-08)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  3.0662e-13)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  6.8786e-06)

*********************************************************
Starting geometric sensitivity wrt "fuse[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[1,2]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  2.5909e-08)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  2.6015e-13)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  2.5132e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[1,3]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  3.5623e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  5.7513e-13)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.8823e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[1,4]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  3.5741e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  4.4278e-12)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  9.7381e-06)

*********************************************************
Starting geometric sensitivity wrt "fuse[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[2,1]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  1.4565e-08)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  3.8470e-12)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.3491e-06)

*********************************************************
Starting geometric sensitivity wrt "fuse[2,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[2,2]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  2.3652e-08)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  3.1436e-12)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  5.7312e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[2,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[2,3]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  3.9219e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  4.7071e-13)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  5.8555e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[2,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[2,4]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  3.9223e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.2819e-12)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  2.2451e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[3,1]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  8.3534e-09)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  4.9837e-13)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  3.3104e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[3,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[3,2]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  3.9201e-08)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  4.3799e-12)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  2.3885e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[3,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[3,3]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  5.4790e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  5.7427e-12)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  2.2575e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[3,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[3,4]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  5.4788e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.2121e-12)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  8.4620e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[4,1]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  1.0187e-08)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  9.9866e-13)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.1650e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[4,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[4,2]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.8925e-08)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  5.8571e-11)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  9.1313e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[4,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[4,3]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.2267e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  8.5386e-11)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  8.6194e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[4,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[4,4]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.2262e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.8415e-11)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  3.3617e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[5,1]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  6.1479e-09)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  8.1529e-12)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.8774e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[5,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[5,2]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  1.0441e-07)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.5061e-09)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  3.9597e-03)

*********************************************************
Starting geometric sensitivity wrt "fuse[5,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[5,3]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.1398e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.6146e-09)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  3.7463e-03)

*********************************************************
Starting geometric sensitivity wrt "fuse[5,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[5,4]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.1363e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  3.4823e-10)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.4378e-03)

*********************************************************
Starting geometric sensitivity wrt "fuse[6,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[6,1]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.5051e-09)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  9.6361e-12)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  3.5242e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[6,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[6,2]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  1.5025e-07)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  2.0503e-09)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  6.2060e-03)

*********************************************************
Starting geometric sensitivity wrt "fuse[6,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[6,3]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.2549e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  3.2577e-09)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  5.8865e-03)

*********************************************************
Starting geometric sensitivity wrt "fuse[6,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[6,4]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.2619e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.0751e-09)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  2.2585e-03)

*********************************************************
Starting geometric sensitivity wrt "fuse[7,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[7,1]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.1082e-09)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  2.2608e-11)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  4.4488e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[7,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[7,2]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  3.1677e-08)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.2394e-10)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.1659e-03)

*********************************************************
Starting geometric sensitivity wrt "fuse[7,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[7,3]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  3.8144e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  2.3287e-10)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.1025e-03)

*********************************************************
Starting geometric sensitivity wrt "fuse[7,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[7,4]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  3.8261e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  3.5503e-10)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  4.2664e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[8,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[8,1]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  2.4910e-09)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.5209e-11)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  2.2808e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[8,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[8,2]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  2.4743e-08)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  3.9324e-11)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  3.1165e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[8,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[8,3]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.1737e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  5.0136e-10)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  2.9689e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[8,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[8,4]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.1812e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.6442e-09)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.1452e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[9,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[9,1]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  3.2237e-09)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.9429e-10)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  5.8620e-06)

*********************************************************
Starting geometric sensitivity wrt "fuse[9,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[9,2]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  3.1751e-08)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  3.8812e-10)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  8.3586e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[9,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[9,3]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.5805e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  8.6756e-09)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  8.0216e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[9,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[9,4]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.5836e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.9697e-08)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  3.2510e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[10,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[10,1]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  3.8947e-09)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.3177e-12)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  2.2246e-06)

*********************************************************
Starting geometric sensitivity wrt "fuse[10,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[10,2]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.6648e-08)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.6004e-10)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  3.5342e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[10,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[10,3]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  5.8777e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  2.0942e-08)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.6576e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[10,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[10,4]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  5.8808e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.1769e-08)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  9.2567e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[11,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[11,1]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  1.0333e-09)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  2.1696e-12)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.8286e-07)

*********************************************************
Starting geometric sensitivity wrt "fuse[11,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[11,2]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.9288e-08)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  4.6914e-09)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  8.0932e-05)

*********************************************************
Starting geometric sensitivity wrt "fuse[11,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[11,3]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  9.1294e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  2.9007e-07)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  6.1926e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[11,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[11,4]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  9.1142e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  2.9686e-07)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  3.4582e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[12,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[12,1]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.8844e-10)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  3.0137e-12)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  2.2589e-06)

*********************************************************
Starting geometric sensitivity wrt "fuse[12,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[12,2]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.5175e-08)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  5.0515e-09)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  6.1182e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[12,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[12,3]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.7561e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  2.2845e-06)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  4.6813e-03)

*********************************************************
Starting geometric sensitivity wrt "fuse[12,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[12,4]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.7612e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  8.8908e-07)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  2.6141e-03)

*********************************************************
Starting geometric sensitivity wrt "fuse[13,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[13,1]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  5.7012e-10)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  3.5527e-11)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  6.5919e-07)

*********************************************************
Starting geometric sensitivity wrt "fuse[13,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[13,2]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.2186e-08)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.4521e-08)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.8982e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[13,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[13,3]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.7329e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  9.8186e-07)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.4528e-03)

*********************************************************
Starting geometric sensitivity wrt "fuse[13,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[13,4]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  4.7309e-06)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.6292e-06)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  8.1129e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[14,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[14,1]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  5.2483e-10)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  5.2318e-13)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  2.1106e-07)

*********************************************************
Starting geometric sensitivity wrt "fuse[14,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[14,2]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  1.0771e-07)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.6437e-07)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.8803e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[14,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[14,3]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  1.3710e-05)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  4.0445e-06)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.4385e-03)

*********************************************************
Starting geometric sensitivity wrt "fuse[14,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[14,4]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  1.3701e-05)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.0333e-05)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  8.0330e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[15,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[15,1]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  5.0095e-10)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  3.9059e-12)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  4.2248e-06)

*********************************************************
Starting geometric sensitivity wrt "fuse[15,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[15,2]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  7.8560e-08)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  1.1208e-07)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.3905e-04)

*********************************************************
Starting geometric sensitivity wrt "fuse[15,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[15,3]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  1.1807e-05)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  5.6914e-06)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  1.0642e-03)

*********************************************************
Starting geometric sensitivity wrt "fuse[15,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "fuse[15,4]" for ibody=84
    d(Face)/d(fuse) check complete with        0 total errors (errmax=  1.1817e-05)
    d(Edge)/d(fuse) check complete with        0 total errors (errmax=  6.4507e-06)
    d(Node)/d(fuse) check complete with        0 total errors (errmax=  5.9422e-04)
 

*********************************************************
Starting geometric sensitivity wrt "wing[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "wing[1,1]" for ibody=84
    d(Face)/d(wing) check complete with        0 total errors (errmax=  2.3389e-09)
    d(Edge)/d(wing) check complete with        0 total errors (errmax=  7.6612e-11)
    d(Node)/d(wing) check complete with        0 total errors (errmax=  6.5445e-06)

*********************************************************
Starting geometric sensitivity wrt "wing[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "wing[1,2]" for ibody=84
    d(Face)/d(wing) check complete with        0 total errors (errmax=  1.0185e-07)
    d(Edge)/d(wing) check complete with        0 total errors (errmax=  1.6138e-09)
    d(Node)/d(wing) check complete with        0 total errors (errmax=  4.4312e-03)

*********************************************************
Starting geometric sensitivity wrt "wing[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "wing[1,3]" for ibody=84
    d(Face)/d(wing) check complete with        0 total errors (errmax=  1.0436e-07)
    d(Edge)/d(wing) check complete with        0 total errors (errmax=  2.5973e-09)
    d(Node)/d(wing) check complete with        0 total errors (errmax=  5.2011e-03)

*********************************************************
Starting geometric sensitivity wrt "wing[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "wing[1,4]" for ibody=84
    d(Face)/d(wing) check complete with        0 total errors (errmax=  1.2602e-07)
    d(Edge)/d(wing) check complete with        0 total errors (errmax=  1.0153e-10)
    d(Node)/d(wing) check complete with        0 total errors (errmax=  2.5678e-06)

*********************************************************
Starting geometric sensitivity wrt "wing[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "wing[1,5]" for ibody=84
    d(Face)/d(wing) check complete with        0 total errors (errmax=  8.2571e-09)
    d(Edge)/d(wing) check complete with        0 total errors (errmax=  3.8094e-11)
    d(Node)/d(wing) check complete with        0 total errors (errmax=  7.5610e-06)

*********************************************************
Starting geometric sensitivity wrt "wing[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "wing[2,1]" for ibody=84
    d(Face)/d(wing) check complete with        0 total errors (errmax=  1.3568e-09)
    d(Edge)/d(wing) check complete with        0 total errors (errmax=  3.2836e-11)
    d(Node)/d(wing) check complete with        0 total errors (errmax=  7.5184e-06)

*********************************************************
Starting geometric sensitivity wrt "wing[2,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "wing[2,2]" for ibody=84
    d(Face)/d(wing) check complete with        0 total errors (errmax=  1.3159e-07)
    d(Edge)/d(wing) check complete with        0 total errors (errmax=  1.5942e-09)
    d(Node)/d(wing) check complete with        0 total errors (errmax=  5.0912e-03)

*********************************************************
Starting geometric sensitivity wrt "wing[2,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "wing[2,3]" for ibody=84
    d(Face)/d(wing) check complete with        0 total errors (errmax=  8.6731e-08)
    d(Edge)/d(wing) check complete with        0 total errors (errmax=  2.5122e-09)
    d(Node)/d(wing) check complete with        0 total errors (errmax=  5.9763e-03)

*********************************************************
Starting geometric sensitivity wrt "wing[2,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "wing[2,4]" for ibody=84
    d(Face)/d(wing) check complete with        0 total errors (errmax=  2.2950e-06)
    d(Edge)/d(wing) check complete with        0 total errors (errmax=  3.5600e-10)
    d(Node)/d(wing) check complete with        0 total errors (errmax=  1.0155e-06)

*********************************************************
Starting geometric sensitivity wrt "wing[2,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "wing[2,5]" for ibody=84
    d(Face)/d(wing) check complete with        0 total errors (errmax=  3.4398e-08)
    d(Edge)/d(wing) check complete with        0 total errors (errmax=  1.1034e-12)
    d(Node)/d(wing) check complete with        0 total errors (errmax=  1.5038e-06)

*********************************************************
Starting geometric sensitivity wrt "wing[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "wing[3,1]" for ibody=84
    d(Face)/d(wing) check complete with        0 total errors (errmax=  4.5672e-10)
    d(Edge)/d(wing) check complete with        0 total errors (errmax=  3.8211e-17)
    d(Node)/d(wing) check complete with        0 total errors (errmax=  4.3209e-10)

*********************************************************
Starting geometric sensitivity wrt "wing[3,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "wing[3,2]" for ibody=84
    d(Face)/d(wing) check complete with        0 total errors (errmax=  3.5082e-10)
    d(Edge)/d(wing) check complete with        0 total errors (errmax=  3.8211e-17)
    d(Node)/d(wing) check complete with        0 total errors (errmax=  8.0701e-11)

*********************************************************
Starting geometric sensitivity wrt "wing[3,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "wing[3,3]" for ibody=84
    d(Face)/d(wing) check complete with        0 total errors (errmax=  3.5082e-10)
    d(Edge)/d(wing) check complete with        0 total errors (errmax=  3.8211e-17)
    d(Node)/d(wing) check complete with        0 total errors (errmax=  5.7740e-13)

*********************************************************
Starting geometric sensitivity wrt "wing[3,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "wing[3,4]" for ibody=84
    d(Face)/d(wing) check complete with        0 total errors (errmax=  2.1925e-06)
    d(Edge)/d(wing) check complete with        0 total errors (errmax=  3.5603e-10)
    d(Node)/d(wing) check complete with        0 total errors (errmax=  3.9433e-10)

*********************************************************
Starting geometric sensitivity wrt "wing[3,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "wing[3,5]" for ibody=84
    d(Face)/d(wing) check complete with        0 total errors (errmax=  1.6542e-08)
    d(Edge)/d(wing) check complete with        0 total errors (errmax=  7.2044e-15)
    d(Node)/d(wing) check complete with        0 total errors (errmax=  4.1710e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xroot_h"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "xroot_h" for ibody=84
    d(Face)/d(xroot_h) check complete with        0 total errors (errmax=  6.4538e-10)
    d(Edge)/d(xroot_h) check complete with        0 total errors (errmax=  3.5730e-11)
    d(Node)/d(xroot_h) check complete with        0 total errors (errmax=  3.2767e-06)
 

*********************************************************
Starting geometric sensitivity wrt "zroot_h"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "zroot_h" for ibody=84
    d(Face)/d(zroot_h) check complete with        0 total errors (errmax=  1.4000e-07)
    d(Edge)/d(zroot_h) check complete with        0 total errors (errmax=  4.4403e-08)
    d(Node)/d(zroot_h) check complete with        0 total errors (errmax=  8.2141e-03)
 

*********************************************************
Starting geometric sensitivity wrt "aroot_h"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "aroot_h" for ibody=84
    d(Face)/d(aroot_h) check complete with        0 total errors (errmax=  2.8049e-08)
    d(Edge)/d(aroot_h) check complete with        0 total errors (errmax=  2.1692e-13)
    d(Node)/d(aroot_h) check complete with        0 total errors (errmax=  1.4806e-07)
 

*********************************************************
Starting geometric sensitivity wrt "area_h"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "area_h" for ibody=84
    d(Face)/d(area_h) check complete with        0 total errors (errmax=  1.5552e-07)
    d(Edge)/d(area_h) check complete with        0 total errors (errmax=  1.1188e-11)
    d(Node)/d(area_h) check complete with        0 total errors (errmax=  3.6229e-08)
 

*********************************************************
Starting geometric sensitivity wrt "taper_h"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "taper_h" for ibody=84
    d(Face)/d(taper_h) check complete with        0 total errors (errmax=  1.3571e-06)
    d(Edge)/d(taper_h) check complete with        0 total errors (errmax=  8.8531e-10)
    d(Node)/d(taper_h) check complete with        0 total errors (errmax=  4.4921e-07)
 

*********************************************************
Starting geometric sensitivity wrt "aspect_h"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "aspect_h" for ibody=84
    d(Face)/d(aspect_h) check complete with        0 total errors (errmax=  3.0448e-07)
    d(Edge)/d(aspect_h) check complete with        0 total errors (errmax=  4.3189e-11)
    d(Node)/d(aspect_h) check complete with        0 total errors (errmax=  6.9641e-08)
 

*********************************************************
Starting geometric sensitivity wrt "sweep_h"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "sweep_h" for ibody=84
    d(Face)/d(sweep_h) check complete with        0 total errors (errmax=  5.4793e-10)
    d(Edge)/d(sweep_h) check complete with        0 total errors (errmax=  5.3259e-13)
    d(Node)/d(sweep_h) check complete with        0 total errors (errmax=  2.5868e-08)
 

*********************************************************
Starting geometric sensitivity wrt "dihed_h"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "dihed_h" for ibody=84
    d(Face)/d(dihed_h) check complete with        0 total errors (errmax=  5.9119e-10)
    d(Edge)/d(dihed_h) check complete with        0 total errors (errmax=  1.1440e-12)
    d(Node)/d(dihed_h) check complete with        0 total errors (errmax=  4.1288e-05)
 

*********************************************************
Starting geometric sensitivity wrt "twist_h"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "twist_h" for ibody=84
    d(Face)/d(twist_h) check complete with        0 total errors (errmax=  3.4092e-09)
    d(Edge)/d(twist_h) check complete with        0 total errors (errmax=  3.4094e-13)
    d(Node)/d(twist_h) check complete with        0 total errors (errmax=  9.5462e-09)
 

*********************************************************
Starting geometric sensitivity wrt "xroot_v"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "xroot_v" for ibody=84
    d(Face)/d(xroot_v) check complete with        0 total errors (errmax=  9.2865e-10)
    d(Edge)/d(xroot_v) check complete with        0 total errors (errmax=  1.6521e-11)
    d(Node)/d(xroot_v) check complete with        0 total errors (errmax=  4.1501e-07)
 

*********************************************************
Starting geometric sensitivity wrt "zroot_v"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "zroot_v" for ibody=84
    d(Face)/d(zroot_v) check complete with        0 total errors (errmax=  9.2095e-10)
    d(Edge)/d(zroot_v) check complete with        0 total errors (errmax=  7.3609e-11)
    d(Node)/d(zroot_v) check complete with        0 total errors (errmax=  5.8347e-07)
 

*********************************************************
Starting geometric sensitivity wrt "area_v"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "area_v" for ibody=84
    d(Face)/d(area_v) check complete with        0 total errors (errmax=  1.8205e-08)
    d(Edge)/d(area_v) check complete with        0 total errors (errmax=  3.0683e-11)
    d(Node)/d(area_v) check complete with        0 total errors (errmax=  5.9275e-08)
 

*********************************************************
Starting geometric sensitivity wrt "taper_v"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "taper_v" for ibody=84
    d(Face)/d(taper_v) check complete with        0 total errors (errmax=  2.6593e-07)
    d(Edge)/d(taper_v) check complete with        0 total errors (errmax=  6.3681e-09)
    d(Node)/d(taper_v) check complete with        0 total errors (errmax=  1.1891e-06)
 

*********************************************************
Starting geometric sensitivity wrt "aspect_v"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "aspect_v" for ibody=84
    d(Face)/d(aspect_v) check complete with        0 total errors (errmax=  5.8027e-08)
    d(Edge)/d(aspect_v) check complete with        0 total errors (errmax=  3.0528e-10)
    d(Node)/d(aspect_v) check complete with        0 total errors (errmax=  1.8998e-07)
 

*********************************************************
Starting geometric sensitivity wrt "sweep_v"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=84
Computing finite difference sensitivities for ibody=84

Comparing geometric sensitivities wrt "sweep_v" for ibody=84
    d(Face)/d(sweep_v) check complete with        0 total errors (errmax=  3.5082e-10)
    d(Edge)/d(sweep_v) check complete with        0 total errors (errmax=  6.9628e-13)
    d(Node)/d(sweep_v) check complete with        0 total errors (errmax=  8.6927e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->     80.004 sec

Sensitivity checks complete with       65 total errors (max geom err=  8.2141e-03) with 0 suppressions

real	4m59.090s
user	0m0.015s
sys	0m0.015s
+ set +x
data\basic\design9 -geom            passed (as expected)
--------------------------------------------------------------------------------------------------
(  44 / 275 )
data\basic\designA.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designA.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "aa[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "aa[1,1]" for ibody=3
    d(Face)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "aa[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "aa[1,2]" for ibody=3
    d(Face)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "aa[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "aa[1,3]" for ibody=3
    d(Face)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "aa[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "aa[2,1]" for ibody=3
    d(Face)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "aa[2,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "aa[2,2]" for ibody=3
    d(Face)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "aa[2,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

real	0m0.623s
user	0m0.000s
sys	0m0.031s

Comparing geometric sensitivities wrt "aa[2,3]" for ibody=3
    d(Face)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(aa) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.006 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0000e-20) with 0 suppressions
+ set +x
data\basic\designA -geom            passed (as expected)
--------------------------------------------------------------------------------------------------
(  45 / 275 )
data\basic\designB1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designB1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "DX" for ibody=19
    d(Face)/d(DX) check complete with        0 total errors (errmax=  7.8543e-09)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  3.3344e-14)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  3.9848e-08)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "DY" for ibody=19
    d(Face)/d(DY) check complete with        0 total errors (errmax=  3.3330e-08)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  3.2654e-13)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  1.2470e-07)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "DZ" for ibody=19
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "move"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "move" for ibody=19
    d(Face)/d(move) check complete with        0 total errors (errmax=  2.8692e-11)
    d(Edge)/d(move) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(move) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

real	0m2.209s
user	0m0.015s
sys	0m0.031s

Comparing geometric sensitivities wrt "rad" for ibody=19
    d(Face)/d(rad) check complete with        0 total errors (errmax=  7.4924e-08)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  1.6526e-12)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  2.8052e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.065 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.8052e-07) with 0 suppressions
+ set +x
data\basic\designB1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  46 / 275 )
data\basic\designB2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designB2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "DX" for ibody=22
    d(Face)/d(DX) check complete with        0 total errors (errmax=  7.8543e-09)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  3.3344e-14)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  3.9848e-08)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "DY" for ibody=22
    d(Face)/d(DY) check complete with        0 total errors (errmax=  3.3330e-08)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  3.2654e-13)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  1.2470e-07)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "DZ" for ibody=22
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  7.3267e-20)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "move"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "move" for ibody=22
    d(Face)/d(move) check complete with        0 total errors (errmax=  2.8692e-11)
    d(Edge)/d(move) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(move) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "rad" for ibody=22
    d(Face)/d(rad) check complete with        0 total errors (errmax=  7.4924e-08)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  1.6526e-12)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  2.8052e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.076 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.8052e-07) with 0 suppressions

real	0m1.893s
user	0m0.015s
sys	0m0.016s
+ set +x
data\basic\designB2 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  47 / 275 )
data\basic\designB3.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designB3.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=37
Computing finite difference sensitivities for ibody=37

Comparing geometric sensitivities wrt "DX" for ibody=37
    d(Face)/d(DX) check complete with        0 total errors (errmax=  7.8543e-09)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  3.3344e-14)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  3.9848e-08)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=37
Computing finite difference sensitivities for ibody=37

Comparing geometric sensitivities wrt "DY" for ibody=37
    d(Face)/d(DY) check complete with        0 total errors (errmax=  3.3330e-08)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  3.2654e-13)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  1.2470e-07)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=37
Computing finite difference sensitivities for ibody=37

Comparing geometric sensitivities wrt "DZ" for ibody=37
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  7.3267e-20)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "move"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=37
Computing finite difference sensitivities for ibody=37

Comparing geometric sensitivities wrt "move" for ibody=37
    d(Face)/d(move) check complete with        0 total errors (errmax=  2.8692e-11)
    d(Edge)/d(move) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(move) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=37
Computing finite difference sensitivities for ibody=37

real	0m2.051s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "rad" for ibody=37
    d(Face)/d(rad) check complete with        0 total errors (errmax=  7.4924e-08)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  1.6526e-12)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  2.8052e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.083 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.8052e-07) with 0 suppressions
+ set +x
data\basic\designB3 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  48 / 275 )
data\basic\designB4.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designB4.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
Computing finite difference sensitivities for ibody=25

Comparing geometric sensitivities wrt "DX" for ibody=25
    d(Face)/d(DX) check complete with        0 total errors (errmax=  7.8745e-09)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  3.3344e-14)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  3.9847e-08)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
Computing finite difference sensitivities for ibody=25

Comparing geometric sensitivities wrt "DY" for ibody=25
    d(Face)/d(DY) check complete with        0 total errors (errmax=  3.3330e-08)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  3.2654e-13)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  1.2496e-07)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
Computing finite difference sensitivities for ibody=25

Comparing geometric sensitivities wrt "DZ" for ibody=25
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  2.3631e-10)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  1.2456e-18)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  4.4869e-10)
 

*********************************************************
Starting geometric sensitivity wrt "move"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
Computing finite difference sensitivities for ibody=25

Comparing geometric sensitivities wrt "move" for ibody=25
    d(Face)/d(move) check complete with        0 total errors (errmax=  1.2891e-10)
    d(Edge)/d(move) check complete with        0 total errors (errmax=  8.5665e-19)
    d(Node)/d(move) check complete with        0 total errors (errmax=  6.4099e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
Computing finite difference sensitivities for ibody=25

Comparing geometric sensitivities wrt "rad" for ibody=25
    d(Face)/d(rad) check complete with        0 total errors (errmax=  7.4924e-08)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  1.6541e-12)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  2.8065e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.927 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.8065e-07) with 0 suppressions

real	0m4.125s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designB4 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  49 / 275 )
data\basic\designB5.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designB5.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=34
Computing finite difference sensitivities for ibody=34

Comparing geometric sensitivities wrt "DX" for ibody=34
    d(Face)/d(DX) check complete with        0 total errors (errmax=  1.3130e-08)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  3.3344e-14)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  3.9848e-08)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=34
Computing finite difference sensitivities for ibody=34

Comparing geometric sensitivities wrt "DY" for ibody=34
    d(Face)/d(DY) check complete with        0 total errors (errmax=  3.3330e-08)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  3.2654e-13)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  1.2496e-07)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=34
Computing finite difference sensitivities for ibody=34

Comparing geometric sensitivities wrt "DZ" for ibody=34
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  2.6173e-10)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  1.2456e-18)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  1.9230e-10)
 

*********************************************************
Starting geometric sensitivity wrt "move"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=34
Computing finite difference sensitivities for ibody=34

Comparing geometric sensitivities wrt "move" for ibody=34
    d(Face)/d(move) check complete with        0 total errors (errmax=  1.8266e-10)
    d(Edge)/d(move) check complete with        0 total errors (errmax=  9.8608e-19)
    d(Node)/d(move) check complete with        0 total errors (errmax=  1.2820e-10)
 

*********************************************************
Starting geometric sensitivity wrt "bump"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=34
Computing finite difference sensitivities for ibody=34

Comparing geometric sensitivities wrt "bump" for ibody=34
    d(Face)/d(bump) check complete with        0 total errors (errmax=  9.6395e-08)
    d(Edge)/d(bump) check complete with        0 total errors (errmax=  9.7508e-13)
    d(Node)/d(bump) check complete with        0 total errors (errmax=  4.9887e-07)
 

*********************************************************
Starting geometric sensitivity wrt "rotn"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=34
Computing finite difference sensitivities for ibody=34

Comparing geometric sensitivities wrt "rotn" for ibody=34
    d(Face)/d(rotn) check complete with        0 total errors (errmax=  2.6240e-10)
    d(Edge)/d(rotn) check complete with        0 total errors (errmax=  3.8992e-18)
    d(Node)/d(rotn) check complete with        0 total errors (errmax=  5.3397e-10)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=34
Computing finite difference sensitivities for ibody=34

real	0m6.745s
user	0m0.000s
sys	0m0.000s

Comparing geometric sensitivities wrt "rad" for ibody=34
    d(Face)/d(rad) check complete with        0 total errors (errmax=  7.4924e-08)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  1.6526e-12)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  2.8065e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.873 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.9887e-07) with 0 suppressions
+ set +x
data\basic\designB5 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  50 / 275 )
data\basic\designC0.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designC0.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xbeg" for ibody=1
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ybeg" for ibody=1
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zbeg" for ibody=1
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xsize" for ibody=1
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.255s
user	0m0.015s
sys	0m0.031s
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ysize" for ibody=1
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zsize" for ibody=1
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.003 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions
+ set +x
data\basic\designC0 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  51 / 275 )
data\basic\designC1a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designC1a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xbeg" for ibody=1
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ybeg" for ibody=1
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  1.1227e-08)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  1.1721e-14)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  1.5085e-16)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zbeg" for ibody=1
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  1.0738e-08)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  6.1882e-14)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  1.8124e-08)
 

*********************************************************
Starting geometric sensitivity wrt "xend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xend" for ibody=1
    d(Face)/d(xend) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(xend) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(xend) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "yend" for ibody=1
    d(Face)/d(yend) check complete with        0 total errors (errmax=  1.1215e-08)
    d(Edge)/d(yend) check complete with        0 total errors (errmax=  1.1723e-14)
    d(Node)/d(yend) check complete with        0 total errors (errmax=  1.3298e-16)
 

*********************************************************
Starting geometric sensitivity wrt "zend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zend" for ibody=1
    d(Face)/d(zend) check complete with        0 total errors (errmax=  1.0740e-08)
    d(Edge)/d(zend) check complete with        0 total errors (errmax=  6.1154e-14)
    d(Node)/d(zend) check complete with        0 total errors (errmax=  1.8012e-08)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.348s
user	0m0.015s
sys	0m0.031s
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "rad" for ibody=1
    d(Face)/d(rad) check complete with        0 total errors (errmax=  5.7444e-11)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.011 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.8124e-08) with 0 suppressions
+ set +x
data\basic\designC1a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  52 / 275 )
data\basic\designC1b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designC1b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xbeg" for ibody=1
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ybeg" for ibody=1
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  1.1215e-08)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  1.1727e-14)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  2.5640e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zbeg" for ibody=1
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  1.0740e-08)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  6.1154e-14)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  1.8012e-08)
 

*********************************************************
Starting geometric sensitivity wrt "xend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xend" for ibody=1
    d(Face)/d(xend) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(xend) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(xend) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "yend" for ibody=1
    d(Face)/d(yend) check complete with        0 total errors (errmax=  1.1227e-08)
    d(Edge)/d(yend) check complete with        0 total errors (errmax=  1.1723e-14)
    d(Node)/d(yend) check complete with        0 total errors (errmax=  2.5640e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zend" for ibody=1
    d(Face)/d(zend) check complete with        0 total errors (errmax=  1.0738e-08)
    d(Edge)/d(zend) check complete with        0 total errors (errmax=  6.1882e-14)
    d(Node)/d(zend) check complete with        0 total errors (errmax=  1.8124e-08)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.376s
user	0m0.015s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "rad" for ibody=1
    d(Face)/d(rad) check complete with        0 total errors (errmax=  5.7444e-11)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.011 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.8124e-08) with 0 suppressions
+ set +x
data\basic\designC1b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  53 / 275 )
data\basic\designC2a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designC2a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xbeg" for ibody=1
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  1.1231e-08)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  1.1761e-14)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ybeg" for ibody=1
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zbeg" for ibody=1
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  1.0739e-08)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  6.1431e-14)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  1.8028e-08)
 

*********************************************************
Starting geometric sensitivity wrt "xend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xend" for ibody=1
    d(Face)/d(xend) check complete with        0 total errors (errmax=  1.1228e-08)
    d(Edge)/d(xend) check complete with        0 total errors (errmax=  1.1762e-14)
    d(Node)/d(xend) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "yend" for ibody=1
    d(Face)/d(yend) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(yend) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(yend) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zend" for ibody=1
    d(Face)/d(zend) check complete with        0 total errors (errmax=  1.0739e-08)
    d(Edge)/d(zend) check complete with        0 total errors (errmax=  6.1314e-14)
    d(Node)/d(zend) check complete with        0 total errors (errmax=  1.8032e-08)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "rad" for ibody=1
    d(Face)/d(rad) check complete with        0 total errors (errmax=  6.6633e-11)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.011 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.8032e-08) with 0 suppressions

real	0m0.318s
user	0m0.015s
sys	0m0.000s
+ set +x
data\basic\designC2a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  54 / 275 )
data\basic\designC2b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designC2b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xbeg" for ibody=1
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  1.1228e-08)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  1.1768e-14)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  2.6076e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ybeg" for ibody=1
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zbeg" for ibody=1
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  1.0739e-08)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  6.1314e-14)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  1.8032e-08)
 

*********************************************************
Starting geometric sensitivity wrt "xend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xend" for ibody=1
    d(Face)/d(xend) check complete with        0 total errors (errmax=  1.1231e-08)
    d(Edge)/d(xend) check complete with        0 total errors (errmax=  1.1762e-14)
    d(Node)/d(xend) check complete with        0 total errors (errmax=  2.5640e-10)
 

*********************************************************
Starting geometric sensitivity wrt "yend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "yend" for ibody=1
    d(Face)/d(yend) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(yend) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(yend) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zend" for ibody=1
    d(Face)/d(zend) check complete with        0 total errors (errmax=  1.0739e-08)
    d(Edge)/d(zend) check complete with        0 total errors (errmax=  6.1431e-14)
    d(Node)/d(zend) check complete with        0 total errors (errmax=  1.8029e-08)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.690s
user	0m0.015s
sys	0m0.000s
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "rad" for ibody=1
    d(Face)/d(rad) check complete with        0 total errors (errmax=  6.6633e-11)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.021 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.8032e-08) with 0 suppressions
+ set +x
data\basic\designC2b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  55 / 275 )
data\basic\designC3a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designC3a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xbeg" for ibody=1
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  1.0739e-08)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  6.1431e-14)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  1.8028e-08)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ybeg" for ibody=1
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  1.1231e-08)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  1.1761e-14)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zbeg" for ibody=1
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xend" for ibody=1
    d(Face)/d(xend) check complete with        0 total errors (errmax=  1.0739e-08)
    d(Edge)/d(xend) check complete with        0 total errors (errmax=  6.1314e-14)
    d(Node)/d(xend) check complete with        0 total errors (errmax=  1.8032e-08)
 

*********************************************************
Starting geometric sensitivity wrt "yend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "yend" for ibody=1
    d(Face)/d(yend) check complete with        0 total errors (errmax=  1.1228e-08)
    d(Edge)/d(yend) check complete with        0 total errors (errmax=  1.1762e-14)
    d(Node)/d(yend) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zend" for ibody=1
    d(Face)/d(zend) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(zend) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(zend) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.351s
user	0m0.000s
sys	0m0.000s
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "rad" for ibody=1
    d(Face)/d(rad) check complete with        0 total errors (errmax=  6.6633e-11)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.014 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.8032e-08) with 0 suppressions
+ set +x
data\basic\designC3a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  56 / 275 )
data\basic\designC3b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designC3b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xbeg" for ibody=1
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  1.0739e-08)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  6.1314e-14)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  1.8032e-08)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ybeg" for ibody=1
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  1.1228e-08)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  1.1768e-14)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  2.6076e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zbeg" for ibody=1
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xend" for ibody=1
    d(Face)/d(xend) check complete with        0 total errors (errmax=  1.0739e-08)
    d(Edge)/d(xend) check complete with        0 total errors (errmax=  6.1431e-14)
    d(Node)/d(xend) check complete with        0 total errors (errmax=  1.8029e-08)
 

*********************************************************
Starting geometric sensitivity wrt "yend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "yend" for ibody=1
    d(Face)/d(yend) check complete with        0 total errors (errmax=  1.1231e-08)
    d(Edge)/d(yend) check complete with        0 total errors (errmax=  1.1762e-14)
    d(Node)/d(yend) check complete with        0 total errors (errmax=  2.5640e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zend"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zend" for ibody=1
    d(Face)/d(zend) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(zend) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(zend) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "rad" for ibody=1
    d(Face)/d(rad) check complete with        0 total errors (errmax=  6.6633e-11)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.014 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.8032e-08) with 0 suppressions

real	0m0.991s
user	0m0.015s
sys	0m0.015s
+ set +x
data\basic\designC3b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  57 / 275 )
data\basic\designC4a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designC4a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xvrtx" for ibody=1
    d(Face)/d(xvrtx) check complete with        0 total errors (errmax=  5.1279e-10)
    d(Edge)/d(xvrtx) check complete with        0 total errors (errmax=  2.6455e-17)
    d(Node)/d(xvrtx) check complete with        0 total errors (errmax=  5.1279e-10)
 

*********************************************************
Starting geometric sensitivity wrt "yvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "yvrtx" for ibody=1
    d(Face)/d(yvrtx) check complete with        0 total errors (errmax=  5.7380e-09)
    d(Edge)/d(yvrtx) check complete with        0 total errors (errmax=  1.1700e-14)
    d(Node)/d(yvrtx) check complete with        0 total errors (errmax=  1.5085e-16)
 

*********************************************************
Starting geometric sensitivity wrt "zvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zvrtx" for ibody=1
    d(Face)/d(zvrtx) check complete with        0 total errors (errmax=  5.4904e-09)
    d(Edge)/d(zvrtx) check complete with        0 total errors (errmax=  1.8978e-14)
    d(Node)/d(zvrtx) check complete with        0 total errors (errmax=  1.7951e-08)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xbase" for ibody=1
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  4.3209e-10)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  1.8051e-17)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  4.3682e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ybase" for ibody=1
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  5.7329e-09)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  1.1723e-14)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  1.3298e-16)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zbase" for ibody=1
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  5.4901e-09)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.8976e-14)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  1.7968e-08)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.353s
user	0m0.000s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "rad" for ibody=1
    d(Face)/d(rad) check complete with        0 total errors (errmax=  6.7524e-11)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  1.1523e-18)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.017 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.7968e-08) with 0 suppressions
+ set +x
data\basic\designC4a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  58 / 275 )
data\basic\designC4b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designC4b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xvrtx" for ibody=1
    d(Face)/d(xvrtx) check complete with        0 total errors (errmax=  5.1279e-10)
    d(Edge)/d(xvrtx) check complete with        0 total errors (errmax=  2.5143e-17)
    d(Node)/d(xvrtx) check complete with        0 total errors (errmax=  5.1678e-10)
 

*********************************************************
Starting geometric sensitivity wrt "yvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "yvrtx" for ibody=1
    d(Face)/d(yvrtx) check complete with        0 total errors (errmax=  5.7367e-09)
    d(Edge)/d(yvrtx) check complete with        0 total errors (errmax=  1.1699e-14)
    d(Node)/d(yvrtx) check complete with        0 total errors (errmax=  1.2820e-16)
 

*********************************************************
Starting geometric sensitivity wrt "zvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zvrtx" for ibody=1
    d(Face)/d(zvrtx) check complete with        0 total errors (errmax=  5.4875e-09)
    d(Edge)/d(zvrtx) check complete with        0 total errors (errmax=  1.9173e-14)
    d(Node)/d(zvrtx) check complete with        0 total errors (errmax=  1.8012e-08)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xbase" for ibody=1
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  4.3209e-10)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  1.9445e-17)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  4.5071e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ybase" for ibody=1
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  5.7325e-09)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  1.1721e-14)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  1.2226e-16)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zbase" for ibody=1
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  5.4882e-09)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.9264e-14)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  1.8124e-08)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "rad" for ibody=1
    d(Face)/d(rad) check complete with        0 total errors (errmax=  6.0338e-11)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  7.3834e-19)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.014 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.8124e-08) with 0 suppressions

real	0m0.327s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designC4b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  59 / 275 )
data\basic\designC5a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designC5a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xvrtx" for ibody=1
    d(Face)/d(xvrtx) check complete with        0 total errors (errmax=  5.7429e-09)
    d(Edge)/d(xvrtx) check complete with        0 total errors (errmax=  1.1710e-14)
    d(Node)/d(xvrtx) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "yvrtx" for ibody=1
    d(Face)/d(yvrtx) check complete with        0 total errors (errmax=  5.1279e-10)
    d(Edge)/d(yvrtx) check complete with        0 total errors (errmax=  2.6283e-17)
    d(Node)/d(yvrtx) check complete with        0 total errors (errmax=  5.2857e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zvrtx" for ibody=1
    d(Face)/d(zvrtx) check complete with        0 total errors (errmax=  5.4922e-09)
    d(Edge)/d(zvrtx) check complete with        0 total errors (errmax=  1.9120e-14)
    d(Node)/d(zvrtx) check complete with        0 total errors (errmax=  1.8015e-08)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xbase" for ibody=1
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  5.7518e-09)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  1.1762e-14)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ybase" for ibody=1
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  4.3209e-10)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  1.8098e-17)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  4.3682e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zbase" for ibody=1
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  5.4906e-09)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.8957e-14)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  1.8032e-08)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "rad" for ibody=1
    d(Face)/d(rad) check complete with        0 total errors (errmax=  7.4571e-11)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  5.7437e-19)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.014 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.8032e-08) with 0 suppressions

real	0m0.361s
user	0m0.000s
sys	0m0.000s
+ set +x
data\basic\designC5a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  60 / 275 )
data\basic\designC5b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designC5b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xvrtx" for ibody=1
    d(Face)/d(xvrtx) check complete with        0 total errors (errmax=  5.7413e-09)
    d(Edge)/d(xvrtx) check complete with        0 total errors (errmax=  1.1709e-14)
    d(Node)/d(xvrtx) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "yvrtx" for ibody=1
    d(Face)/d(yvrtx) check complete with        0 total errors (errmax=  5.1279e-10)
    d(Edge)/d(yvrtx) check complete with        0 total errors (errmax=  2.5189e-17)
    d(Node)/d(yvrtx) check complete with        0 total errors (errmax=  5.1678e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zvrtx" for ibody=1
    d(Face)/d(zvrtx) check complete with        0 total errors (errmax=  5.4878e-09)
    d(Edge)/d(zvrtx) check complete with        0 total errors (errmax=  1.9032e-14)
    d(Node)/d(zvrtx) check complete with        0 total errors (errmax=  1.8012e-08)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xbase" for ibody=1
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  5.7514e-09)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  1.1761e-14)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ybase" for ibody=1
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  4.3209e-10)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  1.9192e-17)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  4.5071e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zbase" for ibody=1
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  5.4880e-09)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.9137e-14)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  1.8028e-08)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

real	0m0.318s
user	0m0.015s
sys	0m0.016s

Comparing geometric sensitivities wrt "rad" for ibody=1
    d(Face)/d(rad) check complete with        0 total errors (errmax=  6.7284e-11)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  4.8539e-19)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.014 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.8028e-08) with 0 suppressions
+ set +x
data\basic\designC5b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  61 / 275 )
data\basic\designC6a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designC6a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xvrtx" for ibody=1
    d(Face)/d(xvrtx) check complete with        0 total errors (errmax=  5.4922e-09)
    d(Edge)/d(xvrtx) check complete with        0 total errors (errmax=  1.9120e-14)
    d(Node)/d(xvrtx) check complete with        0 total errors (errmax=  1.8015e-08)
 

*********************************************************
Starting geometric sensitivity wrt "yvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "yvrtx" for ibody=1
    d(Face)/d(yvrtx) check complete with        0 total errors (errmax=  5.7429e-09)
    d(Edge)/d(yvrtx) check complete with        0 total errors (errmax=  1.1710e-14)
    d(Node)/d(yvrtx) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zvrtx" for ibody=1
    d(Face)/d(zvrtx) check complete with        0 total errors (errmax=  5.1279e-10)
    d(Edge)/d(zvrtx) check complete with        0 total errors (errmax=  2.6283e-17)
    d(Node)/d(zvrtx) check complete with        0 total errors (errmax=  5.2857e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xbase" for ibody=1
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  5.4906e-09)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  1.8957e-14)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  1.8032e-08)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ybase" for ibody=1
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  5.7518e-09)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  1.1762e-14)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zbase" for ibody=1
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  4.3209e-10)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.8098e-17)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  4.3682e-10)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "rad" for ibody=1
    d(Face)/d(rad) check complete with        0 total errors (errmax=  7.4571e-11)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  5.7437e-19)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.017 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.8032e-08) with 0 suppressions

real	0m0.344s
user	0m0.077s
sys	0m0.000s
+ set +x
data\basic\designC6a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  62 / 275 )
data\basic\designC6b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designC6b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xvrtx" for ibody=1
    d(Face)/d(xvrtx) check complete with        0 total errors (errmax=  5.4878e-09)
    d(Edge)/d(xvrtx) check complete with        0 total errors (errmax=  1.9032e-14)
    d(Node)/d(xvrtx) check complete with        0 total errors (errmax=  1.8012e-08)
 

*********************************************************
Starting geometric sensitivity wrt "yvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "yvrtx" for ibody=1
    d(Face)/d(yvrtx) check complete with        0 total errors (errmax=  5.7413e-09)
    d(Edge)/d(yvrtx) check complete with        0 total errors (errmax=  1.1709e-14)
    d(Node)/d(yvrtx) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zvrtx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zvrtx" for ibody=1
    d(Face)/d(zvrtx) check complete with        0 total errors (errmax=  5.1279e-10)
    d(Edge)/d(zvrtx) check complete with        0 total errors (errmax=  2.5189e-17)
    d(Node)/d(zvrtx) check complete with        0 total errors (errmax=  5.1678e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xbase" for ibody=1
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  5.4880e-09)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  1.9137e-14)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  1.8028e-08)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ybase" for ibody=1
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  5.7514e-09)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  1.1761e-14)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "zbase" for ibody=1
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  4.3209e-10)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.9192e-17)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  4.5071e-10)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "rad" for ibody=1
    d(Face)/d(rad) check complete with        0 total errors (errmax=  6.7284e-11)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  4.8539e-19)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.017 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.8028e-08) with 0 suppressions

real	0m0.433s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designC6b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  63 / 275 )
data\basic\designD0a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD0a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "thickness" for ibody=4
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  2.8870e-13)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  1.5753e-23)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  2.8870e-13)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "camber" for ibody=4
    d(Face)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "croot" for ibody=4
    d(Face)/d(croot) check complete with        0 total errors (errmax=  1.8999e-10)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.6245e-18)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9585e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.287s
user	0m0.015s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "aspect" for ibody=4
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  2.1004e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.005 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.1604e-10) with 0 suppressions
+ set +x
data\basic\designD0a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  64 / 275 )
data\basic\designD0b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD0b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "thickness" for ibody=3
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  1.9209e-09)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  1.6706e-16)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "camber" for ibody=3
    d(Face)/d(camber) check complete with        0 total errors (errmax=  7.5136e-09)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  2.5645e-15)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "croot" for ibody=3
    d(Face)/d(croot) check complete with        0 total errors (errmax=  1.8999e-10)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  2.4395e-18)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9583e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "aspect" for ibody=3
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  2.1004e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.004 sec

Sensitivity checks complete with        0 total errors (max geom err=  7.5136e-09) with 0 suppressions

real	0m0.416s
user	0m0.000s
sys	0m0.047s
+ set +x
data\basic\designD0b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  65 / 275 )
data\basic\designD0c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD0c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "thickness" for ibody=3
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  1.5669e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  7.9590e-09)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  6.0854e-14)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "camber" for ibody=3
    d(Face)/d(camber) check complete with        0 total errors (errmax=  7.2859e-06)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  5.0609e-09)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  4.0419e-09)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "croot" for ibody=3
    d(Face)/d(croot) check complete with        0 total errors (errmax=  1.8999e-10)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  7.3117e-18)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9583e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

real	0m0.723s
user	0m0.000s
sys	0m0.046s

Comparing geometric sensitivities wrt "aspect" for ibody=3
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  7.6529e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.035 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.5669e-05) with 0 suppressions
+ set +x
data\basic\designD0c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  66 / 275 )
data\basic\designD1a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD1a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "thickness" for ibody=11
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  3.4217e-12)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  5.6620e-22)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  2.8870e-13)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "camber" for ibody=11
    d(Face)/d(camber) check complete with        0 total errors (errmax=  1.3417e-12)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "croot" for ibody=11
    d(Face)/d(croot) check complete with        0 total errors (errmax=  1.8999e-10)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.6245e-18)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9585e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "aspect" for ibody=11
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  2.1004e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "taper" for ibody=11
    d(Face)/d(taper) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.1725e-18)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.6826e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "twist" for ibody=11
    d(Face)/d(twist) check complete with        0 total errors (errmax=  3.6763e-11)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.4199e-18)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.4384e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "lesweep" for ibody=11
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  5.0732e-11)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  7.7609e-19)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  3.1175e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree

real	0m1.430s
user	0m0.000s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "dihedral" for ibody=11
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  3.4415e-12)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  1.1483e-21)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  8.7425e-13)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.712 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.1604e-10) with 0 suppressions
+ set +x
data\basic\designD1a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  67 / 275 )
data\basic\designD1b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD1b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "thickness" for ibody=9
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  4.0762e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  7.4768e-08)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "camber" for ibody=9
    d(Face)/d(camber) check complete with        0 total errors (errmax=  8.1524e-05)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  2.9908e-07)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "croot" for ibody=9
    d(Face)/d(croot) check complete with        0 total errors (errmax=  4.8837e-06)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.0733e-09)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9583e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "aspect" for ibody=9
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  5.5041e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "taper" for ibody=9
    d(Face)/d(taper) check complete with        0 total errors (errmax=  2.9682e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.0733e-09)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.6825e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "twist" for ibody=9
    d(Face)/d(twist) check complete with        0 total errors (errmax=  1.8454e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  4.1461e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.4099e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "lesweep" for ibody=9
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  6.0520e-12)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  7.7609e-19)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  3.1175e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree

real	0m1.845s
user	0m0.000s
sys	0m0.046s
+ set +x
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "dihedral" for ibody=9
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  5.4336e-11)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  4.0373e-19)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  8.0123e-18)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.096 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.1524e-05) with 0 suppressions
data\basic\designD1b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  68 / 275 )
data\basic\designD1c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD1c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "thickness" for ibody=9
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  1.4362e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  7.8108e-09)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  6.0854e-14)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "camber" for ibody=9
    d(Face)/d(camber) check complete with        0 total errors (errmax=  2.9558e-06)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  3.8574e-10)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  4.0419e-09)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "croot" for ibody=9
    d(Face)/d(croot) check complete with        0 total errors (errmax=  1.1477e-06)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.2943e-10)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9583e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "aspect" for ibody=9
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.2894e-17)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "taper" for ibody=9
    d(Face)/d(taper) check complete with        0 total errors (errmax=  7.1831e-07)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.2943e-10)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.6825e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "twist" for ibody=9
    d(Face)/d(twist) check complete with        0 total errors (errmax=  6.3525e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  4.0822e-15)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.4099e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "lesweep" for ibody=9
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  3.2293e-12)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  7.7609e-19)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  3.1175e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

real	0m6.935s
user	0m0.031s
sys	0m0.015s

Comparing geometric sensitivities wrt "dihedral" for ibody=9
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  2.5646e-12)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  1.0641e-21)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  2.0992e-15)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      4.577 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.4362e-05) with 0 suppressions
+ set +x
data\basic\designD1c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  69 / 275 )
data\basic\designD2a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD2a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "thickness" for ibody=11
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  3.3544e-12)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  5.6620e-22)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  2.8870e-13)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "camber" for ibody=11
    d(Face)/d(camber) check complete with        0 total errors (errmax=  1.2085e-12)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "croot" for ibody=11
    d(Face)/d(croot) check complete with        0 total errors (errmax=  1.8999e-10)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.6245e-18)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9585e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "aspect" for ibody=11
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  2.1004e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "taper" for ibody=11
    d(Face)/d(taper) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.1725e-18)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.6826e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "twist" for ibody=11
    d(Face)/d(twist) check complete with        0 total errors (errmax=  3.6763e-11)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.4199e-18)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.4384e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "lesweep" for ibody=11
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  5.0732e-11)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  7.7609e-19)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  3.1175e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

real	0m1.301s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "dihedral" for ibody=11
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  3.4220e-12)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  1.1483e-21)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  8.7425e-13)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.686 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.1604e-10) with 0 suppressions
+ set +x
data\basic\designD2a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  70 / 275 )
data\basic\designD2b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD2b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "thickness" for ibody=9
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  4.0762e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  7.4768e-08)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "camber" for ibody=9
    d(Face)/d(camber) check complete with        0 total errors (errmax=  8.1524e-05)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  2.9908e-07)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "croot" for ibody=9
    d(Face)/d(croot) check complete with        0 total errors (errmax=  4.8837e-06)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.0733e-09)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9583e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "aspect" for ibody=9
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  5.5041e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "taper" for ibody=9
    d(Face)/d(taper) check complete with        0 total errors (errmax=  2.9682e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.0733e-09)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.6825e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "twist" for ibody=9
    d(Face)/d(twist) check complete with        0 total errors (errmax=  1.8451e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  4.1461e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.4099e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "lesweep" for ibody=9
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  6.1103e-12)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  7.7609e-19)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  3.1175e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

real	0m1.731s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "dihedral" for ibody=9
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  5.4313e-11)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  4.0373e-19)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  8.0123e-18)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.008 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.1524e-05) with 0 suppressions
+ set +x
data\basic\designD2b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  71 / 275 )
data\basic\designD2c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD2c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "thickness" for ibody=9
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  1.3824e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  7.8108e-09)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  6.0854e-14)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "camber" for ibody=9
    d(Face)/d(camber) check complete with        0 total errors (errmax=  2.8514e-06)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  3.8574e-10)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  4.0419e-09)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "croot" for ibody=9
    d(Face)/d(croot) check complete with        0 total errors (errmax=  1.1281e-06)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.2943e-10)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9583e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "aspect" for ibody=9
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.2894e-17)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "taper" for ibody=9
    d(Face)/d(taper) check complete with        0 total errors (errmax=  6.8345e-07)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.2943e-10)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.6825e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "twist" for ibody=9
    d(Face)/d(twist) check complete with        0 total errors (errmax=  6.1484e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  4.0822e-15)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.4099e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "lesweep" for ibody=9
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  3.2781e-12)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  7.7609e-19)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  3.1175e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

real	0m6.550s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "dihedral" for ibody=9
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  2.7615e-12)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  1.0641e-21)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  2.0992e-15)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      4.473 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.3824e-05) with 0 suppressions
+ set +x
data\basic\designD2c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  72 / 275 )
data\basic\designD3a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD3a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "thickness" for ibody=18
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  3.9894e-12)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  2.4943e-22)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  2.8870e-13)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "camber" for ibody=18
    d(Face)/d(camber) check complete with        0 total errors (errmax=  1.1213e-12)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "croot" for ibody=18
    d(Face)/d(croot) check complete with        0 total errors (errmax=  3.5433e-12)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  7.5809e-19)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9585e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "aspect" for ibody=18
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  1.1213e-12)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  9.8018e-19)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "taper" for ibody=18
    d(Face)/d(taper) check complete with        0 total errors (errmax=  3.6923e-12)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  5.4716e-19)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.6826e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "twist" for ibody=18
    d(Face)/d(twist) check complete with        0 total errors (errmax=  4.0295e-12)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  8.2882e-19)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.4384e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "lesweep" for ibody=18
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  1.1213e-12)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  4.0440e-19)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  3.1175e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

real	0m1.387s
user	0m0.000s
sys	0m0.046s

Comparing geometric sensitivities wrt "dihedral" for ibody=18
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  3.4346e-12)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  5.6872e-22)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  8.7425e-13)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.740 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.1604e-10) with 0 suppressions
+ set +x
data\basic\designD3a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  73 / 275 )
data\basic\designD3b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD3b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "thickness" for ibody=15
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  2.3410e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  1.1508e-08)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "camber" for ibody=15
    d(Face)/d(camber) check complete with        0 total errors (errmax=  4.6827e-05)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  4.6049e-08)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "croot" for ibody=15
    d(Face)/d(croot) check complete with        0 total errors (errmax=  2.8221e-06)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.6725e-10)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9583e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "aspect" for ibody=15
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  1.9644e-12)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.4878e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "taper" for ibody=15
    d(Face)/d(taper) check complete with        0 total errors (errmax=  1.7103e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.6725e-10)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.6825e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "twist" for ibody=15
    d(Face)/d(twist) check complete with        0 total errors (errmax=  1.7653e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.7767e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.4099e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "lesweep" for ibody=15
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  5.5209e-12)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  4.0440e-19)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  3.1175e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "dihedral" for ibody=15
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  5.7218e-11)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  2.0863e-19)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  8.0123e-18)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.456 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.6827e-05) with 0 suppressions

real	0m2.428s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designD3b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  74 / 275 )
data\basic\designD3c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD3c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "thickness" for ibody=15
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  1.0914e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  7.8107e-09)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  6.0854e-14)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "camber" for ibody=15
    d(Face)/d(camber) check complete with        0 total errors (errmax=  2.2476e-06)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  3.6533e-10)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  4.0419e-09)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "croot" for ibody=15
    d(Face)/d(croot) check complete with        0 total errors (errmax=  8.5151e-07)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.2943e-10)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9583e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "aspect" for ibody=15
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  1.9903e-12)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.1665e-17)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "taper" for ibody=15
    d(Face)/d(taper) check complete with        0 total errors (errmax=  7.6930e-07)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.2943e-10)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.6825e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "twist" for ibody=15
    d(Face)/d(twist) check complete with        0 total errors (errmax=  7.0140e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  4.0821e-15)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.4099e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "lesweep" for ibody=15
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  3.4090e-12)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  4.0440e-19)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  3.1175e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "dihedral" for ibody=15
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  2.9810e-12)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  2.8230e-22)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  2.0992e-15)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      7.031 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.0914e-05) with 0 suppressions

real	0m9.839s
user	0m0.000s
sys	0m0.000s
+ set +x
data\basic\designD3c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  75 / 275 )
data\basic\designD4a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD4a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=32
Computing finite difference sensitivities for ibody=32

Comparing geometric sensitivities wrt "thickness" for ibody=32
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  4.0415e-12)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  2.4943e-22)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  2.8870e-13)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=32
Computing finite difference sensitivities for ibody=32

Comparing geometric sensitivities wrt "camber" for ibody=32
    d(Face)/d(camber) check complete with        0 total errors (errmax=  1.1729e-12)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=32
Computing finite difference sensitivities for ibody=32

Comparing geometric sensitivities wrt "croot" for ibody=32
    d(Face)/d(croot) check complete with        0 total errors (errmax=  3.8402e-12)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  7.5809e-19)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9585e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=32
Computing finite difference sensitivities for ibody=32

Comparing geometric sensitivities wrt "aspect" for ibody=32
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  1.1729e-12)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  9.8018e-19)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=32
Computing finite difference sensitivities for ibody=32

Comparing geometric sensitivities wrt "taper" for ibody=32
    d(Face)/d(taper) check complete with        0 total errors (errmax=  3.7423e-12)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  5.4716e-19)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.6826e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=32
Computing finite difference sensitivities for ibody=32

Comparing geometric sensitivities wrt "twist" for ibody=32
    d(Face)/d(twist) check complete with        0 total errors (errmax=  4.6814e-12)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  3.2452e-19)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.4384e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=32
Computing finite difference sensitivities for ibody=32

Comparing geometric sensitivities wrt "lesweep" for ibody=32
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  1.1729e-12)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  1.7091e-19)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  4.8511e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=32
Computing finite difference sensitivities for ibody=32

real	0m2.063s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "dihedral" for ibody=32
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  3.5949e-12)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  3.2483e-22)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  8.7425e-13)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.071 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.1604e-10) with 0 suppressions
+ set +x
data\basic\designD4a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  76 / 275 )
data\basic\designD4b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD4b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "thickness" for ibody=27
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  2.3410e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  1.1508e-08)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "camber" for ibody=27
    d(Face)/d(camber) check complete with        0 total errors (errmax=  4.6827e-05)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  4.6049e-08)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "croot" for ibody=27
    d(Face)/d(croot) check complete with        0 total errors (errmax=  2.8221e-06)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.6725e-10)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9583e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "aspect" for ibody=27
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  1.3654e-12)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.4878e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "taper" for ibody=27
    d(Face)/d(taper) check complete with        0 total errors (errmax=  2.1691e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.6725e-10)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.6825e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "twist" for ibody=27
    d(Face)/d(twist) check complete with        0 total errors (errmax=  2.2467e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.7766e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.4099e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "lesweep" for ibody=27
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  5.0037e-12)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  1.7091e-19)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  4.8511e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

real	0m3.804s
user	0m0.000s
sys	0m0.031s

Comparing geometric sensitivities wrt "dihedral" for ibody=27
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  5.0247e-11)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  2.0863e-19)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  8.0123e-18)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.333 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.6827e-05) with 0 suppressions
+ set +x
data\basic\designD4b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  77 / 275 )
data\basic\designD4c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD4c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "thickness" for ibody=27
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  1.4963e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  7.8107e-09)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  6.0854e-14)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "camber" for ibody=27
    d(Face)/d(camber) check complete with        0 total errors (errmax=  3.0601e-06)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  3.6533e-10)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  4.0419e-09)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "croot" for ibody=27
    d(Face)/d(croot) check complete with        0 total errors (errmax=  1.2065e-06)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.2943e-10)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9583e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "aspect" for ibody=27
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  1.7196e-12)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  6.9321e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "taper" for ibody=27
    d(Face)/d(taper) check complete with        0 total errors (errmax=  1.0316e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.2943e-10)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.6825e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "twist" for ibody=27
    d(Face)/d(twist) check complete with        0 total errors (errmax=  9.2564e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  4.0823e-15)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.4099e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "lesweep" for ibody=27
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  4.8837e-12)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  1.7091e-19)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  4.8511e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

real	0m20.231s
user	0m0.000s
sys	0m0.031s

Comparing geometric sensitivities wrt "dihedral" for ibody=27
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  3.5308e-12)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  9.0050e-22)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  6.1547e-14)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->     14.870 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.4963e-05) with 0 suppressions
+ set +x
data\basic\designD4c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  78 / 275 )
data\basic\designD5a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD5a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "thickness" for ibody=20
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  3.9894e-12)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  2.4943e-22)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  2.8870e-13)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "camber" for ibody=20
    d(Face)/d(camber) check complete with        0 total errors (errmax=  1.1213e-12)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "croot" for ibody=20
    d(Face)/d(croot) check complete with        0 total errors (errmax=  3.5433e-12)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  7.5809e-19)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9585e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "aspect" for ibody=20
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  1.1213e-12)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  9.8018e-19)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "taper" for ibody=20
    d(Face)/d(taper) check complete with        0 total errors (errmax=  3.6923e-12)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  5.4716e-19)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.6826e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "twist" for ibody=20
    d(Face)/d(twist) check complete with        0 total errors (errmax=  4.0295e-12)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  8.2882e-19)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.4384e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "lesweep" for ibody=20
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  1.1213e-12)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  4.0440e-19)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  3.1175e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "dihedral" for ibody=20
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  3.4346e-12)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  5.6872e-22)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  8.7425e-13)
 

*********************************************************
Starting geometric sensitivity wrt "rottip"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

real	0m1.678s
user	0m0.000s
sys	0m0.030s

Comparing geometric sensitivities wrt "rottip" for ibody=20
    d(Face)/d(rottip) check complete with        0 total errors (errmax=  1.1213e-12)
    d(Edge)/d(rottip) check complete with        0 total errors (errmax=  4.4999e-19)
    d(Node)/d(rottip) check complete with        0 total errors (errmax=  7.5473e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.874 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.1604e-10) with 0 suppressions
+ set +x
data\basic\designD5a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  79 / 275 )
data\basic\designD5b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD5b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "thickness" for ibody=17
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  2.3410e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  1.1508e-08)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "camber" for ibody=17
    d(Face)/d(camber) check complete with        0 total errors (errmax=  4.6827e-05)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  4.6049e-08)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "croot" for ibody=17
    d(Face)/d(croot) check complete with        0 total errors (errmax=  2.8221e-06)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.6725e-10)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9583e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "aspect" for ibody=17
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  1.9644e-12)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.4878e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "taper" for ibody=17
    d(Face)/d(taper) check complete with        0 total errors (errmax=  1.7103e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.6725e-10)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.6825e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "twist" for ibody=17
    d(Face)/d(twist) check complete with        0 total errors (errmax=  1.7653e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.7767e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.4099e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "lesweep" for ibody=17
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  5.5209e-12)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  4.0440e-19)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  3.1175e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "dihedral" for ibody=17
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  5.7218e-11)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  2.0863e-19)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  8.0123e-18)
 

*********************************************************
Starting geometric sensitivity wrt "rottip"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

real	0m2.944s
user	0m0.015s
sys	0m0.015s

Comparing geometric sensitivities wrt "rottip" for ibody=17
    d(Face)/d(rottip) check complete with        0 total errors (errmax=  6.2310e-12)
    d(Edge)/d(rottip) check complete with        0 total errors (errmax=  2.8269e-15)
    d(Node)/d(rottip) check complete with        0 total errors (errmax=  7.5473e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.864 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.6827e-05) with 0 suppressions
+ set +x
data\basic\designD5b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  80 / 275 )
data\basic\designD5c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD5c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "thickness" for ibody=17
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  1.0914e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  7.8107e-09)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  6.0854e-14)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "camber" for ibody=17
    d(Face)/d(camber) check complete with        0 total errors (errmax=  2.2476e-06)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  3.6533e-10)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  4.0419e-09)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "croot" for ibody=17
    d(Face)/d(croot) check complete with        0 total errors (errmax=  8.5151e-07)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.2943e-10)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  1.9583e-10)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "aspect" for ibody=17
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  1.9903e-12)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.1665e-17)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  2.1604e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "taper" for ibody=17
    d(Face)/d(taper) check complete with        0 total errors (errmax=  7.6930e-07)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.2943e-10)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.6825e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "twist" for ibody=17
    d(Face)/d(twist) check complete with        0 total errors (errmax=  7.0140e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  4.0821e-15)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.4099e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "lesweep" for ibody=17
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  3.4090e-12)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  4.0440e-19)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  3.1175e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "dihedral" for ibody=17
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  2.9810e-12)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  2.8230e-22)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  2.0992e-15)
 

*********************************************************
Starting geometric sensitivity wrt "rottip"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "rottip" for ibody=17
    d(Face)/d(rottip) check complete with        0 total errors (errmax=  3.9896e-12)
    d(Edge)/d(rottip) check complete with        0 total errors (errmax=  4.3647e-14)
    d(Node)/d(rottip) check complete with        0 total errors (errmax=  7.5473e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      8.537 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.0914e-05) with 0 suppressions

real	0m11.883s
user	0m0.000s
sys	0m0.000s
+ set +x
data\basic\designD5c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
(  81 / 275 )
data\basic\designD6a0.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD6a0.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "thickness" for ibody=27
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  2.2888e-11)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  4.4638e-20)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  6.6408e-12)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "camber" for ibody=27
    d(Face)/d(camber) check complete with        0 total errors (errmax=  5.2671e-12)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "croot" for ibody=27
    d(Face)/d(croot) check complete with        0 total errors (errmax=  2.4629e-11)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.2939e-18)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  9.8575e-11)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "aspect" for ibody=27
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  3.1142e-11)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  2.0197e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.0941e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "taper" for ibody=27
    d(Face)/d(taper) check complete with        0 total errors (errmax=  2.3197e-11)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  9.4752e-19)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.2681e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "twist" for ibody=27
    d(Face)/d(twist) check complete with        0 total errors (errmax=  2.3093e-11)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  8.1060e-19)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  9.1603e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "lesweep" for ibody=27
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  5.2671e-12)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  1.4306e-18)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4353e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "dihedral" for ibody=27
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  2.8044e-11)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  4.2029e-20)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  2.5553e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rottip"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "rottip" for ibody=27
    d(Face)/d(rottip) check complete with        0 total errors (errmax=  1.5573e-11)
    d(Edge)/d(rottip) check complete with        0 total errors (errmax=  1.3443e-18)
    d(Node)/d(rottip) check complete with        0 total errors (errmax=  8.3154e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "xbase" for ibody=27
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  5.2671e-12)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  7.7591e-19)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "ybase" for ibody=27
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  2.0392e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  1.8819e-20)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

real	0m3.710s
user	0m0.015s
sys	0m0.031s

Comparing geometric sensitivities wrt "zbase" for ibody=27
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  1.8148e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.0718e-18)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.859 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.0941e-10) with 0 suppressions
+ set +x
data\basic\designD6a0 -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
(  82 / 275 )
data\basic\designD6a1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD6a1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "thickness" for ibody=24
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  2.1133e-11)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  6.8503e-20)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  6.6408e-12)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "camber" for ibody=24
    d(Face)/d(camber) check complete with        0 total errors (errmax=  6.7334e-12)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "croot" for ibody=24
    d(Face)/d(croot) check complete with        0 total errors (errmax=  1.0957e-10)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.8090e-18)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  9.8575e-11)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "aspect" for ibody=24
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  8.8595e-11)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  2.7183e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.0941e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "taper" for ibody=24
    d(Face)/d(taper) check complete with        0 total errors (errmax=  7.9322e-11)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.7593e-18)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.2681e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "twist" for ibody=24
    d(Face)/d(twist) check complete with        0 total errors (errmax=  6.6660e-11)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.6283e-18)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  9.1603e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "lesweep" for ibody=24
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  1.2002e-10)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  4.6918e-18)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4353e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "dihedral" for ibody=24
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  2.7737e-11)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  6.5753e-20)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  2.5553e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rottip"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "rottip" for ibody=24
    d(Face)/d(rottip) check complete with        0 total errors (errmax=  2.0964e-11)
    d(Edge)/d(rottip) check complete with        0 total errors (errmax=  1.2417e-18)
    d(Node)/d(rottip) check complete with        0 total errors (errmax=  8.3154e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "xbase" for ibody=24
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  9.0813e-11)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  1.3601e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "ybase" for ibody=24
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  2.0921e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  4.6565e-20)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

real	0m2.490s
user	0m0.015s
sys	0m0.031s

Comparing geometric sensitivities wrt "zbase" for ibody=24
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  2.2628e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.0718e-18)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.991 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.0941e-10) with 0 suppressions
+ set +x
data\basic\designD6a1 -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
(  83 / 275 )
data\basic\designD6a2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD6a2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "thickness" for ibody=21
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  2.2947e-11)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  1.2055e-19)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  6.6408e-12)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "camber" for ibody=21
    d(Face)/d(camber) check complete with        0 total errors (errmax=  8.0342e-12)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "croot" for ibody=21
    d(Face)/d(croot) check complete with        0 total errors (errmax=  9.8718e-11)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.6106e-18)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  9.8575e-11)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "aspect" for ibody=21
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  9.6279e-11)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  2.2923e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.0941e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "taper" for ibody=21
    d(Face)/d(taper) check complete with        0 total errors (errmax=  8.5465e-11)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.4785e-18)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.2681e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "twist" for ibody=21
    d(Face)/d(twist) check complete with        0 total errors (errmax=  3.7300e-11)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.3619e-18)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  9.1603e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "lesweep" for ibody=21
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  9.8943e-11)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  2.6519e-18)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4353e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "dihedral" for ibody=21
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  2.5556e-11)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  6.9745e-20)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  2.5553e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rottip"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "rottip" for ibody=21
    d(Face)/d(rottip) check complete with        0 total errors (errmax=  2.5165e-11)
    d(Edge)/d(rottip) check complete with        0 total errors (errmax=  1.2417e-18)
    d(Node)/d(rottip) check complete with        0 total errors (errmax=  8.3154e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "xbase" for ibody=21
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  8.0742e-11)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  1.4104e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "ybase" for ibody=21
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  1.9399e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  6.0358e-20)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "zbase" for ibody=21
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  3.2212e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.0718e-18)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.716 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.0941e-10) with 0 suppressions

real	0m1.968s
user	0m0.000s
sys	0m0.030s
+ set +x
data\basic\designD6a2 -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
(  84 / 275 )
data\basic\designD6b0.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD6b0.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "thickness" for ibody=22
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  2.0621e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  1.1508e-08)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "camber" for ibody=22
    d(Face)/d(camber) check complete with        0 total errors (errmax=  4.1240e-05)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  4.6049e-08)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "croot" for ibody=22
    d(Face)/d(croot) check complete with        0 total errors (errmax=  2.4860e-06)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.6725e-10)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  9.5007e-11)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "aspect" for ibody=22
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  4.1684e-11)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.6030e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.0941e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "taper" for ibody=22
    d(Face)/d(taper) check complete with        0 total errors (errmax=  1.8639e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.6726e-10)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.2380e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "twist" for ibody=22
    d(Face)/d(twist) check complete with        0 total errors (errmax=  1.5572e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.1708e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.5403e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "lesweep" for ibody=22
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  1.0284e-11)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  1.4204e-18)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4353e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "dihedral" for ibody=22
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  1.9710e-11)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  2.3989e-20)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  2.5553e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rottip"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "rottip" for ibody=22
    d(Face)/d(rottip) check complete with        0 total errors (errmax=  5.7440e-10)
    d(Edge)/d(rottip) check complete with        0 total errors (errmax=  1.8317e-15)
    d(Node)/d(rottip) check complete with        0 total errors (errmax=  8.3154e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "xbase" for ibody=22
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  9.5437e-12)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  6.8463e-19)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "ybase" for ibody=22
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  2.0034e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  1.9485e-20)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

real	0m3.330s
user	0m0.000s
sys	0m0.031s

Comparing geometric sensitivities wrt "zbase" for ibody=22
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  1.7715e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  8.5256e-19)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.124 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.1240e-05) with 0 suppressions
+ set +x
data\basic\designD6b0 -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
(  85 / 275 )
data\basic\designD6b1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD6b1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "thickness" for ibody=20
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  2.2163e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  7.3654e-09)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "camber" for ibody=20
    d(Face)/d(camber) check complete with        0 total errors (errmax=  4.4324e-05)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  2.9471e-08)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "croot" for ibody=20
    d(Face)/d(croot) check complete with        0 total errors (errmax=  2.6719e-06)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.0705e-10)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  9.5007e-11)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "aspect" for ibody=20
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  3.7276e-11)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  2.5677e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.0941e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "taper" for ibody=20
    d(Face)/d(taper) check complete with        0 total errors (errmax=  1.6871e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.6726e-10)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.2380e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "twist" for ibody=20
    d(Face)/d(twist) check complete with        0 total errors (errmax=  1.4110e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.1707e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.5403e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "lesweep" for ibody=20
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  1.2560e-11)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  4.6518e-18)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4353e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "dihedral" for ibody=20
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  1.6674e-11)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  5.0807e-20)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  2.5553e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rottip"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "rottip" for ibody=20
    d(Face)/d(rottip) check complete with        0 total errors (errmax=  6.5521e-10)
    d(Edge)/d(rottip) check complete with        0 total errors (errmax=  1.8313e-15)
    d(Node)/d(rottip) check complete with        0 total errors (errmax=  8.3154e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "xbase" for ibody=20
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  1.1777e-11)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  1.2623e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "ybase" for ibody=20
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  1.6725e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  3.0704e-20)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

real	0m2.982s
user	0m0.000s
sys	0m0.031s

Comparing geometric sensitivities wrt "zbase" for ibody=20
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  1.8548e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  9.9869e-19)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.886 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.4324e-05) with 0 suppressions
+ set +x
data\basic\designD6b1 -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
(  86 / 275 )
data\basic\designD6b2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD6b2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "thickness" for ibody=18
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  2.1087e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  7.3654e-09)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "camber" for ibody=18
    d(Face)/d(camber) check complete with        0 total errors (errmax=  4.2172e-05)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  2.9471e-08)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "croot" for ibody=18
    d(Face)/d(croot) check complete with        0 total errors (errmax=  2.5422e-06)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.0705e-10)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  9.5007e-11)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "aspect" for ibody=18
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  3.5503e-11)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  2.1850e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.0941e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "taper" for ibody=18
    d(Face)/d(taper) check complete with        0 total errors (errmax=  1.6875e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.6726e-10)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.2380e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "twist" for ibody=18
    d(Face)/d(twist) check complete with        0 total errors (errmax=  1.4090e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.1707e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.5403e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "lesweep" for ibody=18
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  1.0383e-11)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  2.3107e-18)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4353e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "dihedral" for ibody=18
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  1.9879e-11)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  6.2750e-20)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  2.5553e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rottip"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "rottip" for ibody=18
    d(Face)/d(rottip) check complete with        0 total errors (errmax=  7.3474e-10)
    d(Edge)/d(rottip) check complete with        0 total errors (errmax=  1.8313e-15)
    d(Node)/d(rottip) check complete with        0 total errors (errmax=  8.3154e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "xbase" for ibody=18
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  1.1075e-11)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  1.3971e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "ybase" for ibody=18
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  1.8911e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  2.4405e-20)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree

real	0m2.090s
user	0m0.000s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "zbase" for ibody=18
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  2.2998e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  9.9869e-19)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.178 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.2172e-05) with 0 suppressions
+ set +x
data\basic\designD6b2 -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
(  87 / 275 )
data\basic\designD6c0.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD6c0.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "thickness" for ibody=22
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  1.4521e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  7.8090e-09)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  1.2820e-16)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "camber" for ibody=22
    d(Face)/d(camber) check complete with        0 total errors (errmax=  2.7916e-06)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  3.6550e-10)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  6.4099e-17)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "croot" for ibody=22
    d(Face)/d(croot) check complete with        0 total errors (errmax=  1.0775e-06)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  1.2936e-10)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  9.5007e-11)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "aspect" for ibody=22
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  5.3550e-11)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  9.6834e-18)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.0941e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "taper" for ibody=22
    d(Face)/d(taper) check complete with        0 total errors (errmax=  8.6137e-07)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.2936e-10)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.2380e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "twist" for ibody=22
    d(Face)/d(twist) check complete with        0 total errors (errmax=  6.2171e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  2.6110e-15)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.5403e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "lesweep" for ibody=22
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  4.5306e-11)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  1.4204e-18)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4353e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "dihedral" for ibody=22
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  3.1525e-11)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  1.1143e-19)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  2.5553e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rottip"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "rottip" for ibody=22
    d(Face)/d(rottip) check complete with        0 total errors (errmax=  2.1078e-09)
    d(Edge)/d(rottip) check complete with        0 total errors (errmax=  2.7713e-14)
    d(Node)/d(rottip) check complete with        0 total errors (errmax=  8.3154e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "xbase" for ibody=22
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  3.0986e-11)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  6.8463e-19)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

Comparing geometric sensitivities wrt "ybase" for ibody=22
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  2.5867e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  5.7160e-20)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=22
Computing finite difference sensitivities for ibody=22

real	0m11.340s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "zbase" for ibody=22
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  3.1749e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  2.6301e-18)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      5.571 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.4521e-05) with 0 suppressions
+ set +x
data\basic\designD6c0 -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
(  88 / 275 )
data\basic\designD6c1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD6c1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "thickness" for ibody=20
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  2.2637e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  4.9977e-09)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  1.2820e-16)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "camber" for ibody=20
    d(Face)/d(camber) check complete with        0 total errors (errmax=  2.3734e-06)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  2.3391e-10)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  5.1279e-17)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "croot" for ibody=20
    d(Face)/d(croot) check complete with        0 total errors (errmax=  9.3303e-07)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  8.2790e-11)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  9.5007e-11)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "aspect" for ibody=20
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  7.4593e-11)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.0241e-17)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.0941e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "taper" for ibody=20
    d(Face)/d(taper) check complete with        0 total errors (errmax=  9.6531e-07)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.2936e-10)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.2380e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "twist" for ibody=20
    d(Face)/d(twist) check complete with        0 total errors (errmax=  6.8550e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  2.6165e-15)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.5403e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "lesweep" for ibody=20
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  7.5620e-11)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  4.6518e-18)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4353e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "dihedral" for ibody=20
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  4.5368e-11)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  2.2716e-19)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  2.5553e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rottip"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "rottip" for ibody=20
    d(Face)/d(rottip) check complete with        0 total errors (errmax=  3.5346e-09)
    d(Edge)/d(rottip) check complete with        0 total errors (errmax=  2.7857e-14)
    d(Node)/d(rottip) check complete with        0 total errors (errmax=  8.3154e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "xbase" for ibody=20
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  4.5863e-11)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  1.2623e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "ybase" for ibody=20
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  4.2270e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  1.1568e-19)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "zbase" for ibody=20
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  4.8227e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  2.7763e-18)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->     10.045 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.2637e-05) with 0 suppressions

real	0m14.987s
user	0m0.015s
sys	0m0.062s
+ set +x
data\basic\designD6c1 -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
(  89 / 275 )
data\basic\designD6c2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designD6c2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thickness"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "thickness" for ibody=18
    d(Face)/d(thickness) check complete with        0 total errors (errmax=  1.4285e-05)
    d(Edge)/d(thickness) check complete with        0 total errors (errmax=  4.9977e-09)
    d(Node)/d(thickness) check complete with        0 total errors (errmax=  1.2820e-16)
 

*********************************************************
Starting geometric sensitivity wrt "camber"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "camber" for ibody=18
    d(Face)/d(camber) check complete with        0 total errors (errmax=  2.7899e-06)
    d(Edge)/d(camber) check complete with        0 total errors (errmax=  2.3392e-10)
    d(Node)/d(camber) check complete with        0 total errors (errmax=  5.1279e-17)
 

*********************************************************
Starting geometric sensitivity wrt "croot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "croot" for ibody=18
    d(Face)/d(croot) check complete with        0 total errors (errmax=  1.1291e-06)
    d(Edge)/d(croot) check complete with        0 total errors (errmax=  8.2789e-11)
    d(Node)/d(croot) check complete with        0 total errors (errmax=  9.5007e-11)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "aspect" for ibody=18
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  6.9522e-11)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.0408e-17)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.0941e-10)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "taper" for ibody=18
    d(Face)/d(taper) check complete with        0 total errors (errmax=  8.8444e-07)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.2936e-10)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  1.2380e-10)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "twist" for ibody=18
    d(Face)/d(twist) check complete with        0 total errors (errmax=  6.3605e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  2.6157e-15)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.5403e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "lesweep" for ibody=18
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  4.5107e-11)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  2.3711e-18)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4353e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "dihedral" for ibody=18
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  3.8736e-11)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  2.3559e-19)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  2.5553e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rottip"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "rottip" for ibody=18
    d(Face)/d(rottip) check complete with        0 total errors (errmax=  3.0457e-09)
    d(Edge)/d(rottip) check complete with        0 total errors (errmax=  2.7729e-14)
    d(Node)/d(rottip) check complete with        0 total errors (errmax=  8.3154e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "xbase" for ibody=18
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  3.7174e-11)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  1.3971e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "ybase" for ibody=18
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  3.5669e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  1.3526e-19)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

real	0m9.482s
user	0m0.000s
sys	0m0.016s

Comparing geometric sensitivities wrt "zbase" for ibody=18
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  4.2464e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.9583e-18)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      5.206 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.4285e-05) with 0 suppressions
+ set +x
data\basic\designD6c2 -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
(  90 / 275 )
data\basic\designE1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designE1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "dxbar"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dxbar" for ibody=8
    d(Face)/d(dxbar) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dxbar) check complete with        0 total errors (errmax=  1.9538e-20)
    d(Node)/d(dxbar) check complete with        0 total errors (errmax=  5.1279e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dybar"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dybar" for ibody=8
    d(Face)/d(dybar) check complete with        0 total errors (errmax=  1.5447e-11)
    d(Edge)/d(dybar) check complete with        0 total errors (errmax=  2.2192e-20)
    d(Node)/d(dybar) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dzbar"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dzbar" for ibody=8
    d(Face)/d(dzbar) check complete with        0 total errors (errmax=  1.5447e-11)
    d(Edge)/d(dzbar) check complete with        0 total errors (errmax=  2.2192e-20)
    d(Node)/d(dzbar) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dxbox"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dxbox" for ibody=8
    d(Face)/d(dxbox) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dxbox) check complete with        0 total errors (errmax=  1.0567e-18)
    d(Node)/d(dxbox) check complete with        0 total errors (errmax=  5.9349e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dybox"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dybox" for ibody=8
    d(Face)/d(dybox) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dybox) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(dybox) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dzbox"
*********************************************************

Propagating velocities throughout feature tree

real	0m1.116s
user	0m0.000s
sys	0m0.031s
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dzbox" for ibody=8
    d(Face)/d(dzbox) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dzbox) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(dzbox) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.034 sec

Sensitivity checks complete with        0 total errors (max geom err=  5.9349e-10) with 0 suppressions
+ set +x
data\basic\designE1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  91 / 275 )
data\basic\designE2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designE2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "dxbar"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "dxbar" for ibody=12
    d(Face)/d(dxbar) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dxbar) check complete with        0 total errors (errmax=  4.0059e-20)
    d(Node)/d(dxbar) check complete with        0 total errors (errmax=  5.1279e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dybar"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "dybar" for ibody=12
    d(Face)/d(dybar) check complete with        0 total errors (errmax=  4.6259e-11)
    d(Edge)/d(dybar) check complete with        0 total errors (errmax=  6.7977e-20)
    d(Node)/d(dybar) check complete with        0 total errors (errmax=  5.1302e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dzbar"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "dzbar" for ibody=12
    d(Face)/d(dzbar) check complete with        0 total errors (errmax=  3.8146e-11)
    d(Edge)/d(dzbar) check complete with        0 total errors (errmax=  6.7977e-20)
    d(Node)/d(dzbar) check complete with        0 total errors (errmax=  5.1302e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dxbox"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "dxbox" for ibody=12
    d(Face)/d(dxbox) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dxbox) check complete with        0 total errors (errmax=  1.3677e-19)
    d(Node)/d(dxbox) check complete with        0 total errors (errmax=  1.1063e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dybox"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "dybox" for ibody=12
    d(Face)/d(dybox) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dybox) check complete with        0 total errors (errmax=  5.0845e-20)
    d(Node)/d(dybox) check complete with        0 total errors (errmax=  5.1279e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dzbox"
*********************************************************

Propagating velocities throughout feature tree

real	0m2.294s
user	0m0.000s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "dzbox" for ibody=12
    d(Face)/d(dzbox) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dzbox) check complete with        0 total errors (errmax=  5.0845e-20)
    d(Node)/d(dzbox) check complete with        0 total errors (errmax=  5.1279e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.056 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.1063e-09) with 0 suppressions
+ set +x
data\basic\designE2 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  92 / 275 )
data\basic\designE3.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designE3.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thick"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=29
Computing finite difference sensitivities for ibody=29

Comparing geometric sensitivities wrt "thick" for ibody=29
    d(Face)/d(thick) check complete with        0 total errors (errmax=  4.6259e-11)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  3.4191e-20)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  5.7064e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dxbar"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=29
Computing finite difference sensitivities for ibody=29

Comparing geometric sensitivities wrt "dxbar" for ibody=29
    d(Face)/d(dxbar) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dxbar) check complete with        0 total errors (errmax=  2.7733e-20)
    d(Node)/d(dxbar) check complete with        0 total errors (errmax=  1.0256e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dybar"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=29
Computing finite difference sensitivities for ibody=29

Comparing geometric sensitivities wrt "dybar" for ibody=29
    d(Face)/d(dybar) check complete with        0 total errors (errmax=  4.2474e-11)
    d(Edge)/d(dybar) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(dybar) check complete with        0 total errors (errmax=  1.0257e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dzbar"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=29
Computing finite difference sensitivities for ibody=29

Comparing geometric sensitivities wrt "dzbar" for ibody=29
    d(Face)/d(dzbar) check complete with        0 total errors (errmax=  4.6259e-11)
    d(Edge)/d(dzbar) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(dzbar) check complete with        0 total errors (errmax=  1.0257e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dxbox"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=29
Computing finite difference sensitivities for ibody=29

Comparing geometric sensitivities wrt "dxbox" for ibody=29
    d(Face)/d(dxbox) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dxbox) check complete with        0 total errors (errmax=  1.3677e-19)
    d(Node)/d(dxbox) check complete with        0 total errors (errmax=  1.6191e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dybox"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=29
Computing finite difference sensitivities for ibody=29

Comparing geometric sensitivities wrt "dybox" for ibody=29
    d(Face)/d(dybox) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dybox) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(dybox) check complete with        0 total errors (errmax=  1.0256e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dzbox"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=29
Computing finite difference sensitivities for ibody=29

Comparing geometric sensitivities wrt "dzbox" for ibody=29
    d(Face)/d(dzbox) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dzbox) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(dzbox) check complete with        0 total errors (errmax=  1.0256e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.487 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.6191e-09) with 0 suppressions

real	0m5.966s
user	0m0.015s
sys	0m0.031s
+ set +x
data\basic\designE3 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  93 / 275 )
data\basic\designE4.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designE4.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "thick"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=29
Computing finite difference sensitivities for ibody=29

Comparing geometric sensitivities wrt "thick" for ibody=29
    d(Face)/d(thick) check complete with        0 total errors (errmax=  2.1753e-08)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  9.9092e-14)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  1.0703e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dxbar"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=29
Computing finite difference sensitivities for ibody=29

Comparing geometric sensitivities wrt "dxbar" for ibody=29
    d(Face)/d(dxbar) check complete with        0 total errors (errmax=  2.2260e-07)
    d(Edge)/d(dxbar) check complete with        0 total errors (errmax=  1.1501e-11)
    d(Node)/d(dxbar) check complete with        0 total errors (errmax=  3.0163e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dybar"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=29
Computing finite difference sensitivities for ibody=29

Comparing geometric sensitivities wrt "dybar" for ibody=29
    d(Face)/d(dybar) check complete with        0 total errors (errmax=  7.8790e-11)
    d(Edge)/d(dybar) check complete with        0 total errors (errmax=  1.9749e-17)
    d(Node)/d(dybar) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dzbar"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=29
Computing finite difference sensitivities for ibody=29

Comparing geometric sensitivities wrt "dzbar" for ibody=29
    d(Face)/d(dzbar) check complete with        0 total errors (errmax=  6.6451e-11)
    d(Edge)/d(dzbar) check complete with        0 total errors (errmax=  7.1121e-18)
    d(Node)/d(dzbar) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dxbox"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=29
Computing finite difference sensitivities for ibody=29

Comparing geometric sensitivities wrt "dxbox" for ibody=29
    d(Face)/d(dxbox) check complete with        0 total errors (errmax=  2.2260e-07)
    d(Edge)/d(dxbox) check complete with        0 total errors (errmax=  1.1502e-11)
    d(Node)/d(dxbox) check complete with        0 total errors (errmax=  3.1120e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dybox"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=29
Computing finite difference sensitivities for ibody=29

Comparing geometric sensitivities wrt "dybox" for ibody=29
    d(Face)/d(dybox) check complete with        0 total errors (errmax=  5.8612e-11)
    d(Edge)/d(dybox) check complete with        0 total errors (errmax=  3.1585e-18)
    d(Node)/d(dybox) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dzbox"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=29
Computing finite difference sensitivities for ibody=29

real	0m7.415s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "dzbox" for ibody=29
    d(Face)/d(dzbox) check complete with        0 total errors (errmax=  7.0539e-11)
    d(Edge)/d(dzbox) check complete with        0 total errors (errmax=  1.9749e-17)
    d(Node)/d(dzbox) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.361 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.2260e-07) with 0 suppressions
+ set +x
data\basic\designE4 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  94 / 275 )
data\basic\designE5.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designE5.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xcent"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "xcent" for ibody=5
    d(Face)/d(xcent) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(xcent) check complete with        0 total errors (errmax=  5.8096e-12)
    d(Node)/d(xcent) check complete with        0 total errors (errmax=  4.9887e-07)
 

*********************************************************
Starting geometric sensitivity wrt "ycent"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "ycent" for ibody=5
    d(Face)/d(ycent) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(ycent) check complete with        0 total errors (errmax=  1.9269e-19)
    d(Node)/d(ycent) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "thick"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "thick" for ibody=5
    d(Face)/d(thick) check complete with        0 total errors (errmax=  2.8870e-13)
    d(Edge)/d(thick) check complete with        0 total errors (errmax=  1.2796e-20)
    d(Node)/d(thick) check complete with        0 total errors (errmax=  2.8870e-13)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "rad" for ibody=5
    d(Face)/d(rad) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  2.8077e-13)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  2.8065e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xbox"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "xbox" for ibody=5
    d(Face)/d(xbox) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(xbox) check complete with        0 total errors (errmax=  1.0198e-12)
    d(Node)/d(xbox) check complete with        0 total errors (errmax=  4.9902e-07)
 

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "dx" for ibody=5
    d(Face)/d(dx) check complete with        0 total errors (errmax=  1.6855e-10)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  6.3693e-14)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  1.2542e-07)
 

*********************************************************
Starting geometric sensitivity wrt "dy"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "dy" for ibody=5
    d(Face)/d(dy) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(dy) check complete with        0 total errors (errmax=  3.4191e-20)
    d(Node)/d(dy) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dz"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "dz" for ibody=5
    d(Face)/d(dz) check complete with        0 total errors (errmax=  2.3748e-11)
    d(Edge)/d(dz) check complete with        0 total errors (errmax=  5.2450e-20)
    d(Node)/d(dz) check complete with        0 total errors (errmax=  2.3748e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.154 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.9902e-07) with 0 suppressions

real	0m1.335s
user	0m0.000s
sys	0m0.046s
+ set +x
data\basic\designE5 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  95 / 275 )
data\basic\designE6.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designE6.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "xsize" for ibody=3
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "ysize" for ibody=3
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  2.3748e-11)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  5.2450e-20)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  2.3748e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

real	0m0.367s
user	0m0.000s
sys	0m0.046s

Comparing geometric sensitivities wrt "zsize" for ibody=3
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  2.8870e-13)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  7.7514e-24)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  1.6588e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.005 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.7497e-11) with 0 suppressions
+ set +x
data\basic\designE6 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  96 / 275 )
data\basic\designE7.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designE7.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "dx" for ibody=6
    d(Face)/d(dx) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xcent"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "xcent" for ibody=6
    d(Face)/d(xcent) check complete with        0 total errors (errmax=  1.6602e-11)
    d(Edge)/d(xcent) check complete with        0 total errors (errmax=  1.2403e-20)
    d(Node)/d(xcent) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ycent"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "ycent" for ibody=6
    d(Face)/d(ycent) check complete with        0 total errors (errmax=  1.6602e-11)
    d(Edge)/d(ycent) check complete with        0 total errors (errmax=  1.2403e-20)
    d(Node)/d(ycent) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "size"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "size" for ibody=6
    d(Face)/d(size) check complete with        0 total errors (errmax=  2.3748e-11)
    d(Edge)/d(size) check complete with        0 total errors (errmax=  5.0758e-20)
    d(Node)/d(size) check complete with        0 total errors (errmax=  4.0350e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.030 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions

real	0m0.665s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designE7 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  97 / 275 )
data\basic\designE8.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designE8.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "dx" for ibody=7
    d(Face)/d(dx) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xcent"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xcent" for ibody=7
    d(Face)/d(xcent) check complete with        0 total errors (errmax=  1.7101e-11)
    d(Edge)/d(xcent) check complete with        0 total errors (errmax=  1.5557e-20)
    d(Node)/d(xcent) check complete with        0 total errors (errmax=  1.6684e-11)
 

*********************************************************
Starting geometric sensitivity wrt "size"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "size" for ibody=7
    d(Face)/d(size) check complete with        0 total errors (errmax=  2.5936e-11)
    d(Edge)/d(size) check complete with        0 total errors (errmax=  5.1110e-20)
    d(Node)/d(size) check complete with        0 total errors (errmax=  3.3701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.017 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions

real	0m0.603s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designE8 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  98 / 275 )
data\basic\designE9.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designE9.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dx" for ibody=8
    d(Face)/d(dx) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dy"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dy" for ibody=8
    d(Face)/d(dy) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dy) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(dy) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dxall"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dxall" for ibody=8
    d(Face)/d(dxall) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dxall) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(dxall) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dyall"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dyall" for ibody=8
    d(Face)/d(dyall) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dyall) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(dyall) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dzall"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

real	0m0.743s
user	0m0.000s
sys	0m0.031s

Comparing geometric sensitivities wrt "dzall" for ibody=8
    d(Face)/d(dzall) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dzall) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(dzall) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.024 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.7497e-11) with 0 suppressions
+ set +x
data\basic\designE9 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
(  99 / 275 )
data\basic\designEa.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designEa.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "dxtop"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "dxtop" for ibody=7
    d(Face)/d(dxtop) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dxtop) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(dxtop) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dztop"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "dztop" for ibody=7
    d(Face)/d(dztop) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dztop) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(dztop) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dxbot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "dxbot" for ibody=7
    d(Face)/d(dxbot) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dxbot) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(dxbot) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dzbot"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.662s
user	0m0.000s
sys	0m0.031s
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "dzbot" for ibody=7
    d(Face)/d(dzbot) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dzbot) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(dzbot) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.015 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions
+ set +x
data\basic\designEa -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 100 / 275 )
data\basic\designEb.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designEb.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "dxtop"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dxtop" for ibody=8
    d(Face)/d(dxtop) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dxtop) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(dxtop) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dxbot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dxbot" for ibody=8
    d(Face)/d(dxbot) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dxbot) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(dxbot) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dy"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dy" for ibody=8
    d(Face)/d(dy) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(dy) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(dy) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "dz"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dz" for ibody=8
    d(Face)/d(dz) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dz) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(dz) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.030 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions

real	0m0.724s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designEb -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 101 / 275 )
data\basic\designF0bb.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designF0bb.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xloc[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[1,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  5.8191e-11)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[2,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  3.3856e-18)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)

*********************************************************
Starting geometric sensitivity wrt "xloc[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[3,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  6.3478e-11)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  3.1799e-20)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[4,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  3.2983e-18)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)

*********************************************************
Starting geometric sensitivity wrt "xloc[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[5,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  5.8191e-11)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "height[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[1,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  5.8191e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[2,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  9.0773e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  9.7796e-13)
    d(Node)/d(height) check complete with        0 total errors (errmax=  1.4692e-26)

*********************************************************
Starting geometric sensitivity wrt "height[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[3,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  1.1502e-07)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  3.7911e-12)
    d(Node)/d(height) check complete with        0 total errors (errmax=  1.4692e-26)

*********************************************************
Starting geometric sensitivity wrt "height[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[4,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  1.9739e-07)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  1.0609e-11)
    d(Node)/d(height) check complete with        0 total errors (errmax=  6.1232e-28)

*********************************************************
Starting geometric sensitivity wrt "height[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[5,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  5.8191e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "width[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[1,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  5.8191e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[2,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  8.3869e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  1.4111e-06)
    d(Node)/d(width) check complete with        0 total errors (errmax=  1.6602e-11)

*********************************************************
Starting geometric sensitivity wrt "width[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[3,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  6.4857e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  1.3852e-06)
    d(Node)/d(width) check complete with        0 total errors (errmax=  5.9209e-11)

*********************************************************
Starting geometric sensitivity wrt "width[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[4,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  8.2300e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  1.2809e-06)
    d(Node)/d(width) check complete with        0 total errors (errmax=  4.7497e-11)

*********************************************************
Starting geometric sensitivity wrt "width[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[5,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  5.8191e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rnose"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "Rnose" for ibody=12
    d(Face)/d(Rnose) check complete with        0 total errors (errmax=  5.8191e-11)
    d(Edge)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rtail"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "Rtail" for ibody=12
    d(Face)/d(Rtail) check complete with        0 total errors (errmax=  5.8191e-11)
    d(Edge)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xbase" for ibody=12
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  3.1373e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "ybase" for ibody=12
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  7.1458e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  2.4108e-19)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "zbase" for ibody=12
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  6.3997e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.8873e-19)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.831 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.3869e-05) with 0 suppressions

real	0m6.066s
user	0m0.015s
sys	0m0.030s
+ set +x
data\basic\designF0bb -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
( 102 / 275 )
data\basic\designF1bb.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designF1bb.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xloc[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[1,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  2.8381e-11)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[2,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  4.6990e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  7.8879e-15)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)

*********************************************************
Starting geometric sensitivity wrt "xloc[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[3,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  1.3005e-08)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  4.0757e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[4,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  3.8671e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  2.5144e-15)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)

*********************************************************
Starting geometric sensitivity wrt "xloc[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[5,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  2.8381e-11)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "height[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[1,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  2.8381e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[2,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  5.9521e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  9.7796e-13)
    d(Node)/d(height) check complete with        0 total errors (errmax=  1.4692e-26)

*********************************************************
Starting geometric sensitivity wrt "height[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[3,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  1.6824e-07)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  1.2530e-18)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[4,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  1.4158e-07)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  1.0609e-11)
    d(Node)/d(height) check complete with        0 total errors (errmax=  6.1232e-28)

*********************************************************
Starting geometric sensitivity wrt "height[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[5,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  2.8381e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "width[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[1,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  2.8381e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[2,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  5.9721e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  1.4111e-06)
    d(Node)/d(width) check complete with        0 total errors (errmax=  1.6602e-11)

*********************************************************
Starting geometric sensitivity wrt "width[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[3,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  9.4965e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  2.8756e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[4,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  5.8573e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  1.2809e-06)
    d(Node)/d(width) check complete with        0 total errors (errmax=  4.7497e-11)

*********************************************************
Starting geometric sensitivity wrt "width[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[5,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  2.8381e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rnose"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "Rnose" for ibody=10
    d(Face)/d(Rnose) check complete with        0 total errors (errmax=  2.8381e-11)
    d(Edge)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rtail"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "Rtail" for ibody=10
    d(Face)/d(Rtail) check complete with        0 total errors (errmax=  2.8381e-11)
    d(Edge)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xbase" for ibody=10
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  3.1373e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "ybase" for ibody=10
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  5.3920e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  1.5857e-19)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

real	0m4.349s
user	0m0.000s
sys	0m0.016s

Comparing geometric sensitivities wrt "zbase" for ibody=10
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  4.7987e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  8.6224e-19)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.417 sec

Sensitivity checks complete with        0 total errors (max geom err=  9.4965e-05) with 0 suppressions
+ set +x
data\basic\designF1bb -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
( 103 / 275 )
data\basic\designF1rr.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designF1rr.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xloc[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[1,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  1.0178e-08)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.5004e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)

*********************************************************
Starting geometric sensitivity wrt "xloc[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[2,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  9.1347e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  5.4027e-15)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[3,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  7.1997e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.8611e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[4,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  5.7942e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  3.5551e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[5,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  7.2535e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  2.6455e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "height[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[1,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  8.9037e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[2,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  6.3354e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  4.4169e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[3,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  9.6738e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  1.3948e-16)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[4,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  1.6828e-07)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  7.1831e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[5,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  8.9037e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "width[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[1,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  8.9037e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[2,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  4.3434e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  2.3348e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[3,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  4.8075e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  3.3390e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[4,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  3.4425e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  3.4258e-14)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[5,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  8.9037e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rnose"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "Rnose" for ibody=12
    d(Face)/d(Rnose) check complete with        0 total errors (errmax=  1.5866e-07)
    d(Edge)/d(Rnose) check complete with        0 total errors (errmax=  4.4166e-12)
    d(Node)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rtail"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "Rtail" for ibody=12
    d(Face)/d(Rtail) check complete with        0 total errors (errmax=  4.6563e-08)
    d(Edge)/d(Rtail) check complete with        0 total errors (errmax=  1.4967e-12)
    d(Node)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xbase" for ibody=12
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  1.4396e-10)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  5.1452e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "ybase" for ibody=12
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  9.7384e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  5.0290e-30)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

real	0m8.628s
user	0m0.000s
sys	0m0.031s

Comparing geometric sensitivities wrt "zbase" for ibody=12
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  9.3302e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  7.9157e-19)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      4.026 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.8075e-05) with 0 suppressions
+ set +x
data\basic\designF1rr -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
( 104 / 275 )
data\basic\designF1rs.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designF1rs.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xloc[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[1,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  8.7138e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.5518e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)

*********************************************************
Starting geometric sensitivity wrt "xloc[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[2,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  7.7027e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  5.3976e-15)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[3,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  8.0964e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  2.3064e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[4,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  7.9906e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  6.7320e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[5,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  7.1034e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  4.5218e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "height[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[1,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  7.9689e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[2,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  5.6309e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  4.1407e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[3,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  8.5018e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  3.8196e-16)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[4,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  1.5663e-07)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  5.8018e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[5,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  7.9689e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "width[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[1,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  7.9689e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[2,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  3.6058e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  2.3268e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[3,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  4.1935e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  3.8892e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[4,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  3.3721e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  2.5710e-14)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[5,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  7.9689e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rnose"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "Rnose" for ibody=12
    d(Face)/d(Rnose) check complete with        0 total errors (errmax=  1.3766e-07)
    d(Edge)/d(Rnose) check complete with        0 total errors (errmax=  4.4166e-12)
    d(Node)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rtail"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "Rtail" for ibody=12
    d(Face)/d(Rtail) check complete with        0 total errors (errmax=  7.9689e-11)
    d(Edge)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xbase" for ibody=12
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  1.2236e-10)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  3.5280e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "ybase" for ibody=12
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  8.7462e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  5.8178e-30)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

real	0m7.752s
user	0m0.000s
sys	0m0.000s

Comparing geometric sensitivities wrt "zbase" for ibody=12
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  8.4272e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.1820e-18)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      3.663 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.1935e-05) with 0 suppressions
+ set +x
data\basic\designF1rs -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
( 105 / 275 )
data\basic\designF1sr.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designF1sr.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xloc[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[1,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  9.0942e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.1855e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)

*********************************************************
Starting geometric sensitivity wrt "xloc[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[2,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  1.0134e-08)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.1802e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[3,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  5.3429e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.2506e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[4,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  4.6104e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  3.5550e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[5,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  5.8586e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  2.5850e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "height[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[1,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  9.1570e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[2,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  4.1194e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  3.1273e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[3,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  7.8548e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  4.0783e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[4,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  1.2586e-07)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  6.4330e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[5,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  9.1570e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "width[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[1,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  9.1570e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[2,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  3.1882e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  2.7630e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[3,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  3.9148e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  3.1312e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[4,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  2.4788e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  3.4303e-14)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[5,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  9.1570e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rnose"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "Rnose" for ibody=12
    d(Face)/d(Rnose) check complete with        0 total errors (errmax=  9.1570e-11)
    d(Edge)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rtail"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "Rtail" for ibody=12
    d(Face)/d(Rtail) check complete with        0 total errors (errmax=  3.8150e-08)
    d(Edge)/d(Rtail) check complete with        0 total errors (errmax=  1.4967e-12)
    d(Node)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xbase" for ibody=12
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  1.4557e-10)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  3.4190e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "ybase" for ibody=12
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  1.0075e-10)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  5.1769e-30)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "zbase" for ibody=12
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  9.5210e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  7.9765e-19)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      3.977 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.9148e-05) with 0 suppressions

real	0m8.873s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designF1sr -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
( 106 / 275 )
data\basic\designF1ss.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designF1ss.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xloc[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[1,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  8.3493e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.2369e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)

*********************************************************
Starting geometric sensitivity wrt "xloc[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[2,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  9.3629e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.1797e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[3,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  6.2782e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.6958e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[4,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  6.6589e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  6.7319e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xloc[5,1]" for ibody=12
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  5.9503e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  4.4613e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "height[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[1,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  7.8262e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[2,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  3.7034e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  2.8510e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[3,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  7.4342e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  2.8327e-16)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[4,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  1.2598e-07)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  5.0517e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "height[5,1]" for ibody=12
    d(Face)/d(height) check complete with        0 total errors (errmax=  7.8262e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "width[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[1,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  7.8262e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[2,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  2.8810e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  2.7550e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[3,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  3.7359e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  3.6814e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[4,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  2.6603e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  2.5755e-14)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "width[5,1]" for ibody=12
    d(Face)/d(width) check complete with        0 total errors (errmax=  7.8262e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rnose"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "Rnose" for ibody=12
    d(Face)/d(Rnose) check complete with        0 total errors (errmax=  7.8262e-11)
    d(Edge)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rtail"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "Rtail" for ibody=12
    d(Face)/d(Rtail) check complete with        0 total errors (errmax=  7.8262e-11)
    d(Edge)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xbase" for ibody=12
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  1.2392e-10)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  1.8018e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "ybase" for ibody=12
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  8.4922e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  5.9658e-30)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "zbase" for ibody=12
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  8.1409e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.1537e-18)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      3.932 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.7359e-05) with 0 suppressions

real	0m8.964s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designF1ss -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
( 107 / 275 )
data\basic\designF2bb.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designF2bb.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xloc[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "xloc[1,1]" for ibody=8
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  2.9587e-11)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "xloc[2,1]" for ibody=8
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  2.8853e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  3.9173e-15)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)

*********************************************************
Starting geometric sensitivity wrt "xloc[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "xloc[3,1]" for ibody=8
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  7.0745e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.0072e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "xloc[4,1]" for ibody=8
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  3.0097e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  4.3734e-16)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)

*********************************************************
Starting geometric sensitivity wrt "xloc[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "xloc[5,1]" for ibody=8
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  2.9587e-11)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "height[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "height[1,1]" for ibody=8
    d(Face)/d(height) check complete with        0 total errors (errmax=  2.9587e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "height[2,1]" for ibody=8
    d(Face)/d(height) check complete with        0 total errors (errmax=  6.7731e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  9.7796e-13)
    d(Node)/d(height) check complete with        0 total errors (errmax=  1.4692e-26)

*********************************************************
Starting geometric sensitivity wrt "height[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "height[3,1]" for ibody=8
    d(Face)/d(height) check complete with        0 total errors (errmax=  1.3493e-07)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  1.7588e-18)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "height[4,1]" for ibody=8
    d(Face)/d(height) check complete with        0 total errors (errmax=  1.4816e-07)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  1.0609e-11)
    d(Node)/d(height) check complete with        0 total errors (errmax=  6.1232e-28)

*********************************************************
Starting geometric sensitivity wrt "height[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "height[5,1]" for ibody=8
    d(Face)/d(height) check complete with        0 total errors (errmax=  2.9587e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "width[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "width[1,1]" for ibody=8
    d(Face)/d(width) check complete with        0 total errors (errmax=  2.9587e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "width[2,1]" for ibody=8
    d(Face)/d(width) check complete with        0 total errors (errmax=  6.4077e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  1.4111e-06)
    d(Node)/d(width) check complete with        0 total errors (errmax=  1.6602e-11)

*********************************************************
Starting geometric sensitivity wrt "width[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "width[3,1]" for ibody=8
    d(Face)/d(width) check complete with        0 total errors (errmax=  8.5882e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  9.2048e-16)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "width[4,1]" for ibody=8
    d(Face)/d(width) check complete with        0 total errors (errmax=  6.3260e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  1.2809e-06)
    d(Node)/d(width) check complete with        0 total errors (errmax=  4.7497e-11)

*********************************************************
Starting geometric sensitivity wrt "width[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "width[5,1]" for ibody=8
    d(Face)/d(width) check complete with        0 total errors (errmax=  2.9587e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rnose"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "Rnose" for ibody=8
    d(Face)/d(Rnose) check complete with        0 total errors (errmax=  2.9587e-11)
    d(Edge)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rtail"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "Rtail" for ibody=8
    d(Face)/d(Rtail) check complete with        0 total errors (errmax=  2.9587e-11)
    d(Edge)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "xbase" for ibody=8
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  3.1373e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "ybase" for ibody=8
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  5.4351e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  1.5857e-19)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

real	0m2.941s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "zbase" for ibody=8
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  5.0751e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  7.3542e-19)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.493 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.5882e-05) with 0 suppressions
+ set +x
data\basic\designF2bb -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
( 108 / 275 )
data\basic\designF2rr.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designF2rr.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xloc[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[1,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  9.6472e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.1066e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)

*********************************************************
Starting geometric sensitivity wrt "xloc[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[2,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  9.9589e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  2.8787e-15)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[3,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  7.1383e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.2417e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[4,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  7.1210e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  6.6330e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[5,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  8.2153e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  3.9420e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "height[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[1,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  8.6743e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[2,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  6.4260e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  4.7220e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[3,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  9.9775e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  1.5634e-16)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[4,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  1.6424e-07)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  8.3555e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[5,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  8.6743e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "width[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[1,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  8.6743e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[2,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  4.3565e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  2.1443e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[3,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  4.1535e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  2.2477e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[4,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  3.2624e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  3.2045e-14)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[5,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  8.6743e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rnose"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "Rnose" for ibody=10
    d(Face)/d(Rnose) check complete with        0 total errors (errmax=  1.5464e-07)
    d(Edge)/d(Rnose) check complete with        0 total errors (errmax=  4.5649e-12)
    d(Node)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rtail"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "Rtail" for ibody=10
    d(Face)/d(Rtail) check complete with        0 total errors (errmax=  4.5172e-08)
    d(Edge)/d(Rtail) check complete with        0 total errors (errmax=  1.4052e-12)
    d(Node)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xbase" for ibody=10
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  1.4161e-10)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  3.3922e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "ybase" for ibody=10
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  9.4646e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  2.9582e-30)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "zbase" for ibody=10
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  9.2502e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  8.8771e-19)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.775 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.3565e-05) with 0 suppressions

real	0m6.674s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designF2rr -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
( 109 / 275 )
data\basic\designF2rs.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designF2rs.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xloc[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[1,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  8.1738e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.1171e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)

*********************************************************
Starting geometric sensitivity wrt "xloc[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[2,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  8.3152e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  2.5583e-15)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[3,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  6.2059e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.3523e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[4,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  8.4996e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  8.3156e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[5,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  7.6538e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  5.2330e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "height[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[1,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  7.8059e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[2,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  5.5826e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  5.3139e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[3,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  8.7235e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  3.6406e-16)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[4,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  1.5576e-07)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  7.2937e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[5,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  7.8059e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "width[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[1,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  7.8059e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[2,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  3.8460e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  2.1183e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[3,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  3.7035e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  2.5234e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[4,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  3.3044e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  2.5704e-14)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[5,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  7.8059e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rnose"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "Rnose" for ibody=10
    d(Face)/d(Rnose) check complete with        0 total errors (errmax=  1.3977e-07)
    d(Edge)/d(Rnose) check complete with        0 total errors (errmax=  4.6103e-12)
    d(Node)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rtail"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "Rtail" for ibody=10
    d(Face)/d(Rtail) check complete with        0 total errors (errmax=  7.8059e-11)
    d(Edge)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xbase" for ibody=10
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  1.3330e-10)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  4.2185e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "ybase" for ibody=10
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  8.5704e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  6.3602e-30)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "zbase" for ibody=10
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  8.4953e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.5596e-18)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.716 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.8460e-05) with 0 suppressions

real	0m6.855s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designF2rs -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
( 110 / 275 )
data\basic\designF2sr.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designF2sr.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xloc[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[1,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  8.6458e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  8.4985e-15)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)

*********************************************************
Starting geometric sensitivity wrt "xloc[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[2,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  1.0059e-08)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  7.2415e-15)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[3,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  5.9477e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.2290e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[4,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  5.5278e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  6.2895e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[5,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  6.6195e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  3.7504e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "height[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[1,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  8.2262e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[2,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  4.4017e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  3.0788e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[3,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  8.2748e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  3.1391e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[4,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  1.3091e-07)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  5.8933e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[5,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  8.2262e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "width[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[1,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  8.2262e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[2,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  3.2514e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  1.9518e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[3,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  3.3898e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  1.9753e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[4,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  2.4726e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  3.1787e-14)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[5,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  8.2262e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rnose"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "Rnose" for ibody=10
    d(Face)/d(Rnose) check complete with        0 total errors (errmax=  8.2262e-11)
    d(Edge)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rtail"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "Rtail" for ibody=10
    d(Face)/d(Rtail) check complete with        0 total errors (errmax=  3.8119e-08)
    d(Edge)/d(Rtail) check complete with        0 total errors (errmax=  1.4354e-12)
    d(Node)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xbase" for ibody=10
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  1.3330e-10)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  3.5088e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "ybase" for ibody=10
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  9.0745e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  4.5360e-30)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

real	0m7.349s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "zbase" for ibody=10
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  8.4925e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.0669e-18)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.746 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.3898e-05) with 0 suppressions
+ set +x
data\basic\designF2sr -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
( 111 / 275 )
data\basic\designF2ss.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designF2ss.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xloc[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[1,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  7.5629e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  8.7112e-15)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)

*********************************************************
Starting geometric sensitivity wrt "xloc[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[2,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  8.8796e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  6.9997e-15)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[3,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  5.8351e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  1.4172e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[4,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  7.1560e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  8.1385e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "xloc[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xloc[5,1]" for ibody=10
    d(Face)/d(xloc) check complete with        0 total errors (errmax=  6.5037e-09)
    d(Edge)/d(xloc) check complete with        0 total errors (errmax=  5.0496e-14)
    d(Node)/d(xloc) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "height[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[1,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  8.0217e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[2,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  4.0588e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  4.6434e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[3,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  7.6346e-08)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  1.9861e-16)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[4,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  1.2563e-07)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  4.7165e-17)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "height[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "height[5,1]" for ibody=10
    d(Face)/d(height) check complete with        0 total errors (errmax=  8.0217e-11)
    d(Edge)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(height) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "width[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[1,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  8.0217e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[2,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  3.3335e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  1.9392e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[3,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[3,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  3.2397e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  2.2320e-15)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[4,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[4,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  2.5653e-05)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  2.5290e-14)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "width[5,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "width[5,1]" for ibody=10
    d(Face)/d(width) check complete with        0 total errors (errmax=  8.0217e-11)
    d(Edge)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(width) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rnose"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "Rnose" for ibody=10
    d(Face)/d(Rnose) check complete with        0 total errors (errmax=  8.0217e-11)
    d(Edge)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(Rnose) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Rtail"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "Rtail" for ibody=10
    d(Face)/d(Rtail) check complete with        0 total errors (errmax=  8.0217e-11)
    d(Edge)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(Rtail) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "xbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xbase" for ibody=10
    d(Face)/d(xbase) check complete with        0 total errors (errmax=  1.2599e-10)
    d(Edge)/d(xbase) check complete with        0 total errors (errmax=  2.3269e-18)
    d(Node)/d(xbase) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ybase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "ybase" for ibody=10
    d(Face)/d(ybase) check complete with        0 total errors (errmax=  8.5821e-11)
    d(Edge)/d(ybase) check complete with        0 total errors (errmax=  4.2894e-30)
    d(Node)/d(ybase) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "zbase"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

real	0m6.947s
user	0m0.015s
sys	0m0.046s

Comparing geometric sensitivities wrt "zbase" for ibody=10
    d(Face)/d(zbase) check complete with        0 total errors (errmax=  8.3720e-11)
    d(Edge)/d(zbase) check complete with        0 total errors (errmax=  1.4737e-18)
    d(Node)/d(zbase) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.550 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.3335e-05) with 0 suppressions
+ set +x
data\basic\designF2ss -geom         passed (as expected)
--------------------------------------------------------------------------------------------------
( 112 / 275 )
data\basic\designG0.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designG0.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "area"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "area" for ibody=8
    d(Face)/d(area) check complete with        0 total errors (errmax=  1.7349e-09)
    d(Edge)/d(area) check complete with        0 total errors (errmax=  1.9656e-16)
    d(Node)/d(area) check complete with        0 total errors (errmax=  3.0243e-09)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "aspect" for ibody=8
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  2.0545e-08)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  7.3887e-14)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.2532e-08)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "taper" for ibody=8
    d(Face)/d(taper) check complete with        0 total errors (errmax=  1.2281e-07)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  6.5316e-11)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  9.6795e-07)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "twist" for ibody=8
    d(Face)/d(twist) check complete with        0 total errors (errmax=  5.5399e-11)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "lesweep" for ibody=8
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  4.4795e-10)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  1.2688e-16)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  9.2710e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dihedral" for ibody=8
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  9.5903e-11)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  3.6696e-18)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  1.8477e-11)
 

*********************************************************
Starting geometric sensitivity wrt "thick_r"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "thick_r" for ibody=8
    d(Face)/d(thick_r) check complete with        0 total errors (errmax=  7.9015e-05)
    d(Edge)/d(thick_r) check complete with        0 total errors (errmax=  2.3121e-07)
    d(Node)/d(thick_r) check complete with        0 total errors (errmax=  7.6200e-11)
 

*********************************************************
Starting geometric sensitivity wrt "camber_r"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "camber_r" for ibody=8
    d(Face)/d(camber_r) check complete with        0 total errors (errmax=  3.9546e-05)
    d(Edge)/d(camber_r) check complete with        0 total errors (errmax=  1.4680e-07)
    d(Node)/d(camber_r) check complete with        0 total errors (errmax=  1.5258e-08)
 

*********************************************************
Starting geometric sensitivity wrt "thick_t"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "thick_t" for ibody=8
    d(Face)/d(thick_t) check complete with        0 total errors (errmax=  5.5399e-11)
    d(Edge)/d(thick_t) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(thick_t) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "camber_t"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "camber_t" for ibody=8
    d(Face)/d(camber_t) check complete with        0 total errors (errmax=  5.5399e-11)
    d(Edge)/d(camber_t) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(camber_t) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.070 sec

Sensitivity checks complete with        0 total errors (max geom err=  7.9015e-05) with 0 suppressions

real	0m1.263s
user	0m0.015s
sys	0m0.015s
+ set +x
data\basic\designG0 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 113 / 275 )
data\basic\designG1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designG1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "area"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "area" for ibody=12
    d(Face)/d(area) check complete with        0 total errors (errmax=  7.3464e-08)
    d(Edge)/d(area) check complete with        0 total errors (errmax=  1.9251e-12)
    d(Node)/d(area) check complete with        0 total errors (errmax=  1.7294e-09)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "aspect" for ibody=12
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  5.8781e-07)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.2321e-10)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.2532e-08)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "taper" for ibody=12
    d(Face)/d(taper) check complete with        0 total errors (errmax=  3.7223e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  5.4776e-09)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  9.6769e-07)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "twist" for ibody=12
    d(Face)/d(twist) check complete with        0 total errors (errmax=  5.9202e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.4626e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  1.8904e-10)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "lesweep" for ibody=12
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  3.5971e-10)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  9.3909e-17)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4399e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "dihedral" for ibody=12
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  1.1158e-10)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  6.2583e-20)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  3.4501e-11)
 

*********************************************************
Starting geometric sensitivity wrt "thick_r"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "thick_r" for ibody=12
    d(Face)/d(thick_r) check complete with        0 total errors (errmax=  2.6977e-02)
    d(Edge)/d(thick_r) check complete with        0 total errors (errmax=  1.3036e-06)
    d(Node)/d(thick_r) check complete with        0 total errors (errmax=  7.6145e-11)
 

*********************************************************
Starting geometric sensitivity wrt "camber_r"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "camber_r" for ibody=12
    d(Face)/d(camber_r) check complete with        0 total errors (errmax=  6.8315e-03)
    d(Edge)/d(camber_r) check complete with        0 total errors (errmax=  1.3907e-07)
    d(Node)/d(camber_r) check complete with        0 total errors (errmax=  1.5079e-08)
 

*********************************************************
Starting geometric sensitivity wrt "thick_t"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "thick_t" for ibody=12
    d(Face)/d(thick_t) check complete with        0 total errors (errmax=  2.4537e-02)
    d(Edge)/d(thick_t) check complete with        0 total errors (errmax=  3.2996e-07)
    d(Node)/d(thick_t) check complete with        0 total errors (errmax=  2.8323e-10)
 

*********************************************************
Starting geometric sensitivity wrt "camber_t"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "camber_t" for ibody=12
    d(Face)/d(camber_t) check complete with        0 total errors (errmax=  4.2305e-03)
    d(Edge)/d(camber_t) check complete with        0 total errors (errmax=  3.3762e-08)
    d(Node)/d(camber_t) check complete with        0 total errors (errmax=  1.2827e-08)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      5.696 sec

Sensitivity checks complete with       16 total errors (max geom err=  2.6977e-02) with 0 suppressions

real	0m9.679s
user	0m0.015s
sys	0m0.031s
+ set +x
data\basic\designG1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 114 / 275 )
data\basic\designG2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designG2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "area"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "area" for ibody=17
    d(Face)/d(area) check complete with        0 total errors (errmax=  7.3464e-08)
    d(Edge)/d(area) check complete with        0 total errors (errmax=  1.9251e-12)
    d(Node)/d(area) check complete with        0 total errors (errmax=  1.7294e-09)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "area" for ibody=19
    d(Face)/d(area) check complete with        0 total errors (errmax=  7.3140e-08)
    d(Edge)/d(area) check complete with        0 total errors (errmax=  1.9238e-12)
    d(Node)/d(area) check complete with        0 total errors (errmax=  1.9751e-09)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "aspect" for ibody=17
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  5.8781e-07)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.2321e-10)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.2532e-08)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "aspect" for ibody=19
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  5.8550e-07)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.2323e-10)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.3045e-08)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "taper" for ibody=17
    d(Face)/d(taper) check complete with        0 total errors (errmax=  3.7223e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  5.4776e-09)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  9.6769e-07)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "taper" for ibody=19
    d(Face)/d(taper) check complete with        0 total errors (errmax=  3.7037e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  5.4776e-09)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  9.6795e-07)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "twist" for ibody=17
    d(Face)/d(twist) check complete with        0 total errors (errmax=  5.9202e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.4626e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  1.8904e-10)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "twist" for ibody=19
    d(Face)/d(twist) check complete with        0 total errors (errmax=  5.7946e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.4280e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  5.8086e-10)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "lesweep" for ibody=17
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  3.5971e-10)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  9.3909e-17)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4399e-09)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "lesweep" for ibody=19
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  4.7105e-10)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  1.2963e-16)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4399e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "dihedral" for ibody=17
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  1.1158e-10)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  6.2583e-20)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  3.4501e-11)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "dihedral" for ibody=19
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  3.3141e-10)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  6.2583e-20)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  3.4501e-11)
 

*********************************************************
Starting geometric sensitivity wrt "thick_r"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "thick_r" for ibody=17
    d(Face)/d(thick_r) check complete with        0 total errors (errmax=  2.6977e-02)
    d(Edge)/d(thick_r) check complete with        0 total errors (errmax=  1.3036e-06)
    d(Node)/d(thick_r) check complete with        0 total errors (errmax=  7.6145e-11)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "thick_r" for ibody=19
    d(Face)/d(thick_r) check complete with        0 total errors (errmax=  2.6995e-02)
    d(Edge)/d(thick_r) check complete with        0 total errors (errmax=  1.3035e-06)
    d(Node)/d(thick_r) check complete with        0 total errors (errmax=  5.8893e-10)
 

*********************************************************
Starting geometric sensitivity wrt "camber_r"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "camber_r" for ibody=17
    d(Face)/d(camber_r) check complete with        0 total errors (errmax=  6.8315e-03)
    d(Edge)/d(camber_r) check complete with        0 total errors (errmax=  1.3907e-07)
    d(Node)/d(camber_r) check complete with        0 total errors (errmax=  1.5079e-08)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "camber_r" for ibody=19
    d(Face)/d(camber_r) check complete with        0 total errors (errmax=  6.8745e-03)
    d(Edge)/d(camber_r) check complete with        0 total errors (errmax=  1.3907e-07)
    d(Node)/d(camber_r) check complete with        0 total errors (errmax=  1.5255e-08)
 

*********************************************************
Starting geometric sensitivity wrt "thick_t"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "thick_t" for ibody=17
    d(Face)/d(thick_t) check complete with        0 total errors (errmax=  2.4537e-02)
    d(Edge)/d(thick_t) check complete with        0 total errors (errmax=  3.2996e-07)
    d(Node)/d(thick_t) check complete with        0 total errors (errmax=  2.8323e-10)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "thick_t" for ibody=19
    d(Face)/d(thick_t) check complete with        0 total errors (errmax=  2.4576e-02)
    d(Edge)/d(thick_t) check complete with        0 total errors (errmax=  3.2996e-07)
    d(Node)/d(thick_t) check complete with        0 total errors (errmax=  2.2957e-10)
 

*********************************************************
Starting geometric sensitivity wrt "camber_t"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "camber_t" for ibody=17
    d(Face)/d(camber_t) check complete with        0 total errors (errmax=  4.2305e-03)
    d(Edge)/d(camber_t) check complete with        0 total errors (errmax=  3.3762e-08)
    d(Node)/d(camber_t) check complete with        0 total errors (errmax=  1.2827e-08)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "camber_t" for ibody=19
    d(Face)/d(camber_t) check complete with        0 total errors (errmax=  4.2076e-03)
    d(Edge)/d(camber_t) check complete with        0 total errors (errmax=  3.3762e-08)
    d(Node)/d(camber_t) check complete with        0 total errors (errmax=  1.2983e-08)
 

*********************************************************
Starting geometric sensitivity wrt "dxwing"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "dxwing" for ibody=17
    d(Face)/d(dxwing) check complete with        0 total errors (errmax=  1.1063e-10)
    d(Edge)/d(dxwing) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(dxwing) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "dxwing" for ibody=19
    d(Face)/d(dxwing) check complete with        0 total errors (errmax=  3.9271e-10)
    d(Edge)/d(dxwing) check complete with        0 total errors (errmax=  6.3430e-17)
    d(Node)/d(dxwing) check complete with        0 total errors (errmax=  5.9349e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->     12.338 sec

Sensitivity checks complete with       32 total errors (max geom err=  2.6995e-02) with 0 suppressions

real	0m23.884s
user	0m0.000s
sys	0m0.030s
+ set +x
data\basic\designG2 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 115 / 275 )
data\basic\designG3.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designG3.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "area"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "area" for ibody=12
    d(Face)/d(area) check complete with        0 total errors (errmax=  7.3464e-08)
    d(Edge)/d(area) check complete with        0 total errors (errmax=  1.9251e-12)
    d(Node)/d(area) check complete with        0 total errors (errmax=  1.7294e-09)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "aspect" for ibody=12
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  5.8781e-07)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.2321e-10)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.2532e-08)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "taper" for ibody=12
    d(Face)/d(taper) check complete with        0 total errors (errmax=  3.7223e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  5.4776e-09)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  9.6769e-07)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "twist" for ibody=12
    d(Face)/d(twist) check complete with        0 total errors (errmax=  5.9202e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.4626e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  1.8904e-10)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "lesweep" for ibody=12
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  3.5971e-10)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  9.3909e-17)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4399e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "dihedral" for ibody=12
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  1.1158e-10)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  6.2583e-20)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  3.4501e-11)
 

*********************************************************
Starting geometric sensitivity wrt "thick_r"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "thick_r" for ibody=12
    d(Face)/d(thick_r) check complete with        0 total errors (errmax=  2.6977e-02)
    d(Edge)/d(thick_r) check complete with        0 total errors (errmax=  1.3036e-06)
    d(Node)/d(thick_r) check complete with        0 total errors (errmax=  7.6145e-11)
 

*********************************************************
Starting geometric sensitivity wrt "camber_r"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "camber_r" for ibody=12
    d(Face)/d(camber_r) check complete with        0 total errors (errmax=  6.8315e-03)
    d(Edge)/d(camber_r) check complete with        0 total errors (errmax=  1.3907e-07)
    d(Node)/d(camber_r) check complete with        0 total errors (errmax=  1.5079e-08)
 

*********************************************************
Starting geometric sensitivity wrt "thick_t"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "thick_t" for ibody=12
    d(Face)/d(thick_t) check complete with        0 total errors (errmax=  2.4537e-02)
    d(Edge)/d(thick_t) check complete with        0 total errors (errmax=  3.2996e-07)
    d(Node)/d(thick_t) check complete with        0 total errors (errmax=  2.8323e-10)
 

*********************************************************
Starting geometric sensitivity wrt "camber_t"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "camber_t" for ibody=12
    d(Face)/d(camber_t) check complete with        0 total errors (errmax=  4.2305e-03)
    d(Edge)/d(camber_t) check complete with        0 total errors (errmax=  3.3762e-08)
    d(Node)/d(camber_t) check complete with        0 total errors (errmax=  1.2827e-08)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      6.522 sec

Sensitivity checks complete with       16 total errors (max geom err=  2.6977e-02) with 0 suppressions

real	0m10.980s
user	0m0.000s
sys	0m0.046s
+ set +x
data\basic\designG3 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 116 / 275 )
data\basic\designG4.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designG4.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "area"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "area" for ibody=17
    d(Face)/d(area) check complete with        0 total errors (errmax=  7.3464e-08)
    d(Edge)/d(area) check complete with        0 total errors (errmax=  1.9251e-12)
    d(Node)/d(area) check complete with        0 total errors (errmax=  1.7294e-09)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "area" for ibody=19
    d(Face)/d(area) check complete with        0 total errors (errmax=  7.3140e-08)
    d(Edge)/d(area) check complete with        0 total errors (errmax=  1.9238e-12)
    d(Node)/d(area) check complete with        0 total errors (errmax=  1.9751e-09)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "aspect" for ibody=17
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  5.8781e-07)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.2321e-10)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.2532e-08)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "aspect" for ibody=19
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  5.8550e-07)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  1.2323e-10)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.3045e-08)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "taper" for ibody=17
    d(Face)/d(taper) check complete with        0 total errors (errmax=  3.7223e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  5.4776e-09)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  9.6769e-07)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "taper" for ibody=19
    d(Face)/d(taper) check complete with        0 total errors (errmax=  3.7037e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  5.4776e-09)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  9.6795e-07)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "twist" for ibody=17
    d(Face)/d(twist) check complete with        0 total errors (errmax=  5.9202e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.4626e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  1.8904e-10)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "twist" for ibody=19
    d(Face)/d(twist) check complete with        0 total errors (errmax=  5.7946e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  1.4280e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  5.8086e-10)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "lesweep" for ibody=17
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  3.5971e-10)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  9.3909e-17)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4399e-09)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "lesweep" for ibody=19
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  4.7105e-10)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  1.2963e-16)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4399e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "dihedral" for ibody=17
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  1.1158e-10)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  6.2583e-20)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  3.4501e-11)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "dihedral" for ibody=19
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  3.3141e-10)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  6.2583e-20)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  3.4501e-11)
 

*********************************************************
Starting geometric sensitivity wrt "thick_r"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "thick_r" for ibody=17
    d(Face)/d(thick_r) check complete with        0 total errors (errmax=  2.6977e-02)
    d(Edge)/d(thick_r) check complete with        0 total errors (errmax=  1.3036e-06)
    d(Node)/d(thick_r) check complete with        0 total errors (errmax=  7.6145e-11)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "thick_r" for ibody=19
    d(Face)/d(thick_r) check complete with        0 total errors (errmax=  2.6995e-02)
    d(Edge)/d(thick_r) check complete with        0 total errors (errmax=  1.3035e-06)
    d(Node)/d(thick_r) check complete with        0 total errors (errmax=  5.8893e-10)
 

*********************************************************
Starting geometric sensitivity wrt "camber_r"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "camber_r" for ibody=17
    d(Face)/d(camber_r) check complete with        0 total errors (errmax=  6.8315e-03)
    d(Edge)/d(camber_r) check complete with        0 total errors (errmax=  1.3907e-07)
    d(Node)/d(camber_r) check complete with        0 total errors (errmax=  1.5079e-08)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "camber_r" for ibody=19
    d(Face)/d(camber_r) check complete with        0 total errors (errmax=  6.8745e-03)
    d(Edge)/d(camber_r) check complete with        0 total errors (errmax=  1.3907e-07)
    d(Node)/d(camber_r) check complete with        0 total errors (errmax=  1.5255e-08)
 

*********************************************************
Starting geometric sensitivity wrt "thick_t"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "thick_t" for ibody=17
    d(Face)/d(thick_t) check complete with        0 total errors (errmax=  2.4537e-02)
    d(Edge)/d(thick_t) check complete with        0 total errors (errmax=  3.2996e-07)
    d(Node)/d(thick_t) check complete with        0 total errors (errmax=  2.8323e-10)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "thick_t" for ibody=19
    d(Face)/d(thick_t) check complete with        0 total errors (errmax=  2.4576e-02)
    d(Edge)/d(thick_t) check complete with        0 total errors (errmax=  3.2996e-07)
    d(Node)/d(thick_t) check complete with        0 total errors (errmax=  2.2957e-10)
 

*********************************************************
Starting geometric sensitivity wrt "camber_t"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "camber_t" for ibody=17
    d(Face)/d(camber_t) check complete with        0 total errors (errmax=  4.2305e-03)
    d(Edge)/d(camber_t) check complete with        0 total errors (errmax=  3.3762e-08)
    d(Node)/d(camber_t) check complete with        0 total errors (errmax=  1.2827e-08)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "camber_t" for ibody=19
    d(Face)/d(camber_t) check complete with        0 total errors (errmax=  4.2076e-03)
    d(Edge)/d(camber_t) check complete with        0 total errors (errmax=  3.3762e-08)
    d(Node)/d(camber_t) check complete with        0 total errors (errmax=  1.2983e-08)
 

*********************************************************
Starting geometric sensitivity wrt "dxwing"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "dxwing" for ibody=17
    d(Face)/d(dxwing) check complete with        0 total errors (errmax=  1.1063e-10)
    d(Edge)/d(dxwing) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(dxwing) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "dxwing" for ibody=19
    d(Face)/d(dxwing) check complete with        0 total errors (errmax=  3.9271e-10)
    d(Edge)/d(dxwing) check complete with        0 total errors (errmax=  6.3430e-17)
    d(Node)/d(dxwing) check complete with        0 total errors (errmax=  5.9349e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->     11.779 sec

Sensitivity checks complete with       32 total errors (max geom err=  2.6995e-02) with 0 suppressions

real	0m22.894s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designG4 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 117 / 275 )
data\basic\designG5.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designG5.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "area"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "area" for ibody=12
Tests suppressed for ibody= 12, iface=  3
Tests suppressed for ibody= 12, iface=  4
Tests suppressed for ibody= 12, iface=  7
Tests suppressed for ibody= 12, iface=  8
    d(Face)/d(area) check complete with        0 total errors (errmax=  4.4837e-08)
    d(Edge)/d(area) check complete with        0 total errors (errmax=  5.0562e-13)
    d(Node)/d(area) check complete with        0 total errors (errmax=  1.7294e-09)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "aspect" for ibody=12
Tests suppressed for ibody= 12, iface=  3
Tests suppressed for ibody= 12, iface=  4
Tests suppressed for ibody= 12, iface=  7
Tests suppressed for ibody= 12, iface=  8
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  3.5878e-07)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  3.2359e-11)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.2532e-08)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "taper" for ibody=12
Tests suppressed for ibody= 12, iface=  3
Tests suppressed for ibody= 12, iface=  4
Tests suppressed for ibody= 12, iface=  7
Tests suppressed for ibody= 12, iface=  8
    d(Face)/d(taper) check complete with        0 total errors (errmax=  2.2659e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.4383e-09)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  9.6769e-07)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "twist" for ibody=12
Tests suppressed for ibody= 12, iface=  3
Tests suppressed for ibody= 12, iface=  4
Tests suppressed for ibody= 12, iface=  7
Tests suppressed for ibody= 12, iface=  8
    d(Face)/d(twist) check complete with        0 total errors (errmax=  3.3698e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  2.6921e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  2.0198e-10)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "lesweep" for ibody=12
Tests suppressed for ibody= 12, iface=  3
Tests suppressed for ibody= 12, iface=  4
Tests suppressed for ibody= 12, iface=  7
Tests suppressed for ibody= 12, iface=  8
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  3.1277e-10)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  9.3909e-17)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.5810e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "dihedral" for ibody=12
Tests suppressed for ibody= 12, iface=  3
Tests suppressed for ibody= 12, iface=  4
Tests suppressed for ibody= 12, iface=  7
Tests suppressed for ibody= 12, iface=  8
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  1.0749e-10)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  9.2305e-18)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  2.0574e-10)
 

*********************************************************
Starting geometric sensitivity wrt "tiprad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

real	0m20.528s
user	0m0.015s
sys	0m0.015s

Comparing geometric sensitivities wrt "tiprad" for ibody=12
Tests suppressed for ibody= 12, iface=  3
Tests suppressed for ibody= 12, iface=  4
Tests suppressed for ibody= 12, iface=  7
Tests suppressed for ibody= 12, iface=  8
    d(Face)/d(tiprad) check complete with        0 total errors (errmax=  1.0704e-10)
    d(Edge)/d(tiprad) check complete with        0 total errors (errmax=  1.1622e-17)
    d(Node)/d(tiprad) check complete with        0 total errors (errmax=  1.6505e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->     12.817 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.2659e-06) with 28 suppressions
+ set +x
data\basic\designG5 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 118 / 275 )
data\basic\designG6.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designG6.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "area"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "area" for ibody=17
Tests suppressed for ibody= 17, iface=  3
Tests suppressed for ibody= 17, iface=  4
Tests suppressed for ibody= 17, iface=  7
Tests suppressed for ibody= 17, iface=  8
    d(Face)/d(area) check complete with        0 total errors (errmax=  4.4837e-08)
    d(Edge)/d(area) check complete with        0 total errors (errmax=  5.0562e-13)
    d(Node)/d(area) check complete with        0 total errors (errmax=  1.7294e-09)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "area" for ibody=19
Tests suppressed for ibody= 19, iface=  3
Tests suppressed for ibody= 19, iface=  4
Tests suppressed for ibody= 19, iface=  7
Tests suppressed for ibody= 19, iface=  8
    d(Face)/d(area) check complete with        0 total errors (errmax=  4.5385e-08)
    d(Edge)/d(area) check complete with        0 total errors (errmax=  5.0643e-13)
    d(Node)/d(area) check complete with        0 total errors (errmax=  1.9751e-09)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "aspect" for ibody=17
Tests suppressed for ibody= 17, iface=  3
Tests suppressed for ibody= 17, iface=  4
Tests suppressed for ibody= 17, iface=  7
Tests suppressed for ibody= 17, iface=  8
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  3.5878e-07)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  3.2359e-11)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.2532e-08)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "aspect" for ibody=19
Tests suppressed for ibody= 19, iface=  3
Tests suppressed for ibody= 19, iface=  4
Tests suppressed for ibody= 19, iface=  7
Tests suppressed for ibody= 19, iface=  8
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  3.6322e-07)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  3.2356e-11)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.3045e-08)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "taper" for ibody=17
Tests suppressed for ibody= 17, iface=  3
Tests suppressed for ibody= 17, iface=  4
Tests suppressed for ibody= 17, iface=  7
Tests suppressed for ibody= 17, iface=  8
    d(Face)/d(taper) check complete with        0 total errors (errmax=  2.2659e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.4383e-09)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  9.6769e-07)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "taper" for ibody=19
Tests suppressed for ibody= 19, iface=  3
Tests suppressed for ibody= 19, iface=  4
Tests suppressed for ibody= 19, iface=  7
Tests suppressed for ibody= 19, iface=  8
    d(Face)/d(taper) check complete with        0 total errors (errmax=  2.2926e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.4382e-09)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  9.6795e-07)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "twist" for ibody=17
Tests suppressed for ibody= 17, iface=  3
Tests suppressed for ibody= 17, iface=  4
Tests suppressed for ibody= 17, iface=  7
Tests suppressed for ibody= 17, iface=  8
    d(Face)/d(twist) check complete with        0 total errors (errmax=  3.3698e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  2.6921e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  2.0198e-10)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "twist" for ibody=19
Tests suppressed for ibody= 19, iface=  3
Tests suppressed for ibody= 19, iface=  4
Tests suppressed for ibody= 19, iface=  7
Tests suppressed for ibody= 19, iface=  8
    d(Face)/d(twist) check complete with        0 total errors (errmax=  3.4749e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  3.1931e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  8.6404e-10)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "lesweep" for ibody=17
Tests suppressed for ibody= 17, iface=  3
Tests suppressed for ibody= 17, iface=  4
Tests suppressed for ibody= 17, iface=  7
Tests suppressed for ibody= 17, iface=  8
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  3.1277e-10)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  9.3909e-17)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.5810e-09)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "lesweep" for ibody=19
Tests suppressed for ibody= 19, iface=  3
Tests suppressed for ibody= 19, iface=  4
Tests suppressed for ibody= 19, iface=  7
Tests suppressed for ibody= 19, iface=  8
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  4.2515e-10)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  1.2963e-16)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  2.0937e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "dihedral" for ibody=17
Tests suppressed for ibody= 17, iface=  3
Tests suppressed for ibody= 17, iface=  4
Tests suppressed for ibody= 17, iface=  7
Tests suppressed for ibody= 17, iface=  8
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  1.0749e-10)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  9.2305e-18)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  2.0574e-10)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "dihedral" for ibody=19
Tests suppressed for ibody= 19, iface=  3
Tests suppressed for ibody= 19, iface=  4
Tests suppressed for ibody= 19, iface=  7
Tests suppressed for ibody= 19, iface=  8
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  3.2166e-10)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  1.6902e-17)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  6.3773e-10)
 

*********************************************************
Starting geometric sensitivity wrt "tiprad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "tiprad" for ibody=17
Tests suppressed for ibody= 17, iface=  3
Tests suppressed for ibody= 17, iface=  4
Tests suppressed for ibody= 17, iface=  7
Tests suppressed for ibody= 17, iface=  8
    d(Face)/d(tiprad) check complete with        0 total errors (errmax=  1.0704e-10)
    d(Edge)/d(tiprad) check complete with        0 total errors (errmax=  1.1622e-17)
    d(Node)/d(tiprad) check complete with        0 total errors (errmax=  1.6505e-10)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "tiprad" for ibody=19
Tests suppressed for ibody= 19, iface=  3
Tests suppressed for ibody= 19, iface=  4
Tests suppressed for ibody= 19, iface=  7
Tests suppressed for ibody= 19, iface=  8
    d(Face)/d(tiprad) check complete with        0 total errors (errmax=  3.2172e-10)
    d(Edge)/d(tiprad) check complete with        0 total errors (errmax=  1.9951e-17)
    d(Node)/d(tiprad) check complete with        0 total errors (errmax=  6.6382e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dxwing"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "dxwing" for ibody=17
Tests suppressed for ibody= 17, iface=  3
Tests suppressed for ibody= 17, iface=  4
Tests suppressed for ibody= 17, iface=  7
Tests suppressed for ibody= 17, iface=  8
    d(Face)/d(dxwing) check complete with        0 total errors (errmax=  1.0704e-10)
    d(Edge)/d(dxwing) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(dxwing) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

real	0m47.709s
user	0m0.000s
sys	0m0.000s

Comparing geometric sensitivities wrt "dxwing" for ibody=19
Tests suppressed for ibody= 19, iface=  3
Tests suppressed for ibody= 19, iface=  4
Tests suppressed for ibody= 19, iface=  7
Tests suppressed for ibody= 19, iface=  8
    d(Face)/d(dxwing) check complete with        0 total errors (errmax=  3.9153e-10)
    d(Edge)/d(dxwing) check complete with        0 total errors (errmax=  6.3430e-17)
    d(Node)/d(dxwing) check complete with        0 total errors (errmax=  5.9349e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->     25.345 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.2926e-06) with 64 suppressions
+ set +x
data\basic\designG6 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 119 / 275 )
data\basic\designG7.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designG7.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "area"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "area" for ibody=12
    d(Face)/d(area) check complete with        0 total errors (errmax=  4.4396e-08)
    d(Edge)/d(area) check complete with        0 total errors (errmax=  5.0514e-13)
    d(Node)/d(area) check complete with        0 total errors (errmax=  1.8111e-09)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "aspect" for ibody=12
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  3.5532e-07)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  3.2329e-11)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.2478e-08)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "taper" for ibody=12
    d(Face)/d(taper) check complete with        0 total errors (errmax=  2.2496e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.4369e-09)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  9.6777e-07)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "twist" for ibody=12
    d(Face)/d(twist) check complete with        0 total errors (errmax=  3.2414e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  3.2593e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  5.7174e-10)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "lesweep" for ibody=12
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  7.2500e-10)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  5.5916e-17)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  9.2710e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "dihedral" for ibody=12
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  6.0729e-10)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  5.1594e-20)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  1.8477e-11)
 

*********************************************************
Starting geometric sensitivity wrt "tiprad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

real	0m18.795s
user	0m0.015s
sys	0m0.015s

Comparing geometric sensitivities wrt "tiprad" for ibody=12
    d(Face)/d(tiprad) check complete with        0 total errors (errmax=  6.1295e-10)
    d(Edge)/d(tiprad) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(tiprad) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->     12.355 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.2496e-06) with 0 suppressions
+ set +x
data\basic\designG7 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 120 / 275 )
data\basic\designG8.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designG8.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "area"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "area" for ibody=17
    d(Face)/d(area) check complete with        0 total errors (errmax=  4.4396e-08)
    d(Edge)/d(area) check complete with        0 total errors (errmax=  5.0514e-13)
    d(Node)/d(area) check complete with        0 total errors (errmax=  1.8111e-09)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "area" for ibody=19
    d(Face)/d(area) check complete with        0 total errors (errmax=  4.5389e-08)
    d(Edge)/d(area) check complete with        0 total errors (errmax=  5.0453e-13)
    d(Node)/d(area) check complete with        0 total errors (errmax=  1.9751e-09)
 

*********************************************************
Starting geometric sensitivity wrt "aspect"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "aspect" for ibody=17
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  3.5532e-07)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  3.2329e-11)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.2478e-08)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "aspect" for ibody=19
    d(Face)/d(aspect) check complete with        0 total errors (errmax=  3.6331e-07)
    d(Edge)/d(aspect) check complete with        0 total errors (errmax=  3.2326e-11)
    d(Node)/d(aspect) check complete with        0 total errors (errmax=  3.2221e-08)
 

*********************************************************
Starting geometric sensitivity wrt "taper"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "taper" for ibody=17
    d(Face)/d(taper) check complete with        0 total errors (errmax=  2.2496e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.4369e-09)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  9.6777e-07)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "taper" for ibody=19
    d(Face)/d(taper) check complete with        0 total errors (errmax=  2.2885e-06)
    d(Edge)/d(taper) check complete with        0 total errors (errmax=  1.4369e-09)
    d(Node)/d(taper) check complete with        0 total errors (errmax=  9.6727e-07)
 

*********************************************************
Starting geometric sensitivity wrt "twist"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "twist" for ibody=17
    d(Face)/d(twist) check complete with        0 total errors (errmax=  3.2414e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  3.2593e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  5.7174e-10)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "twist" for ibody=19
    d(Face)/d(twist) check complete with        0 total errors (errmax=  3.3809e-09)
    d(Edge)/d(twist) check complete with        0 total errors (errmax=  2.5106e-16)
    d(Node)/d(twist) check complete with        0 total errors (errmax=  6.9481e-11)
 

*********************************************************
Starting geometric sensitivity wrt "lesweep"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "lesweep" for ibody=17
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  7.2500e-10)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  5.5916e-17)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  9.2710e-10)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "lesweep" for ibody=19
    d(Face)/d(lesweep) check complete with        0 total errors (errmax=  7.9578e-10)
    d(Edge)/d(lesweep) check complete with        0 total errors (errmax=  9.1251e-17)
    d(Node)/d(lesweep) check complete with        0 total errors (errmax=  1.4399e-09)
 

*********************************************************
Starting geometric sensitivity wrt "dihedral"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "dihedral" for ibody=17
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  6.0729e-10)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  5.1594e-20)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  1.8477e-11)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "dihedral" for ibody=19
    d(Face)/d(dihedral) check complete with        0 total errors (errmax=  7.0196e-10)
    d(Edge)/d(dihedral) check complete with        0 total errors (errmax=  5.1594e-20)
    d(Node)/d(dihedral) check complete with        0 total errors (errmax=  1.8477e-11)
 

*********************************************************
Starting geometric sensitivity wrt "tiprad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "tiprad" for ibody=17
    d(Face)/d(tiprad) check complete with        0 total errors (errmax=  6.1295e-10)
    d(Edge)/d(tiprad) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(tiprad) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

Comparing geometric sensitivities wrt "tiprad" for ibody=19
    d(Face)/d(tiprad) check complete with        0 total errors (errmax=  7.0537e-10)
    d(Edge)/d(tiprad) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(tiprad) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "dxwing"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=17
Computing finite difference sensitivities for ibody=17

Comparing geometric sensitivities wrt "dxwing" for ibody=17
    d(Face)/d(dxwing) check complete with        0 total errors (errmax=  3.9635e-10)
    d(Edge)/d(dxwing) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(dxwing) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=19
Computing finite difference sensitivities for ibody=19

real	0m44.840s
user	0m0.015s
sys	0m0.031s

Comparing geometric sensitivities wrt "dxwing" for ibody=19
    d(Face)/d(dxwing) check complete with        0 total errors (errmax=  5.5374e-10)
    d(Edge)/d(dxwing) check complete with        0 total errors (errmax=  7.6117e-17)
    d(Node)/d(dxwing) check complete with        0 total errors (errmax=  5.9349e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->     25.183 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.2885e-06) with 0 suppressions
+ set +x
data\basic\designG8 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 121 / 275 )
data\basic\designG9.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designG9.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "rad" for ibody=5
    d(Face)/d(rad) check complete with        0 total errors (errmax=  1.2193e-04)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  5.7536e-06)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "len"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "len" for ibody=5
    d(Face)/d(len) check complete with        0 total errors (errmax=  2.8713e-10)
    d(Edge)/d(len) check complete with        0 total errors (errmax=  1.1791e-17)
    d(Node)/d(len) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "bump"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "bump" for ibody=5
    d(Face)/d(bump) check complete with        0 total errors (errmax=  2.2979e-10)
    d(Edge)/d(bump) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(bump) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      3.205 sec

Sensitivity checks complete with        2 total errors (max geom err=  1.2193e-04) with 0 suppressions

real	0m6.966s
user	0m0.000s
sys	0m0.046s
+ set +x
data\basic\designG9 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 122 / 275 )
data\basic\designGA.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designGA.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "x1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "x1" for ibody=9
    d(Face)/d(x1) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x1) check complete with        0 total errors (errmax=  1.1878e-17)
    d(Node)/d(x1) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "x2" for ibody=9
    d(Face)/d(x2) check complete with        0 total errors (errmax=  4.9964e-11)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  3.4513e-31)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "x3" for ibody=9
    d(Face)/d(x3) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x3) check complete with        0 total errors (errmax=  1.8509e-17)
    d(Node)/d(x3) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "rad" for ibody=9
    d(Face)/d(rad) check complete with        0 total errors (errmax=  9.7328e-05)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  4.2627e-07)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.809 sec

Sensitivity checks complete with        0 total errors (max geom err=  9.7328e-05) with 0 suppressions

real	0m2.095s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designGA -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 123 / 275 )
data\basic\designGB.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designGB.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "x1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "x1" for ibody=12
    d(Face)/d(x1) check complete with        0 total errors (errmax=  1.6821e-10)
    d(Edge)/d(x1) check complete with        0 total errors (errmax=  1.1040e-15)
    d(Node)/d(x1) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "x2" for ibody=12
    d(Face)/d(x2) check complete with        0 total errors (errmax=  1.4879e-10)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  4.8351e-16)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "x3" for ibody=12
    d(Face)/d(x3) check complete with        0 total errors (errmax=  1.5442e-10)
    d(Edge)/d(x3) check complete with        0 total errors (errmax=  9.7134e-16)
    d(Node)/d(x3) check complete with        0 total errors (errmax=  2.5640e-10)
 

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "rad" for ibody=12
    d(Face)/d(rad) check complete with        0 total errors (errmax=  1.0406e-04)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  5.3331e-07)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.692 sec

Sensitivity checks complete with        2 total errors (max geom err=  1.0406e-04) with 0 suppressions

real	0m2.604s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designGB -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 124 / 275 )
data\basic\designH1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designH1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "X" for ibody=3
    d(Face)/d(X) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(X) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(X) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Y"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "Y" for ibody=3
    d(Face)/d(Y) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(Y) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(Y) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Z"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

real	0m0.409s
user	0m0.015s
sys	0m0.046s

Comparing geometric sensitivities wrt "Z" for ibody=3
    d(Face)/d(Z) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(Z) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(Z) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.021 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.7497e-11) with 0 suppressions
+ set +x
data\basic\designH1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 125 / 275 )
data\basic\designH2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designH2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "X" for ibody=3
    d(Face)/d(X) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(X) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(X) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Y"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "Y" for ibody=3
    d(Face)/d(Y) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(Y) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(Y) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Z"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

real	0m0.472s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "Z" for ibody=3
    d(Face)/d(Z) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(Z) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(Z) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.018 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.7497e-11) with 0 suppressions
+ set +x
data\basic\designH2 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 126 / 275 )
data\basic\designH3.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designH3.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "Y"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

real	0m0.507s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "Y" for ibody=4
Tests suppressed for ibody=  4, iface=  3
Tests suppressed for ibody=  4, iface=  6
Tests suppressed for ibody=  4, iface=  9
    d(Face)/d(Y) check complete with        0 total errors (errmax=  8.0701e-11)
Tests suppressed for ibody=  4, iedge=  2
Tests suppressed for ibody=  4, iedge=  5
Tests suppressed for ibody=  4, iedge=  8
Tests suppressed for ibody=  4, iedge=  9
Tests suppressed for ibody=  4, iedge= 10
Tests suppressed for ibody=  4, iedge= 11
Tests suppressed for ibody=  4, iedge= 15
Tests suppressed for ibody=  4, iedge= 16
Tests suppressed for ibody=  4, iedge= 21
Tests suppressed for ibody=  4, iedge= 22
    d(Edge)/d(Y) check complete with        0 total errors (errmax=  6.0567e-19)
Tests suppressed for ibody=  4, inode=  2
Tests suppressed for ibody=  4, inode=  3
Tests suppressed for ibody=  4, inode=  5
Tests suppressed for ibody=  4, inode=  7
Tests suppressed for ibody=  4, inode=  8
Tests suppressed for ibody=  4, inode=  9
Tests suppressed for ibody=  4, inode= 11
Tests suppressed for ibody=  4, inode= 14
    d(Node)/d(Y) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.006 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 21 suppressions
+ set +x
data\basic\designH3 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 127 / 275 )
data\basic\designH4.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designH4.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "Y"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "Y" for ibody=4
Tests suppressed for ibody=  4, iface=  1
Tests suppressed for ibody=  4, iface=  6
    d(Face)/d(Y) check complete with        0 total errors (errmax=  8.0701e-11)
Tests suppressed for ibody=  4, iedge=  5
Tests suppressed for ibody=  4, iedge=  6
Tests suppressed for ibody=  4, iedge=  7
Tests suppressed for ibody=  4, iedge=  8
    d(Edge)/d(Y) check complete with        0 total errors (errmax=  6.0567e-19)
Tests suppressed for ibody=  4, inode=  5
Tests suppressed for ibody=  4, inode=  6
Tests suppressed for ibody=  4, inode=  7
Tests suppressed for ibody=  4, inode=  8
    d(Node)/d(Y) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Z"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "Z" for ibody=4
Tests suppressed for ibody=  4, iface=  1
Tests suppressed for ibody=  4, iface=  6
    d(Face)/d(Z) check complete with        0 total errors (errmax=  8.0701e-11)
Tests suppressed for ibody=  4, iedge=  5
Tests suppressed for ibody=  4, iedge=  6
Tests suppressed for ibody=  4, iedge=  7
Tests suppressed for ibody=  4, iedge=  8
    d(Edge)/d(Z) check complete with        0 total errors (errmax=  6.0567e-19)
Tests suppressed for ibody=  4, inode=  5
Tests suppressed for ibody=  4, inode=  6
Tests suppressed for ibody=  4, inode=  7
Tests suppressed for ibody=  4, inode=  8
    d(Node)/d(Z) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.011 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 20 suppressions

real	0m0.473s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designH4 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 128 / 275 )
data\basic\designI1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designI1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "XSIZE"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "XSIZE" for ibody=4
    d(Face)/d(XSIZE) check complete with        0 total errors (errmax=  1.0828e-10)
    d(Edge)/d(XSIZE) check complete with        0 total errors (errmax=  1.0903e-18)
    d(Node)/d(XSIZE) check complete with        0 total errors (errmax=  1.0828e-10)
 

*********************************************************
Starting geometric sensitivity wrt "YSIZE"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "YSIZE" for ibody=4
    d(Face)/d(YSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
    d(Edge)/d(YSIZE) check complete with        0 total errors (errmax=  5.5393e-19)
    d(Node)/d(YSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ZSIZE"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "ZSIZE" for ibody=4
    d(Face)/d(ZSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
    d(Edge)/d(ZSIZE) check complete with        0 total errors (errmax=  5.5393e-19)
    d(Node)/d(ZSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "DX" for ibody=4
    d(Face)/d(DX) check complete with        0 total errors (errmax=  1.4812e-10)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  2.0404e-18)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  1.4812e-10)
 

*********************************************************
Starting geometric sensitivity wrt "RAD"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "RAD" for ibody=4
    d(Face)/d(RAD) check complete with        0 total errors (errmax=  8.9653e-12)
    d(Edge)/d(RAD) check complete with        0 total errors (errmax=  2.8715e-21)
    d(Node)/d(RAD) check complete with        0 total errors (errmax=  3.8978e-12)
 

*********************************************************
Starting geometric sensitivity wrt "ROUND"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "ROUND" for ibody=4
    d(Face)/d(ROUND) check complete with        0 total errors (errmax=  3.8886e-12)
    d(Edge)/d(ROUND) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(ROUND) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "SCALE"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.897s
user	0m0.000s
sys	0m0.031s
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "SCALE" for ibody=4
    d(Face)/d(SCALE) check complete with        0 total errors (errmax=  4.8673e-10)
    d(Edge)/d(SCALE) check complete with        0 total errors (errmax=  2.2085e-17)
    d(Node)/d(SCALE) check complete with        0 total errors (errmax=  4.8789e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.029 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.8789e-10) with 0 suppressions
+ set +x
data\basic\designI1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 129 / 275 )
data\basic\designI2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designI2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "XSIZE"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "XSIZE" for ibody=4
    d(Face)/d(XSIZE) check complete with        0 total errors (errmax=  7.4060e-11)
    d(Edge)/d(XSIZE) check complete with        0 total errors (errmax=  4.3394e-18)
    d(Node)/d(XSIZE) check complete with        0 total errors (errmax=  3.1053e-10)
 

*********************************************************
Starting geometric sensitivity wrt "YSIZE"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "YSIZE" for ibody=4
    d(Face)/d(YSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
    d(Edge)/d(YSIZE) check complete with        0 total errors (errmax=  5.5393e-19)
    d(Node)/d(YSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ZSIZE"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "ZSIZE" for ibody=4
    d(Face)/d(ZSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
    d(Edge)/d(ZSIZE) check complete with        0 total errors (errmax=  5.5393e-19)
    d(Node)/d(ZSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "DX" for ibody=4
    d(Face)/d(DX) check complete with        0 total errors (errmax=  3.5012e-12)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "RAD"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "RAD" for ibody=4
    d(Face)/d(RAD) check complete with        0 total errors (errmax=  8.8615e-12)
    d(Edge)/d(RAD) check complete with        0 total errors (errmax=  2.8715e-21)
    d(Node)/d(RAD) check complete with        0 total errors (errmax=  3.8978e-12)
 

*********************************************************
Starting geometric sensitivity wrt "ROUND"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "ROUND" for ibody=4
    d(Face)/d(ROUND) check complete with        0 total errors (errmax=  3.5012e-12)
    d(Edge)/d(ROUND) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(ROUND) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "SCALE"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "SCALE" for ibody=4
    d(Face)/d(SCALE) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(SCALE) check complete with        0 total errors (errmax=  2.6225e-19)
    d(Node)/d(SCALE) check complete with        0 total errors (errmax=  5.8171e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.041 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.1053e-10) with 0 suppressions

real	0m0.878s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designI2 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 130 / 275 )
data\basic\designI3.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designI3.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "XSIZE"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "XSIZE" for ibody=5
    d(Face)/d(XSIZE) check complete with        0 total errors (errmax=  1.0827e-10)
    d(Edge)/d(XSIZE) check complete with        0 total errors (errmax=  1.0903e-18)
    d(Node)/d(XSIZE) check complete with        0 total errors (errmax=  1.0827e-10)
 

*********************************************************
Starting geometric sensitivity wrt "YSIZE"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "YSIZE" for ibody=5
    d(Face)/d(YSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
    d(Edge)/d(YSIZE) check complete with        0 total errors (errmax=  5.5393e-19)
    d(Node)/d(YSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ZSIZE"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "ZSIZE" for ibody=5
    d(Face)/d(ZSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
    d(Edge)/d(ZSIZE) check complete with        0 total errors (errmax=  5.5393e-19)
    d(Node)/d(ZSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "DX" for ibody=5
    d(Face)/d(DX) check complete with        0 total errors (errmax=  1.4812e-10)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  2.0404e-18)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  1.4812e-10)
 

*********************************************************
Starting geometric sensitivity wrt "RAD"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "RAD" for ibody=5
    d(Face)/d(RAD) check complete with        0 total errors (errmax=  9.0460e-12)
    d(Edge)/d(RAD) check complete with        0 total errors (errmax=  2.8715e-21)
    d(Node)/d(RAD) check complete with        0 total errors (errmax=  3.8978e-12)
 

*********************************************************
Starting geometric sensitivity wrt "SCALE"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "SCALE" for ibody=5
    d(Face)/d(SCALE) check complete with        0 total errors (errmax=  4.8673e-10)
    d(Edge)/d(SCALE) check complete with        0 total errors (errmax=  2.2085e-17)
    d(Node)/d(SCALE) check complete with        0 total errors (errmax=  4.8789e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.035 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.8789e-10) with 0 suppressions

real	0m0.937s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designI3 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 131 / 275 )
data\basic\designI4.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designI4.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "XSIZE"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "XSIZE" for ibody=4
    d(Face)/d(XSIZE) check complete with        0 total errors (errmax=  1.0828e-10)
    d(Edge)/d(XSIZE) check complete with        0 total errors (errmax=  1.0903e-18)
    d(Node)/d(XSIZE) check complete with        0 total errors (errmax=  1.0828e-10)
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "XSIZE" for ibody=8
    d(Face)/d(XSIZE) check complete with        0 total errors (errmax=  7.4060e-11)
    d(Edge)/d(XSIZE) check complete with        0 total errors (errmax=  4.3394e-18)
    d(Node)/d(XSIZE) check complete with        0 total errors (errmax=  3.1053e-10)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "XSIZE" for ibody=13
    d(Face)/d(XSIZE) check complete with        0 total errors (errmax=  1.0827e-10)
    d(Edge)/d(XSIZE) check complete with        0 total errors (errmax=  1.0903e-18)
    d(Node)/d(XSIZE) check complete with        0 total errors (errmax=  1.0827e-10)
 

*********************************************************
Starting geometric sensitivity wrt "YSIZE"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "YSIZE" for ibody=4
    d(Face)/d(YSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
    d(Edge)/d(YSIZE) check complete with        0 total errors (errmax=  5.5393e-19)
    d(Node)/d(YSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "YSIZE" for ibody=8
    d(Face)/d(YSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
    d(Edge)/d(YSIZE) check complete with        0 total errors (errmax=  5.5393e-19)
    d(Node)/d(YSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "YSIZE" for ibody=13
    d(Face)/d(YSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
    d(Edge)/d(YSIZE) check complete with        0 total errors (errmax=  5.5393e-19)
    d(Node)/d(YSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ZSIZE"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "ZSIZE" for ibody=4
    d(Face)/d(ZSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
    d(Edge)/d(ZSIZE) check complete with        0 total errors (errmax=  5.5393e-19)
    d(Node)/d(ZSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "ZSIZE" for ibody=8
    d(Face)/d(ZSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
    d(Edge)/d(ZSIZE) check complete with        0 total errors (errmax=  5.5393e-19)
    d(Node)/d(ZSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "ZSIZE" for ibody=13
    d(Face)/d(ZSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
    d(Edge)/d(ZSIZE) check complete with        0 total errors (errmax=  5.5393e-19)
    d(Node)/d(ZSIZE) check complete with        0 total errors (errmax=  5.4137e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "DX" for ibody=4
    d(Face)/d(DX) check complete with        0 total errors (errmax=  1.4812e-10)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  2.0404e-18)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  1.4812e-10)
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "DX" for ibody=8
    d(Face)/d(DX) check complete with        0 total errors (errmax=  3.5012e-12)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "DX" for ibody=13
    d(Face)/d(DX) check complete with        0 total errors (errmax=  1.4812e-10)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  2.0404e-18)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  1.4812e-10)
 

*********************************************************
Starting geometric sensitivity wrt "RAD"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "RAD" for ibody=4
    d(Face)/d(RAD) check complete with        0 total errors (errmax=  8.9653e-12)
    d(Edge)/d(RAD) check complete with        0 total errors (errmax=  2.8715e-21)
    d(Node)/d(RAD) check complete with        0 total errors (errmax=  3.8978e-12)
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "RAD" for ibody=8
    d(Face)/d(RAD) check complete with        0 total errors (errmax=  8.8615e-12)
    d(Edge)/d(RAD) check complete with        0 total errors (errmax=  2.8715e-21)
    d(Node)/d(RAD) check complete with        0 total errors (errmax=  3.8978e-12)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "RAD" for ibody=13
    d(Face)/d(RAD) check complete with        0 total errors (errmax=  9.0460e-12)
    d(Edge)/d(RAD) check complete with        0 total errors (errmax=  2.8715e-21)
    d(Node)/d(RAD) check complete with        0 total errors (errmax=  3.8978e-12)
 

*********************************************************
Starting geometric sensitivity wrt "SCALE"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "SCALE" for ibody=4
    d(Face)/d(SCALE) check complete with        0 total errors (errmax=  4.8673e-10)
    d(Edge)/d(SCALE) check complete with        0 total errors (errmax=  2.2085e-17)
    d(Node)/d(SCALE) check complete with        0 total errors (errmax=  4.8789e-10)
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "SCALE" for ibody=8
    d(Face)/d(SCALE) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(SCALE) check complete with        0 total errors (errmax=  2.6225e-19)
    d(Node)/d(SCALE) check complete with        0 total errors (errmax=  5.8171e-11)
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "SCALE" for ibody=13
    d(Face)/d(SCALE) check complete with        0 total errors (errmax=  4.8673e-10)
    d(Edge)/d(SCALE) check complete with        0 total errors (errmax=  2.2085e-17)
    d(Node)/d(SCALE) check complete with        0 total errors (errmax=  4.8789e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.092 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.8789e-10) with 0 suppressions

real	0m2.672s
user	0m0.000s
sys	0m0.000s
+ set +x
data\basic\designI4 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 132 / 275 )
data\basic\designJ1a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designJ1a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DX" for ibody=3
    d(Face)/d(DX) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  8.1894e-18)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DY" for ibody=3
    d(Face)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  3.0772e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.300s
user	0m0.000s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DZ" for ibody=3
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  2.3748e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  1.0659e-19)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  2.3748e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.006 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.9675e-10) with 0 suppressions
+ set +x
data\basic\designJ1a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 133 / 275 )
data\basic\designJ1b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designJ1b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DX" for ibody=3
    d(Face)/d(DX) check complete with        0 total errors (errmax=  6.7672e-11)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  4.2589e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  6.7672e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DY" for ibody=3
    d(Face)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  3.0772e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.318s
user	0m0.000s
sys	0m0.000s
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DZ" for ibody=3
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  2.3748e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  1.0659e-19)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  2.3748e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.007 sec

Sensitivity checks complete with        0 total errors (max geom err=  6.7672e-11) with 0 suppressions
+ set +x
data\basic\designJ1b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 134 / 275 )
data\basic\designJ1c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designJ1c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DX" for ibody=3
    d(Face)/d(DX) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  8.1894e-18)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DY" for ibody=3
    d(Face)/d(DY) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  3.0772e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.251s
user	0m0.000s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DZ" for ibody=3
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.003 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.7497e-11) with 0 suppressions
+ set +x
data\basic\designJ1c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 135 / 275 )
data\basic\designJ1d.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designJ1d.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.251s
user	0m0.000s
sys	0m0.031s
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DX" for ibody=3
    d(Face)/d(DX) check complete with        0 total errors (errmax=  4.1409e-11)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  5.8692e-18)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  2.5122e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DY" for ibody=3
    d(Face)/d(DY) check complete with        0 total errors (errmax=  1.1639e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  3.1265e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DZ" for ibody=3
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  3.1120e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.003 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.5122e-10) with 0 suppressions
+ set +x
data\basic\designJ1d -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 136 / 275 )
data\basic\designJ2a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designJ2a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "DX" for ibody=4
    d(Face)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  2.9283e-18)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "DY" for ibody=4
    d(Face)/d(DY) check complete with        0 total errors (errmax=  5.6029e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  4.2460e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "DZ" for ibody=4
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  2.8924e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  1.3444e-19)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  2.3748e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.658 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions

real	0m1.159s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designJ2a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 137 / 275 )
data\basic\designJ2b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designJ2b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "DX" for ibody=5
    d(Face)/d(DX) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  7.3207e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "DY" for ibody=5
    d(Face)/d(DY) check complete with        0 total errors (errmax=  5.6029e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  4.2460e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

real	0m1.247s
user	0m0.000s
sys	0m0.047s

Comparing geometric sensitivities wrt "DZ" for ibody=5
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  2.8924e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  1.3444e-19)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  2.3748e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.681 sec

Sensitivity checks complete with        0 total errors (max geom err=  5.6029e-11) with 0 suppressions
+ set +x
data\basic\designJ2b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 138 / 275 )
data\basic\designJ3a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designJ3a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "DX" for ibody=4
    d(Face)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  2.9283e-18)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "DY" for ibody=4
    d(Face)/d(DY) check complete with        0 total errors (errmax=  5.6029e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  4.2460e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

real	0m1.140s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "DZ" for ibody=4
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  2.8924e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  1.3444e-19)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  2.3748e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.610 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions
+ set +x
data\basic\designJ3a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 139 / 275 )
data\basic\designJ3b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designJ3b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "DX" for ibody=5
    d(Face)/d(DX) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  7.3207e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "DY" for ibody=5
    d(Face)/d(DY) check complete with        0 total errors (errmax=  5.6029e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  4.2460e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "DZ" for ibody=5
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  2.8924e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  1.3444e-19)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  2.3748e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.562 sec

Sensitivity checks complete with        0 total errors (max geom err=  5.6029e-11) with 0 suppressions

real	0m1.069s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designJ3b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 140 / 275 )
data\basic\designJ4a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designJ4a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "XBEG"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "XBEG" for ibody=6
    d(Face)/d(XBEG) check complete with        0 total errors (errmax=  4.1756e-11)
    d(Edge)/d(XBEG) check complete with        0 total errors (errmax=  1.8126e-20)
    d(Node)/d(XBEG) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "YBEG"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "YBEG" for ibody=6
    d(Face)/d(YBEG) check complete with        0 total errors (errmax=  4.1756e-11)
    d(Edge)/d(YBEG) check complete with        0 total errors (errmax=  2.3483e-20)
    d(Node)/d(YBEG) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "ZBEG"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "ZBEG" for ibody=6
    d(Face)/d(ZBEG) check complete with        0 total errors (errmax=  4.1756e-11)
    d(Edge)/d(ZBEG) check complete with        0 total errors (errmax=  7.1310e-21)
    d(Node)/d(ZBEG) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "XEND"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "XEND" for ibody=6
    d(Face)/d(XEND) check complete with        0 total errors (errmax=  1.5465e-10)
    d(Edge)/d(XEND) check complete with        0 total errors (errmax=  7.8001e-19)
    d(Node)/d(XEND) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "YEND"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "YEND" for ibody=6
    d(Face)/d(YEND) check complete with        0 total errors (errmax=  5.3363e-11)
    d(Edge)/d(YEND) check complete with        0 total errors (errmax=  2.4846e-20)
    d(Node)/d(YEND) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "ZEND"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "ZEND" for ibody=6
    d(Face)/d(ZEND) check complete with        0 total errors (errmax=  4.1756e-11)
    d(Edge)/d(ZEND) check complete with        0 total errors (errmax=  1.2395e-20)
    d(Node)/d(ZEND) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "DX" for ibody=6
    d(Face)/d(DX) check complete with        0 total errors (errmax=  1.4008e-10)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  1.0089e-18)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "DY" for ibody=6
    d(Face)/d(DY) check complete with        0 total errors (errmax=  5.8413e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  2.3176e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

real	0m2.449s
user	0m0.000s
sys	0m0.000s

Comparing geometric sensitivities wrt "DZ" for ibody=6
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  4.1756e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  5.5643e-20)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  2.3748e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.627 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.5465e-10) with 0 suppressions
+ set +x
data\basic\designJ4a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 141 / 275 )
data\basic\designJ4b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designJ4b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "XBEG"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "XBEG" for ibody=6
    d(Face)/d(XBEG) check complete with        0 total errors (errmax=  4.7314e-08)
    d(Edge)/d(XBEG) check complete with        0 total errors (errmax=  5.4351e-13)
    d(Node)/d(XBEG) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "YBEG"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "YBEG" for ibody=6
    d(Face)/d(YBEG) check complete with        0 total errors (errmax=  1.4618e-08)
    d(Edge)/d(YBEG) check complete with        0 total errors (errmax=  3.3297e-14)
    d(Node)/d(YBEG) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "ZBEG"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "ZBEG" for ibody=6
    d(Face)/d(ZBEG) check complete with        0 total errors (errmax=  2.2179e-08)
    d(Edge)/d(ZBEG) check complete with        0 total errors (errmax=  7.7016e-14)
    d(Node)/d(ZBEG) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "XEND"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "XEND" for ibody=6
    d(Face)/d(XEND) check complete with        0 total errors (errmax=  4.7614e-08)
    d(Edge)/d(XEND) check complete with        0 total errors (errmax=  5.4744e-13)
    d(Node)/d(XEND) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "YEND"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "YEND" for ibody=6
    d(Face)/d(YEND) check complete with        0 total errors (errmax=  1.4783e-08)
    d(Edge)/d(YEND) check complete with        0 total errors (errmax=  3.4417e-14)
    d(Node)/d(YEND) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "ZEND"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "ZEND" for ibody=6
    d(Face)/d(ZEND) check complete with        0 total errors (errmax=  2.2296e-08)
    d(Edge)/d(ZEND) check complete with        0 total errors (errmax=  7.7884e-14)
    d(Node)/d(ZEND) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "DX" for ibody=6
    d(Face)/d(DX) check complete with        0 total errors (errmax=  6.9908e-08)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  1.1224e-12)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "DY" for ibody=6
    d(Face)/d(DY) check complete with        0 total errors (errmax=  1.8318e-08)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  4.9347e-14)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "DZ" for ibody=6
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  1.6036e-08)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  3.9096e-14)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.630 sec

Sensitivity checks complete with        0 total errors (max geom err=  6.9908e-08) with 0 suppressions

real	0m3.313s
user	0m0.031s
sys	0m0.000s
+ set +x
data\basic\designJ4b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 142 / 275 )
data\basic\designJ5.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designJ5.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "DX"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DX" for ibody=3
    d(Face)/d(DX) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "DX" for ibody=6
    d(Face)/d(DX) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "DX" for ibody=9
    d(Face)/d(DX) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "DX" for ibody=12
    d(Face)/d(DX) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "DX" for ibody=15
    d(Face)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "DX" for ibody=18
    d(Face)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DX" for ibody=20
    d(Face)/d(DX) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  1.5142e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  4.0350e-11)
Computing analytic sensitivities (if possible) for ibody=23
Computing finite difference sensitivities for ibody=23

Comparing geometric sensitivities wrt "DX" for ibody=23
    d(Face)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "DX" for ibody=26
    d(Face)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=28
Computing finite difference sensitivities for ibody=28

Comparing geometric sensitivities wrt "DX" for ibody=28
    d(Face)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(DX) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(DX) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DY"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DY" for ibody=3
    d(Face)/d(DY) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  3.0772e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "DY" for ibody=6
    d(Face)/d(DY) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  3.0772e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "DY" for ibody=9
    d(Face)/d(DY) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "DY" for ibody=12
    d(Face)/d(DY) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "DY" for ibody=15
    d(Face)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  3.0772e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "DY" for ibody=18
    d(Face)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  3.0772e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DY" for ibody=20
    d(Face)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  3.0772e-19)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  4.0350e-11)
Computing analytic sensitivities (if possible) for ibody=23
Computing finite difference sensitivities for ibody=23

Comparing geometric sensitivities wrt "DY" for ibody=23
    d(Face)/d(DY) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "DY" for ibody=26
    d(Face)/d(DY) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  8.0701e-11)
Computing analytic sensitivities (if possible) for ibody=28
Computing finite difference sensitivities for ibody=28

Comparing geometric sensitivities wrt "DY" for ibody=28
    d(Face)/d(DY) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(DY) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(DY) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "DZ"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "DZ" for ibody=3
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "DZ" for ibody=6
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "DZ" for ibody=9
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "DZ" for ibody=12
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "DZ" for ibody=15
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  2.3748e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  1.0659e-19)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  2.3748e-11)
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "DZ" for ibody=18
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  2.3748e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  1.0659e-19)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  2.3748e-11)
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DZ" for ibody=20
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  2.3748e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  1.0659e-19)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  2.3748e-11)
Computing analytic sensitivities (if possible) for ibody=23
Computing finite difference sensitivities for ibody=23

Comparing geometric sensitivities wrt "DZ" for ibody=23
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  4.7497e-11)
Computing analytic sensitivities (if possible) for ibody=26
Computing finite difference sensitivities for ibody=26

Comparing geometric sensitivities wrt "DZ" for ibody=26
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  4.7497e-11)
Computing analytic sensitivities (if possible) for ibody=28
Computing finite difference sensitivities for ibody=28

real	0m2.568s
user	0m0.000s
sys	0m0.016s

Comparing geometric sensitivities wrt "DZ" for ibody=28
    d(Face)/d(DZ) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(DZ) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(DZ) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.042 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions
+ set +x
data\basic\designJ5 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 143 / 275 )
data\basic\designK0.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designK0.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "L0" for ibody=11
    d(Face)/d(L0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(L0) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(L0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H0" for ibody=11
    d(Face)/d(H0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H0) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(H0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "D0" for ibody=11
    d(Face)/d(D0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(D0) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(D0) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "X0" for ibody=11
    d(Face)/d(X0) check complete with        0 total errors (errmax=  7.2003e-11)
    d(Edge)/d(X0) check complete with        0 total errors (errmax=  1.3891e-18)
    d(Node)/d(X0) check complete with        0 total errors (errmax=  1.7569e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "Y0" for ibody=11
    d(Face)/d(Y0) check complete with        0 total errors (errmax=  1.2600e-07)
    d(Edge)/d(Y0) check complete with        0 total errors (errmax=  4.2400e-12)
    d(Node)/d(Y0) check complete with        0 total errors (errmax=  3.0696e-07)
 

*********************************************************
Starting geometric sensitivity wrt "R0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "R0" for ibody=11
    d(Face)/d(R0) check complete with        0 total errors (errmax=  5.0697e-09)
    d(Edge)/d(R0) check complete with        0 total errors (errmax=  6.8185e-15)
    d(Node)/d(R0) check complete with        0 total errors (errmax=  1.2309e-08)
 

*********************************************************
Starting geometric sensitivity wrt "X1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "X1" for ibody=11
    d(Face)/d(X1) check complete with        0 total errors (errmax=  2.4956e-11)
    d(Edge)/d(X1) check complete with        0 total errors (errmax=  1.0738e-20)
    d(Node)/d(X1) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Y1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "Y1" for ibody=11
    d(Face)/d(Y1) check complete with        0 total errors (errmax=  2.4956e-11)
    d(Edge)/d(Y1) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(Y1) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "W1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "W1" for ibody=11
    d(Face)/d(W1) check complete with        0 total errors (errmax=  2.4956e-11)
    d(Edge)/d(W1) check complete with        0 total errors (errmax=  2.6845e-21)
    d(Node)/d(W1) check complete with        0 total errors (errmax=  7.7238e-12)
 

*********************************************************
Starting geometric sensitivity wrt "H1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H1" for ibody=11
    d(Face)/d(H1) check complete with        0 total errors (errmax=  2.4956e-11)
    d(Edge)/d(H1) check complete with        0 total errors (errmax=  7.3267e-20)
    d(Node)/d(H1) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "X2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "X2" for ibody=11
    d(Face)/d(X2) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(X2) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(X2) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Y2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "Y2" for ibody=11
    d(Face)/d(Y2) check complete with        0 total errors (errmax=  2.4956e-11)
    d(Edge)/d(Y2) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(Y2) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "W2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "W2" for ibody=11
    d(Face)/d(W2) check complete with        0 total errors (errmax=  2.4956e-11)
    d(Edge)/d(W2) check complete with        0 total errors (errmax=  2.5380e-20)
    d(Node)/d(W2) check complete with        0 total errors (errmax=  2.3748e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H2" for ibody=11
    d(Face)/d(H2) check complete with        0 total errors (errmax=  2.4956e-11)
    d(Edge)/d(H2) check complete with        0 total errors (errmax=  7.3267e-20)
    d(Node)/d(H2) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "R3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "R3" for ibody=11
    d(Face)/d(R3) check complete with        0 total errors (errmax=  4.6303e-11)
    d(Edge)/d(R3) check complete with        0 total errors (errmax=  2.0981e-19)
    d(Node)/d(R3) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "X4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "X4" for ibody=11
    d(Face)/d(X4) check complete with        0 total errors (errmax=  6.1498e-11)
    d(Edge)/d(X4) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(X4) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Y4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "Y4" for ibody=11
    d(Face)/d(Y4) check complete with        0 total errors (errmax=  4.5442e-11)
    d(Edge)/d(Y4) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(Y4) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "R4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "R4" for ibody=11
    d(Face)/d(R4) check complete with        0 total errors (errmax=  1.0470e-10)
    d(Edge)/d(R4) check complete with        0 total errors (errmax=  6.4854e-19)
    d(Node)/d(R4) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.404 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.0696e-07) with 0 suppressions

real	0m5.178s
user	0m0.000s
sys	0m0.047s
+ set +x
data\basic\designK0 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 144 / 275 )
data\basic\designK1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designK1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "L0" for ibody=11
    d(Face)/d(L0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(L0) check complete with        0 total errors (errmax=  1.2309e-18)
    d(Node)/d(L0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H0" for ibody=11
    d(Face)/d(H0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H0) check complete with        0 total errors (errmax=  2.4813e-18)
    d(Node)/d(H0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "D0" for ibody=11
    d(Face)/d(D0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(D0) check complete with        0 total errors (errmax=  8.5951e-19)
    d(Node)/d(D0) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "X0" for ibody=11
    d(Face)/d(X0) check complete with        0 total errors (errmax=  6.4738e-11)
    d(Edge)/d(X0) check complete with        0 total errors (errmax=  1.3891e-18)
    d(Node)/d(X0) check complete with        0 total errors (errmax=  1.7569e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "Y0" for ibody=11
    d(Face)/d(Y0) check complete with        0 total errors (errmax=  1.0932e-07)
    d(Edge)/d(Y0) check complete with        0 total errors (errmax=  4.2400e-12)
    d(Node)/d(Y0) check complete with        0 total errors (errmax=  3.0696e-07)
 

*********************************************************
Starting geometric sensitivity wrt "R0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "R0" for ibody=11
    d(Face)/d(R0) check complete with        0 total errors (errmax=  4.4081e-09)
    d(Edge)/d(R0) check complete with        0 total errors (errmax=  6.8185e-15)
    d(Node)/d(R0) check complete with        0 total errors (errmax=  1.2309e-08)
 

*********************************************************
Starting geometric sensitivity wrt "X1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "X1" for ibody=11
    d(Face)/d(X1) check complete with        0 total errors (errmax=  2.8339e-11)
    d(Edge)/d(X1) check complete with        0 total errors (errmax=  1.0738e-20)
    d(Node)/d(X1) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Y1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "Y1" for ibody=11
    d(Face)/d(Y1) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(Y1) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(Y1) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "W1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "W1" for ibody=11
    d(Face)/d(W1) check complete with        0 total errors (errmax=  2.8339e-11)
    d(Edge)/d(W1) check complete with        0 total errors (errmax=  2.6845e-21)
    d(Node)/d(W1) check complete with        0 total errors (errmax=  7.7238e-12)
 

*********************************************************
Starting geometric sensitivity wrt "H1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H1" for ibody=11
    d(Face)/d(H1) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(H1) check complete with        0 total errors (errmax=  7.3267e-20)
    d(Node)/d(H1) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "X2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "X2" for ibody=11
    d(Face)/d(X2) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(X2) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(X2) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Y2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "Y2" for ibody=11
    d(Face)/d(Y2) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(Y2) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(Y2) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "W2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "W2" for ibody=11
    d(Face)/d(W2) check complete with        0 total errors (errmax=  2.8339e-11)
    d(Edge)/d(W2) check complete with        0 total errors (errmax=  2.5380e-20)
    d(Node)/d(W2) check complete with        0 total errors (errmax=  2.3748e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H2" for ibody=11
    d(Face)/d(H2) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(H2) check complete with        0 total errors (errmax=  7.3267e-20)
    d(Node)/d(H2) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "R3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "R3" for ibody=11
    d(Face)/d(R3) check complete with        0 total errors (errmax=  4.6303e-11)
    d(Edge)/d(R3) check complete with        0 total errors (errmax=  2.0981e-19)
    d(Node)/d(R3) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "X4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "X4" for ibody=11
    d(Face)/d(X4) check complete with        0 total errors (errmax=  6.1498e-11)
    d(Edge)/d(X4) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(X4) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Y4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "Y4" for ibody=11
    d(Face)/d(Y4) check complete with        0 total errors (errmax=  4.5442e-11)
    d(Edge)/d(Y4) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(Y4) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "R4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

real	0m6.784s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "R4" for ibody=11
    d(Face)/d(R4) check complete with        0 total errors (errmax=  1.0470e-10)
    d(Edge)/d(R4) check complete with        0 total errors (errmax=  6.4854e-19)
    d(Node)/d(R4) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.464 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.0696e-07) with 0 suppressions
+ set +x
data\basic\designK1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 145 / 275 )
data\basic\designK2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designK2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "L0" for ibody=11
    d(Face)/d(L0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(L0) check complete with        0 total errors (errmax=  2.4813e-18)
    d(Node)/d(L0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H0" for ibody=11
    d(Face)/d(H0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H0) check complete with        0 total errors (errmax=  4.9822e-18)
    d(Node)/d(H0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "D0" for ibody=11
    d(Face)/d(D0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(D0) check complete with        0 total errors (errmax=  1.8720e-18)
    d(Node)/d(D0) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "X0" for ibody=11
    d(Face)/d(X0) check complete with        0 total errors (errmax=  6.8384e-11)
    d(Edge)/d(X0) check complete with        0 total errors (errmax=  3.8327e-18)
    d(Node)/d(X0) check complete with        0 total errors (errmax=  1.7569e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "Y0" for ibody=11
    d(Face)/d(Y0) check complete with        0 total errors (errmax=  1.2769e-07)
    d(Edge)/d(Y0) check complete with        0 total errors (errmax=  1.3621e-11)
    d(Node)/d(Y0) check complete with        0 total errors (errmax=  3.0696e-07)
 

*********************************************************
Starting geometric sensitivity wrt "R0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "R0" for ibody=11
    d(Face)/d(R0) check complete with        0 total errors (errmax=  5.1418e-09)
    d(Edge)/d(R0) check complete with        0 total errors (errmax=  2.2106e-14)
    d(Node)/d(R0) check complete with        0 total errors (errmax=  1.2309e-08)
 

*********************************************************
Starting geometric sensitivity wrt "X1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "X1" for ibody=11
    d(Face)/d(X1) check complete with        0 total errors (errmax=  2.2635e-11)
    d(Edge)/d(X1) check complete with        0 total errors (errmax=  1.4624e-19)
    d(Node)/d(X1) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Y1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "Y1" for ibody=11
    d(Face)/d(Y1) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(Y1) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(Y1) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "W1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "W1" for ibody=11
    d(Face)/d(W1) check complete with        0 total errors (errmax=  2.2635e-11)
    d(Edge)/d(W1) check complete with        0 total errors (errmax=  1.4624e-19)
    d(Node)/d(W1) check complete with        0 total errors (errmax=  7.7238e-12)
 

*********************************************************
Starting geometric sensitivity wrt "H1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H1" for ibody=11
    d(Face)/d(H1) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(H1) check complete with        0 total errors (errmax=  1.4624e-19)
    d(Node)/d(H1) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "X2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "X2" for ibody=11
    d(Face)/d(X2) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(X2) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(X2) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Y2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "Y2" for ibody=11
    d(Face)/d(Y2) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(Y2) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(Y2) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "W2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "W2" for ibody=11
    d(Face)/d(W2) check complete with        0 total errors (errmax=  2.3748e-11)
    d(Edge)/d(W2) check complete with        0 total errors (errmax=  1.4624e-19)
    d(Node)/d(W2) check complete with        0 total errors (errmax=  2.3748e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H2" for ibody=11
    d(Face)/d(H2) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(H2) check complete with        0 total errors (errmax=  1.4624e-19)
    d(Node)/d(H2) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "R3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "R3" for ibody=11
    d(Face)/d(R3) check complete with        0 total errors (errmax=  4.6303e-11)
    d(Edge)/d(R3) check complete with        0 total errors (errmax=  2.0981e-19)
    d(Node)/d(R3) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "X4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "X4" for ibody=11
    d(Face)/d(X4) check complete with        0 total errors (errmax=  5.4488e-11)
    d(Edge)/d(X4) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(X4) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Y4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "Y4" for ibody=11
    d(Face)/d(Y4) check complete with        0 total errors (errmax=  5.4576e-11)
    d(Edge)/d(Y4) check complete with        0 total errors (errmax=  1.4624e-19)
    d(Node)/d(Y4) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "R4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

real	0m46.532s
user	0m0.015s
sys	0m0.000s

Comparing geometric sensitivities wrt "R4" for ibody=11
    d(Face)/d(R4) check complete with        0 total errors (errmax=  7.5023e-11)
    d(Edge)/d(R4) check complete with        0 total errors (errmax=  1.0411e-18)
    d(Node)/d(R4) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.939 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.0696e-07) with 0 suppressions
+ set +x
data\basic\designK2 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 146 / 275 )
data\basic\designL00.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL00.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "xbeg" for ibody=5
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "ybeg" for ibody=5
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  5.5393e-17)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "zbeg" for ibody=5
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  1.3848e-17)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "xsize" for ibody=5
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "ysize" for ibody=5
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  4.8421e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  4.4312e-17)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "zsize" for ibody=5
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  1.1078e-17)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "diam" for ibody=5
    d(Face)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

real	0m0.910s
user	0m0.015s
sys	0m0.031s

Comparing geometric sensitivities wrt "scale" for ibody=5
    d(Face)/d(scale) check complete with        0 total errors (errmax=  1.2391e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  1.4960e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.4032e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.034 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.4032e-09) with 0 suppressions
+ set +x
data\basic\designL00 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 147 / 275 )
data\basic\designL01.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL01.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xbeg" for ibody=7
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "ybeg" for ibody=7
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  5.5393e-17)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "zbeg" for ibody=7
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  1.3848e-17)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xsize" for ibody=7
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "ysize" for ibody=7
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  4.8421e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  4.4312e-17)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "zsize" for ibody=7
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  1.1078e-17)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "diam" for ibody=7
    d(Face)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "scale" for ibody=7
    d(Face)/d(scale) check complete with        0 total errors (errmax=  1.2391e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  1.4960e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.4032e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.038 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.4032e-09) with 0 suppressions

real	0m0.927s
user	0m0.015s
sys	0m0.031s
+ set +x
data\basic\designL01 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 148 / 275 )
data\basic\designL10.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL10.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xbeg" for ibody=7
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "ybeg" for ibody=7
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  5.5393e-17)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "zbeg" for ibody=7
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  1.3848e-17)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xsize" for ibody=7
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "ysize" for ibody=7
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  4.8421e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  4.4312e-17)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "zsize" for ibody=7
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  1.1078e-17)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "diam" for ibody=7
    d(Face)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

real	0m0.995s
user	0m0.016s
sys	0m0.000s

Comparing geometric sensitivities wrt "scale" for ibody=7
    d(Face)/d(scale) check complete with        0 total errors (errmax=  1.2391e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  1.6015e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.4032e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.035 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.4032e-09) with 0 suppressions
+ set +x
data\basic\designL10 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 149 / 275 )
data\basic\designL11.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL11.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xbeg" for ibody=10
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  1.8084e-09)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  1.5347e-16)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "ybeg" for ibody=10
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  8.0285e-17)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "zbeg" for ibody=10
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  3.4271e-17)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xsize" for ibody=10
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  1.8084e-09)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  1.5347e-16)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "ysize" for ibody=10
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  7.0435e-17)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "zsize" for ibody=10
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  1.4233e-17)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "diam" for ibody=10
    d(Face)/d(diam) check complete with        0 total errors (errmax=  1.8084e-09)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  1.5347e-16)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "scale" for ibody=10
    d(Face)/d(scale) check complete with        0 total errors (errmax=  2.5735e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  4.0640e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.4032e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.576 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.5735e-09) with 0 suppressions

real	0m1.659s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designL11 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 150 / 275 )
data\basic\designL12.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL12.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xbeg" for ibody=10
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  1.8084e-09)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  1.5347e-16)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "ybeg" for ibody=10
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  8.0285e-17)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "zbeg" for ibody=10
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  3.4271e-17)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xsize" for ibody=10
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  1.8084e-09)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  1.5347e-16)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "ysize" for ibody=10
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  7.0435e-17)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "zsize" for ibody=10
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  1.4233e-17)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "diam" for ibody=10
    d(Face)/d(diam) check complete with        0 total errors (errmax=  1.8084e-09)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  1.5347e-16)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "scale" for ibody=10
    d(Face)/d(scale) check complete with        0 total errors (errmax=  2.5735e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  4.0640e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.4032e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.657 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.5735e-09) with 0 suppressions

real	0m1.783s
user	0m0.015s
sys	0m0.000s
+ set +x
data\basic\designL12 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 151 / 275 )
data\basic\designL20.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL20.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xbeg" for ibody=12
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "ybeg" for ibody=12
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  5.5393e-17)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "zbeg" for ibody=12
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  1.3848e-17)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xsize" for ibody=12
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "ysize" for ibody=12
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  4.8421e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  4.4312e-17)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "zsize" for ibody=12
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  1.1078e-17)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "diam" for ibody=12
    d(Face)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "scale" for ibody=12
    d(Face)/d(scale) check complete with        0 total errors (errmax=  1.2391e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  1.6015e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.4032e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.062 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.4032e-09) with 0 suppressions

real	0m0.871s
user	0m0.015s
sys	0m0.031s
+ set +x
data\basic\designL20 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 152 / 275 )
data\basic\designL21.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL21.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "xbeg" for ibody=15
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  1.8084e-09)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  1.5347e-16)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "ybeg" for ibody=15
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  8.0285e-17)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "zbeg" for ibody=15
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  3.4271e-17)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "xsize" for ibody=15
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  1.8084e-09)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  1.5347e-16)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "ysize" for ibody=15
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  7.0435e-17)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "zsize" for ibody=15
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  1.4233e-17)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "diam" for ibody=15
    d(Face)/d(diam) check complete with        0 total errors (errmax=  1.8084e-09)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  1.5347e-16)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "scale" for ibody=15
    d(Face)/d(scale) check complete with        0 total errors (errmax=  2.5735e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  4.0640e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.4032e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.583 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.5735e-09) with 0 suppressions

real	0m1.690s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designL21 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 153 / 275 )
data\basic\designL22.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL22.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "xbeg" for ibody=15
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  1.8084e-09)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  1.5347e-16)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "ybeg" for ibody=15
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  8.0285e-17)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "zbeg" for ibody=15
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  3.4271e-17)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "xsize" for ibody=15
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  1.8084e-09)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  1.5347e-16)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "ysize" for ibody=15
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  7.0435e-17)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "zsize" for ibody=15
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  9.2363e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  1.4233e-17)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "diam" for ibody=15
    d(Face)/d(diam) check complete with        0 total errors (errmax=  1.8084e-09)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  1.5347e-16)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "scale" for ibody=15
    d(Face)/d(scale) check complete with        0 total errors (errmax=  2.5735e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  4.0640e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.4032e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.596 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.5735e-09) with 0 suppressions

real	0m1.760s
user	0m0.000s
sys	0m0.046s
+ set +x
data\basic\designL22 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 154 / 275 )
data\basic\designL30.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL30.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "xbeg" for ibody=8
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "ybeg" for ibody=8
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  5.5393e-17)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "zbeg" for ibody=8
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  1.3848e-17)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "xsize" for ibody=8
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "ysize" for ibody=8
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  4.8421e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  5.5393e-17)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "zsize" for ibody=8
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  1.1078e-17)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "diam" for ibody=8
    d(Face)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "scale" for ibody=8
    d(Face)/d(scale) check complete with        0 total errors (errmax=  1.2391e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  1.6015e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.4032e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.042 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.4032e-09) with 0 suppressions

real	0m0.750s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designL30 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 155 / 275 )
data\basic\designL31.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL31.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "xbeg" for ibody=14
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  7.2714e-07)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "ybeg" for ibody=14
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  1.0196e-09)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  4.5783e-16)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "zbeg" for ibody=14
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  9.8712e-10)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  2.0142e-16)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "xsize" for ibody=14
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  6.7125e-07)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "ysize" for ibody=14
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  1.0746e-09)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  9.4274e-08)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "zsize" for ibody=14
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  9.7469e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  4.6018e-16)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "diam" for ibody=14
    d(Face)/d(diam) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  2.5839e-06)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "scale" for ibody=14
    d(Face)/d(scale) check complete with        0 total errors (errmax=  2.4654e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  4.3860e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.4032e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.150 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.5839e-06) with 0 suppressions

real	0m5.408s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designL31 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 156 / 275 )
data\basic\designL32.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL32.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "xbeg" for ibody=14
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  7.2714e-07)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "ybeg" for ibody=14
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  1.0196e-09)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  4.5783e-16)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "zbeg" for ibody=14
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  9.8712e-10)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  2.0142e-16)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "xsize" for ibody=14
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  6.7125e-07)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "ysize" for ibody=14
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  1.0746e-09)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  9.4274e-08)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "zsize" for ibody=14
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  9.7469e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  4.6018e-16)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "diam" for ibody=14
    d(Face)/d(diam) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  2.5839e-06)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

real	0m3.612s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "scale" for ibody=14
    d(Face)/d(scale) check complete with        0 total errors (errmax=  2.4654e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  4.3860e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.4032e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.995 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.5839e-06) with 0 suppressions
+ set +x
data\basic\designL32 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 157 / 275 )
data\basic\designL33.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL33.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "xbeg" for ibody=14
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  7.2714e-07)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "ybeg" for ibody=14
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  1.0196e-09)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  4.5783e-16)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "zbeg" for ibody=14
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  9.8712e-10)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  2.0142e-16)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "xsize" for ibody=14
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  6.7125e-07)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "ysize" for ibody=14
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  1.0746e-09)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  9.4274e-08)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "zsize" for ibody=14
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  9.7469e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  4.6018e-16)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "diam" for ibody=14
    d(Face)/d(diam) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  2.5839e-06)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "scale" for ibody=14
    d(Face)/d(scale) check complete with        0 total errors (errmax=  2.4654e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  4.3860e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.4032e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.037 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.5839e-06) with 0 suppressions

real	0m3.588s
user	0m0.015s
sys	0m0.000s
+ set +x
data\basic\designL33 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 158 / 275 )
data\basic\designL34.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL34.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "xbeg" for ibody=14
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  7.2714e-07)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "ybeg" for ibody=14
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  1.0196e-09)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  4.5783e-16)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "zbeg" for ibody=14
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  9.8712e-10)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  2.0142e-16)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "xsize" for ibody=14
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  6.7125e-07)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "ysize" for ibody=14
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  1.0746e-09)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  9.4274e-08)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "zsize" for ibody=14
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  9.7469e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  4.6018e-16)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "diam" for ibody=14
    d(Face)/d(diam) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  2.5839e-06)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "scale" for ibody=14
    d(Face)/d(scale) check complete with        0 total errors (errmax=  2.4654e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  4.3860e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.4032e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.137 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.5839e-06) with 0 suppressions

real	0m4.187s
user	0m0.000s
sys	0m0.046s
+ set +x
data\basic\designL34 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 159 / 275 )
data\basic\designL40.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL40.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "xbeg" for ibody=9
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "ybeg" for ibody=9
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  5.5393e-17)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "zbeg" for ibody=9
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  1.3848e-17)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "xsize" for ibody=9
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "ysize" for ibody=9
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  4.8421e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  5.5393e-17)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "zsize" for ibody=9
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  1.1078e-17)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "diam" for ibody=9
    d(Face)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "scale" for ibody=9
    d(Face)/d(scale) check complete with        0 total errors (errmax=  1.2391e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  1.6015e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.4032e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.045 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.4032e-09) with 0 suppressions

real	0m0.792s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designL40 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 160 / 275 )
data\basic\designL41.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL41.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "xbeg" for ibody=18
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  7.2704e-07)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "ybeg" for ibody=18
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  1.1043e-09)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  4.3653e-16)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "zbeg" for ibody=18
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  1.3527e-09)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  3.6024e-16)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "xsize" for ibody=18
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  6.7116e-07)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "ysize" for ibody=18
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  1.1629e-09)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  9.4260e-08)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "zsize" for ibody=18
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  9.7469e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  2.7180e-16)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "diam" for ibody=18
    d(Face)/d(diam) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  2.5835e-06)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

real	0m4.149s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "scale" for ibody=18
    d(Face)/d(scale) check complete with        0 total errors (errmax=  2.4654e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  4.3860e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.4032e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.162 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.5835e-06) with 0 suppressions
+ set +x
data\basic\designL41 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 161 / 275 )
data\basic\designL42.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designL42.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "xbeg" for ibody=18
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  7.2703e-07)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ybeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "ybeg" for ibody=18
    d(Face)/d(ybeg) check complete with        0 total errors (errmax=  1.1618e-09)
    d(Edge)/d(ybeg) check complete with        0 total errors (errmax=  1.0384e-15)
    d(Node)/d(ybeg) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "zbeg" for ibody=18
    d(Face)/d(zbeg) check complete with        0 total errors (errmax=  1.5240e-09)
    d(Edge)/d(zbeg) check complete with        0 total errors (errmax=  8.5028e-16)
    d(Node)/d(zbeg) check complete with        0 total errors (errmax=  2.3218e-09)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "xsize" for ibody=18
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  6.7116e-07)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "ysize" for ibody=18
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  1.1640e-09)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  9.4258e-08)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  4.9850e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "zsize" for ibody=18
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  9.7469e-10)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  2.4883e-16)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "diam"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "diam" for ibody=18
    d(Face)/d(diam) check complete with        0 total errors (errmax=  2.9075e-09)
    d(Edge)/d(diam) check complete with        0 total errors (errmax=  2.5835e-06)
    d(Node)/d(diam) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=18
Computing finite difference sensitivities for ibody=18

Comparing geometric sensitivities wrt "scale" for ibody=18
    d(Face)/d(scale) check complete with        0 total errors (errmax=  2.4654e-09)
    d(Edge)/d(scale) check complete with        0 total errors (errmax=  4.3860e-16)
    d(Node)/d(scale) check complete with        0 total errors (errmax=  1.5702e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.225 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.5835e-06) with 0 suppressions

real	0m4.095s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designL42 -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 162 / 275 )
data\basic\designM0.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designM0.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "a"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "a" for ibody=5
    d(Face)/d(a) check complete with        0 total errors (errmax=  1.3534e-10)
    d(Edge)/d(a) check complete with        0 total errors (errmax=  1.7036e-18)
    d(Node)/d(a) check complete with        0 total errors (errmax=  1.3534e-10)
 

*********************************************************
Starting geometric sensitivity wrt "b"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "b" for ibody=5
    d(Face)/d(b) check complete with        0 total errors (errmax=  2.6354e-10)
    d(Edge)/d(b) check complete with        0 total errors (errmax=  6.4592e-18)
    d(Node)/d(b) check complete with        0 total errors (errmax=  2.6354e-10)
 

*********************************************************
Starting geometric sensitivity wrt "c"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "c" for ibody=5
    d(Face)/d(c) check complete with        0 total errors (errmax=  3.7745e-10)
    d(Edge)/d(c) check complete with        0 total errors (errmax=  1.3249e-17)
    d(Node)/d(c) check complete with        0 total errors (errmax=  3.7745e-10)
 

*********************************************************
Starting geometric sensitivity wrt "d"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "d" for ibody=5
    d(Face)/d(d) check complete with        0 total errors (errmax=  1.3534e-10)
    d(Edge)/d(d) check complete with        0 total errors (errmax=  1.7036e-18)
    d(Node)/d(d) check complete with        0 total errors (errmax=  1.3534e-10)
 

*********************************************************
Starting geometric sensitivity wrt "e"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "e" for ibody=5
    d(Face)/d(e) check complete with        0 total errors (errmax=  1.3459e-10)
    d(Edge)/d(e) check complete with        0 total errors (errmax=  1.6845e-18)
    d(Node)/d(e) check complete with        0 total errors (errmax=  1.3459e-10)
 

*********************************************************
Starting geometric sensitivity wrt "f"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "f" for ibody=5
    d(Face)/d(f) check complete with        0 total errors (errmax=  2.2933e-10)
    d(Edge)/d(f) check complete with        0 total errors (errmax=  4.8909e-18)
    d(Node)/d(f) check complete with        0 total errors (errmax=  2.2933e-10)
 

*********************************************************
Starting geometric sensitivity wrt "g"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "g" for ibody=5
    d(Face)/d(g) check complete with        0 total errors (errmax=  2.7069e-10)
    d(Edge)/d(g) check complete with        0 total errors (errmax=  1.3629e-17)
    d(Node)/d(g) check complete with        0 total errors (errmax=  3.8651e-10)
 

*********************************************************
Starting geometric sensitivity wrt "h"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

real	0m0.617s
user	0m0.000s
sys	0m0.046s

Comparing geometric sensitivities wrt "h" for ibody=5
    d(Face)/d(h) check complete with        0 total errors (errmax=  3.2483e-10)
    d(Edge)/d(h) check complete with        0 total errors (errmax=  1.3169e-17)
    d(Node)/d(h) check complete with        0 total errors (errmax=  3.9157e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.073 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.9157e-10) with 0 suppressions
+ set +x
data\basic\designM0 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 163 / 275 )
data\basic\designM1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designM1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "a"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "a" for ibody=6
    d(Face)/d(a) check complete with        0 total errors (errmax=  1.3534e-10)
    d(Edge)/d(a) check complete with        0 total errors (errmax=  1.7036e-18)
    d(Node)/d(a) check complete with        0 total errors (errmax=  1.3534e-10)
 

*********************************************************
Starting geometric sensitivity wrt "b"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "b" for ibody=6
    d(Face)/d(b) check complete with        0 total errors (errmax=  2.6354e-10)
    d(Edge)/d(b) check complete with        0 total errors (errmax=  6.4592e-18)
    d(Node)/d(b) check complete with        0 total errors (errmax=  2.6354e-10)
 

*********************************************************
Starting geometric sensitivity wrt "c"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "c" for ibody=6
    d(Face)/d(c) check complete with        0 total errors (errmax=  3.7745e-10)
    d(Edge)/d(c) check complete with        0 total errors (errmax=  1.3249e-17)
    d(Node)/d(c) check complete with        0 total errors (errmax=  3.7745e-10)
 

*********************************************************
Starting geometric sensitivity wrt "d"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "d" for ibody=6
    d(Face)/d(d) check complete with        0 total errors (errmax=  1.3534e-10)
    d(Edge)/d(d) check complete with        0 total errors (errmax=  1.7036e-18)
    d(Node)/d(d) check complete with        0 total errors (errmax=  1.3534e-10)
 

*********************************************************
Starting geometric sensitivity wrt "e"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "e" for ibody=6
    d(Face)/d(e) check complete with        0 total errors (errmax=  1.3459e-10)
    d(Edge)/d(e) check complete with        0 total errors (errmax=  1.6845e-18)
    d(Node)/d(e) check complete with        0 total errors (errmax=  1.3459e-10)
 

*********************************************************
Starting geometric sensitivity wrt "f"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "f" for ibody=6
    d(Face)/d(f) check complete with        0 total errors (errmax=  2.2933e-10)
    d(Edge)/d(f) check complete with        0 total errors (errmax=  4.8909e-18)
    d(Node)/d(f) check complete with        0 total errors (errmax=  2.2933e-10)
 

*********************************************************
Starting geometric sensitivity wrt "g"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "g" for ibody=6
    d(Face)/d(g) check complete with        0 total errors (errmax=  2.7069e-10)
    d(Edge)/d(g) check complete with        0 total errors (errmax=  1.3629e-17)
    d(Node)/d(g) check complete with        0 total errors (errmax=  3.8651e-10)
 

*********************************************************
Starting geometric sensitivity wrt "h"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "h" for ibody=6
    d(Face)/d(h) check complete with        0 total errors (errmax=  3.2483e-10)
    d(Edge)/d(h) check complete with        0 total errors (errmax=  1.3169e-17)
    d(Node)/d(h) check complete with        0 total errors (errmax=  3.9157e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.008 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.9157e-10) with 0 suppressions

real	0m0.579s
user	0m0.030s
sys	0m0.015s
+ set +x
data\basic\designM1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 164 / 275 )
data\basic\designM2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designM2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "a"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "a" for ibody=7
    d(Face)/d(a) check complete with        0 total errors (errmax=  1.3534e-10)
    d(Edge)/d(a) check complete with        0 total errors (errmax=  1.7036e-18)
    d(Node)/d(a) check complete with        0 total errors (errmax=  1.3534e-10)
 

*********************************************************
Starting geometric sensitivity wrt "b"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "b" for ibody=7
    d(Face)/d(b) check complete with        0 total errors (errmax=  2.6354e-10)
    d(Edge)/d(b) check complete with        0 total errors (errmax=  6.4592e-18)
    d(Node)/d(b) check complete with        0 total errors (errmax=  2.6354e-10)
 

*********************************************************
Starting geometric sensitivity wrt "c"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "c" for ibody=7
    d(Face)/d(c) check complete with        0 total errors (errmax=  3.7745e-10)
    d(Edge)/d(c) check complete with        0 total errors (errmax=  1.3249e-17)
    d(Node)/d(c) check complete with        0 total errors (errmax=  3.7745e-10)
 

*********************************************************
Starting geometric sensitivity wrt "d"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "d" for ibody=7
    d(Face)/d(d) check complete with        0 total errors (errmax=  1.3534e-10)
    d(Edge)/d(d) check complete with        0 total errors (errmax=  1.7036e-18)
    d(Node)/d(d) check complete with        0 total errors (errmax=  1.3534e-10)
 

*********************************************************
Starting geometric sensitivity wrt "e"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "e" for ibody=7
    d(Face)/d(e) check complete with        0 total errors (errmax=  1.3459e-10)
    d(Edge)/d(e) check complete with        0 total errors (errmax=  1.6845e-18)
    d(Node)/d(e) check complete with        0 total errors (errmax=  1.3459e-10)
 

*********************************************************
Starting geometric sensitivity wrt "f"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "f" for ibody=7
    d(Face)/d(f) check complete with        0 total errors (errmax=  3.7745e-10)
    d(Edge)/d(f) check complete with        0 total errors (errmax=  1.3249e-17)
    d(Node)/d(f) check complete with        0 total errors (errmax=  2.2933e-10)
 

*********************************************************
Starting geometric sensitivity wrt "g"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "g" for ibody=7
    d(Face)/d(g) check complete with        0 total errors (errmax=  2.7069e-10)
    d(Edge)/d(g) check complete with        0 total errors (errmax=  1.3629e-17)
    d(Node)/d(g) check complete with        0 total errors (errmax=  3.8651e-10)
 

*********************************************************
Starting geometric sensitivity wrt "h"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

real	0m0.665s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "h" for ibody=7
    d(Face)/d(h) check complete with        0 total errors (errmax=  3.2483e-10)
    d(Edge)/d(h) check complete with        0 total errors (errmax=  1.3169e-17)
    d(Node)/d(h) check complete with        0 total errors (errmax=  3.9157e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.015 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.9157e-10) with 0 suppressions
+ set +x
data\basic\designM2 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 165 / 275 )
data\basic\designM3.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designM3.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "a"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "a" for ibody=8
    d(Face)/d(a) check complete with        0 total errors (errmax=  4.1037e-10)
    d(Edge)/d(a) check complete with        0 total errors (errmax=  8.3869e-18)
    d(Node)/d(a) check complete with        0 total errors (errmax=  1.3534e-10)
 

*********************************************************
Starting geometric sensitivity wrt "b"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "b" for ibody=8
    d(Face)/d(b) check complete with        0 total errors (errmax=  2.3773e-10)
    d(Edge)/d(b) check complete with        0 total errors (errmax=  6.0208e-18)
    d(Node)/d(b) check complete with        0 total errors (errmax=  2.6354e-10)
 

*********************************************************
Starting geometric sensitivity wrt "c"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "c" for ibody=8
    d(Face)/d(c) check complete with        0 total errors (errmax=  3.7745e-10)
    d(Edge)/d(c) check complete with        0 total errors (errmax=  2.1039e-17)
    d(Node)/d(c) check complete with        0 total errors (errmax=  3.7745e-10)
 

*********************************************************
Starting geometric sensitivity wrt "d"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "d" for ibody=8
    d(Face)/d(d) check complete with        0 total errors (errmax=  4.1037e-10)
    d(Edge)/d(d) check complete with        0 total errors (errmax=  5.9763e-18)
    d(Node)/d(d) check complete with        0 total errors (errmax=  1.3534e-10)
 

*********************************************************
Starting geometric sensitivity wrt "e"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "e" for ibody=8
    d(Face)/d(e) check complete with        0 total errors (errmax=  1.8381e-10)
    d(Edge)/d(e) check complete with        0 total errors (errmax=  2.5790e-18)
    d(Node)/d(e) check complete with        0 total errors (errmax=  1.3459e-10)
 

*********************************************************
Starting geometric sensitivity wrt "f"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "f" for ibody=8
    d(Face)/d(f) check complete with        0 total errors (errmax=  2.2933e-10)
    d(Edge)/d(f) check complete with        0 total errors (errmax=  1.0319e-17)
    d(Node)/d(f) check complete with        0 total errors (errmax=  2.2933e-10)
 

*********************************************************
Starting geometric sensitivity wrt "g"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "g" for ibody=8
    d(Face)/d(g) check complete with        0 total errors (errmax=  5.0223e-10)
    d(Edge)/d(g) check complete with        0 total errors (errmax=  2.5681e-17)
    d(Node)/d(g) check complete with        0 total errors (errmax=  3.8651e-10)
 

*********************************************************
Starting geometric sensitivity wrt "h"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "h" for ibody=8
    d(Face)/d(h) check complete with        0 total errors (errmax=  5.8648e-10)
    d(Edge)/d(h) check complete with        0 total errors (errmax=  2.8129e-17)
    d(Node)/d(h) check complete with        0 total errors (errmax=  3.9157e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.879 sec

Sensitivity checks complete with        0 total errors (max geom err=  5.8648e-10) with 0 suppressions

real	0m2.152s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designM3 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 166 / 275 )
data\basic\designM4.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designM4.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "a"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "a" for ibody=8
    d(Face)/d(a) check complete with        0 total errors (errmax=  4.1037e-10)
    d(Edge)/d(a) check complete with        0 total errors (errmax=  8.3869e-18)
    d(Node)/d(a) check complete with        0 total errors (errmax=  1.3534e-10)
 

*********************************************************
Starting geometric sensitivity wrt "b"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "b" for ibody=8
    d(Face)/d(b) check complete with        0 total errors (errmax=  2.3773e-10)
    d(Edge)/d(b) check complete with        0 total errors (errmax=  6.0208e-18)
    d(Node)/d(b) check complete with        0 total errors (errmax=  2.6354e-10)
 

*********************************************************
Starting geometric sensitivity wrt "c"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "c" for ibody=8
    d(Face)/d(c) check complete with        0 total errors (errmax=  3.7745e-10)
    d(Edge)/d(c) check complete with        0 total errors (errmax=  2.1039e-17)
    d(Node)/d(c) check complete with        0 total errors (errmax=  3.7745e-10)
 

*********************************************************
Starting geometric sensitivity wrt "d"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "d" for ibody=8
    d(Face)/d(d) check complete with        0 total errors (errmax=  4.1037e-10)
    d(Edge)/d(d) check complete with        0 total errors (errmax=  5.9763e-18)
    d(Node)/d(d) check complete with        0 total errors (errmax=  1.3534e-10)
 

*********************************************************
Starting geometric sensitivity wrt "e"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "e" for ibody=8
    d(Face)/d(e) check complete with        0 total errors (errmax=  1.8381e-10)
    d(Edge)/d(e) check complete with        0 total errors (errmax=  2.5790e-18)
    d(Node)/d(e) check complete with        0 total errors (errmax=  1.3459e-10)
 

*********************************************************
Starting geometric sensitivity wrt "f"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "f" for ibody=8
    d(Face)/d(f) check complete with        0 total errors (errmax=  2.2933e-10)
    d(Edge)/d(f) check complete with        0 total errors (errmax=  1.0319e-17)
    d(Node)/d(f) check complete with        0 total errors (errmax=  2.2933e-10)
 

*********************************************************
Starting geometric sensitivity wrt "g"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "g" for ibody=8
    d(Face)/d(g) check complete with        0 total errors (errmax=  5.0223e-10)
    d(Edge)/d(g) check complete with        0 total errors (errmax=  2.5681e-17)
    d(Node)/d(g) check complete with        0 total errors (errmax=  3.8651e-10)
 

*********************************************************
Starting geometric sensitivity wrt "h"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

real	0m2.085s
user	0m0.000s
sys	0m0.031s

Comparing geometric sensitivities wrt "h" for ibody=8
    d(Face)/d(h) check complete with        0 total errors (errmax=  5.8648e-10)
    d(Edge)/d(h) check complete with        0 total errors (errmax=  2.8129e-17)
    d(Node)/d(h) check complete with        0 total errors (errmax=  3.9157e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.874 sec

Sensitivity checks complete with        0 total errors (max geom err=  5.8648e-10) with 0 suppressions
+ set +x
data\basic\designM4 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 167 / 275 )
data\basic\designN1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designN1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "xsize" for ibody=1
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  1.0827e-07)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  1.0901e-12)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  1.0827e-07)
 

*********************************************************
Starting geometric sensitivity wrt "frontArea"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

real	0m0.220s
user	0m0.000s
sys	0m0.078s

Comparing geometric sensitivities wrt "frontArea" for ibody=1
    d(Face)/d(frontArea) check complete with        0 total errors (errmax=  8.8322e-09)
    d(Edge)/d(frontArea) check complete with        0 total errors (errmax=  7.2558e-15)
    d(Node)/d(frontArea) check complete with        0 total errors (errmax=  8.8328e-09)
 

*********************************************************
Starting geometric sensitivity wrt "volume"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "volume" for ibody=1
    d(Face)/d(volume) check complete with        0 total errors (errmax=  1.2147e-10)
    d(Edge)/d(volume) check complete with        0 total errors (errmax=  1.3723e-18)
    d(Node)/d(volume) check complete with        0 total errors (errmax=  1.2147e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.001 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.0827e-07) with 0 suppressions
+ set +x
data\basic\designN1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 168 / 275 )
data\basic\designN2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designN2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "area"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "area" for ibody=1
    d(Face)/d(area) check complete with        0 total errors (errmax=  2.3651e-07)
    d(Edge)/d(area) check complete with        0 total errors (errmax=  1.1324e-11)
    d(Node)/d(area) check complete with        0 total errors (errmax=  2.4478e-07)
 

*********************************************************
Starting geometric sensitivity wrt "vol"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.327s
user	0m0.000s
sys	0m0.031s
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "vol" for ibody=1
    d(Face)/d(vol) check complete with        0 total errors (errmax=  1.2350e-07)
    d(Edge)/d(vol) check complete with        0 total errors (errmax=  3.0845e-12)
    d(Node)/d(vol) check complete with        0 total errors (errmax=  1.2775e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.004 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.4478e-07) with 0 suppressions
+ set +x
data\basic\designN2 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 169 / 275 )
data\basic\designP0a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP0a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "X0" for ibody=14
    d(Face)/d(X0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(X0) check complete with        0 total errors (errmax=  1.5690e-18)
    d(Node)/d(X0) check complete with        0 total errors (errmax=  2.8585e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "Y0" for ibody=14
    d(Face)/d(Y0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(Y0) check complete with        0 total errors (errmax=  2.7373e-17)
    d(Node)/d(Y0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "Z0" for ibody=14
    d(Face)/d(Z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(Z0) check complete with        0 total errors (errmax=  3.5168e-18)
    d(Node)/d(Z0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "L" for ibody=14
    d(Face)/d(L) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  1.1601e-19)
    d(Node)/d(L) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "H" for ibody=14
    d(Face)/d(H) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  1.1601e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX1" for ibody=14
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  7.1173e-18)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY1" for ibody=14
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  6.9303e-18)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ1" for ibody=14
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  1.0991e-18)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX2" for ibody=14
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  7.1173e-18)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY2" for ibody=14
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  6.9303e-18)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ2" for ibody=14
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  2.2039e-18)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX3" for ibody=14
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  4.8585e-18)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY3" for ibody=14
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  1.0799e-17)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ3" for ibody=14
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  4.9193e-18)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "S1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "S1" for ibody=14
    d(Face)/d(S1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(S1) check complete with        0 total errors (errmax=  3.7583e-17)
    d(Node)/d(S1) check complete with        0 total errors (errmax=  1.3522e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "S2" for ibody=14
    d(Face)/d(S2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  9.8358e-18)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  6.5065e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.000 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.3522e-09) with 0 suppressions

real	0m0.243s
user	0m0.000s
sys	0m0.000s
+ set +x
data\basic\designP0a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 170 / 275 )
data\basic\designP0b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP0b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "X0" for ibody=14
    d(Face)/d(X0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(X0) check complete with        0 total errors (errmax=  7.1520e-20)
    d(Node)/d(X0) check complete with        0 total errors (errmax=  2.8585e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "Y0" for ibody=14
    d(Face)/d(Y0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(Y0) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(Y0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "Z0" for ibody=14
    d(Face)/d(Z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(Z0) check complete with        0 total errors (errmax=  3.5168e-18)
    d(Node)/d(Z0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "L" for ibody=14
    d(Face)/d(L) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(L) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "H" for ibody=14
    d(Face)/d(H) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(H) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX1" for ibody=14
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  6.4134e-18)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY1" for ibody=14
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  6.8143e-18)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ1" for ibody=14
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  1.5664e-18)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX2" for ibody=14
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  6.4134e-18)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY2" for ibody=14
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  6.8143e-18)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ2" for ibody=14
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  1.1372e-18)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX3" for ibody=14
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  3.9726e-18)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY3" for ibody=14
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  1.1458e-17)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ3" for ibody=14
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  1.7208e-19)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "S1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "S1" for ibody=14
    d(Face)/d(S1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(S1) check complete with        0 total errors (errmax=  3.6743e-17)
    d(Node)/d(S1) check complete with        0 total errors (errmax=  1.3522e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "S2" for ibody=14
    d(Face)/d(S2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  1.0272e-17)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  6.5065e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.010 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.3522e-09) with 0 suppressions

real	0m0.251s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designP0b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 171 / 275 )
data\basic\designP0c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP0c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "X0" for ibody=14
    d(Face)/d(X0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(X0) check complete with        0 total errors (errmax=  3.4257e-17)
    d(Node)/d(X0) check complete with        0 total errors (errmax=  2.8585e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "Y0" for ibody=14
    d(Face)/d(Y0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(Y0) check complete with        0 total errors (errmax=  2.3636e-16)
    d(Node)/d(Y0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "Z0" for ibody=14
    d(Face)/d(Z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(Z0) check complete with        0 total errors (errmax=  9.3394e-18)
    d(Node)/d(Z0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "L" for ibody=14
    d(Face)/d(L) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(L) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "H" for ibody=14
    d(Face)/d(H) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(H) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX1" for ibody=14
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  8.9944e-14)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY1" for ibody=14
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  8.9972e-14)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ1" for ibody=14
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  7.2515e-13)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX2" for ibody=14
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  7.6296e-13)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY2" for ibody=14
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  7.4595e-13)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ2" for ibody=14
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  3.8729e-13)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX3" for ibody=14
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  3.2731e-14)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY3" for ibody=14
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  2.1095e-14)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ3" for ibody=14
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  8.8425e-14)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "S1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "S1" for ibody=14
    d(Face)/d(S1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(S1) check complete with        0 total errors (errmax=  1.7725e-16)
    d(Node)/d(S1) check complete with        0 total errors (errmax=  1.3522e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

real	0m0.281s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "S2" for ibody=14
    d(Face)/d(S2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  1.4841e-16)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  6.5065e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.019 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.3522e-09) with 0 suppressions
+ set +x
data\basic\designP0c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 172 / 275 )
data\basic\designP0d.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP0d.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "X0" for ibody=20
    d(Face)/d(X0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(X0) check complete with        0 total errors (errmax=  1.1587e-17)
    d(Node)/d(X0) check complete with        0 total errors (errmax=  2.8585e-11)
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "Y0" for ibody=20
    d(Face)/d(Y0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(Y0) check complete with        0 total errors (errmax=  3.8277e-17)
    d(Node)/d(Y0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "Z0" for ibody=20
    d(Face)/d(Z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(Z0) check complete with        0 total errors (errmax=  9.1277e-18)
    d(Node)/d(Z0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "L" for ibody=20
    d(Face)/d(L) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(L) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "H" for ibody=20
    d(Face)/d(H) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(H) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DX1" for ibody=20
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  5.9707e-14)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DY1" for ibody=20
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  5.9527e-14)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DZ1" for ibody=20
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  9.8148e-14)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DX2" for ibody=20
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  2.8414e-13)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DY2" for ibody=20
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  2.8585e-13)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DZ2" for ibody=20
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  3.4924e-13)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DX3" for ibody=20
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  1.8122e-16)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DY3" for ibody=20
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  1.3679e-16)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DZ3" for ibody=20
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  1.4957e-16)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "S1"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.264s
user	0m0.015s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "S1" for ibody=20
    d(Face)/d(S1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(S1) check complete with        0 total errors (errmax=  4.5150e-17)
    d(Node)/d(S1) check complete with        0 total errors (errmax=  1.3522e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "S2" for ibody=20
    d(Face)/d(S2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  5.9893e-17)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  6.5065e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.015 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.3522e-09) with 0 suppressions
+ set +x
data\basic\designP0d -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 173 / 275 )
data\basic\designP1a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP1a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "X0" for ibody=24
    d(Face)/d(X0) check complete with        0 total errors (errmax=  2.6850e-09)
    d(Edge)/d(X0) check complete with        0 total errors (errmax=  6.2508e-16)
    d(Node)/d(X0) check complete with        0 total errors (errmax=  2.5925e-09)
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "Y0" for ibody=24
    d(Face)/d(Y0) check complete with        0 total errors (errmax=  1.0542e-09)
    d(Edge)/d(Y0) check complete with        0 total errors (errmax=  1.0335e-16)
    d(Node)/d(Y0) check complete with        0 total errors (errmax=  1.0542e-09)
 

*********************************************************
Starting geometric sensitivity wrt "Z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "Z0" for ibody=24
    d(Face)/d(Z0) check complete with        0 total errors (errmax=  1.6116e-09)
    d(Edge)/d(Z0) check complete with        0 total errors (errmax=  1.1793e-15)
    d(Node)/d(Z0) check complete with        0 total errors (errmax=  3.5609e-09)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "L" for ibody=24
    d(Face)/d(L) check complete with        0 total errors (errmax=  4.1763e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  4.4018e-15)
    d(Node)/d(L) check complete with        0 total errors (errmax=  7.0497e-09)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "H" for ibody=24
    d(Face)/d(H) check complete with        0 total errors (errmax=  5.1233e-09)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  3.1302e-15)
    d(Node)/d(H) check complete with        0 total errors (errmax=  5.8217e-09)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DX1" for ibody=24
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  6.1199e-10)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  7.8651e-18)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DY1" for ibody=24
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  7.5489e-10)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  5.2997e-17)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DZ1" for ibody=24
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  4.7619e-10)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  6.8143e-18)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DX2" for ibody=24
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  7.2898e-10)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  7.2483e-18)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DY2" for ibody=24
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  7.5489e-10)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  5.2997e-17)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DZ2" for ibody=24
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  5.9298e-10)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  5.4511e-18)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  3.5264e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DX3" for ibody=24
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  7.1610e-10)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  1.7047e-17)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DY3" for ibody=24
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  6.1821e-10)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  6.3582e-16)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  1.7887e-09)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DZ3" for ibody=24
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  6.2564e-10)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  5.7087e-17)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "S1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "S1" for ibody=24
    d(Face)/d(S1) check complete with        0 total errors (errmax=  1.8601e-09)
    d(Edge)/d(S1) check complete with        0 total errors (errmax=  2.8558e-16)
    d(Node)/d(S1) check complete with        0 total errors (errmax=  1.8180e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

real	0m1.073s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "S2" for ibody=24
    d(Face)/d(S2) check complete with        0 total errors (errmax=  8.5884e-10)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  5.5420e-17)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  8.3089e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.172 sec

Sensitivity checks complete with        0 total errors (max geom err=  7.0497e-09) with 0 suppressions
+ set +x
data\basic\designP1a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 174 / 275 )
data\basic\designP1b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP1b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "X0" for ibody=24
    d(Face)/d(X0) check complete with        0 total errors (errmax=  2.3925e-09)
    d(Edge)/d(X0) check complete with        0 total errors (errmax=  3.6105e-16)
    d(Node)/d(X0) check complete with        0 total errors (errmax=  2.5925e-09)
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "Y0" for ibody=24
    d(Face)/d(Y0) check complete with        0 total errors (errmax=  1.2897e-09)
    d(Edge)/d(Y0) check complete with        0 total errors (errmax=  1.2102e-16)
    d(Node)/d(Y0) check complete with        0 total errors (errmax=  1.0542e-09)
 

*********************************************************
Starting geometric sensitivity wrt "Z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "Z0" for ibody=24
    d(Face)/d(Z0) check complete with        0 total errors (errmax=  1.6436e-09)
    d(Edge)/d(Z0) check complete with        0 total errors (errmax=  1.2550e-15)
    d(Node)/d(Z0) check complete with        0 total errors (errmax=  3.5609e-09)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "L" for ibody=24
    d(Face)/d(L) check complete with        0 total errors (errmax=  3.7406e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  4.4192e-15)
    d(Node)/d(L) check complete with        0 total errors (errmax=  7.0497e-09)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "H" for ibody=24
    d(Face)/d(H) check complete with        0 total errors (errmax=  3.8005e-09)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.4108e-15)
    d(Node)/d(H) check complete with        0 total errors (errmax=  5.8217e-09)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DX1" for ibody=24
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  1.7457e-09)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  1.5161e-16)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DY1" for ibody=24
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  1.0326e-09)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  1.7036e-16)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DZ1" for ibody=24
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  5.8411e-10)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  4.5031e-17)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DX2" for ibody=24
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  1.7457e-09)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  1.5161e-16)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DY2" for ibody=24
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  1.0326e-09)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  7.4123e-17)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DZ2" for ibody=24
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  5.4180e-10)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  3.8012e-17)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DX3" for ibody=24
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  1.6073e-09)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  1.1708e-16)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DY3" for ibody=24
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  8.6724e-10)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  7.4123e-17)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DZ3" for ibody=24
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  4.9131e-10)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  2.2674e-17)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "S1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "S1" for ibody=24
    d(Face)/d(S1) check complete with        0 total errors (errmax=  2.4662e-09)
    d(Edge)/d(S1) check complete with        0 total errors (errmax=  5.1540e-16)
    d(Node)/d(S1) check complete with        0 total errors (errmax=  1.8180e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

real	0m4.314s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "S2" for ibody=24
    d(Face)/d(S2) check complete with        0 total errors (errmax=  1.4757e-09)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  2.4247e-16)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  8.3089e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      3.147 sec

Sensitivity checks complete with        0 total errors (max geom err=  7.0497e-09) with 0 suppressions
+ set +x
data\basic\designP1b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 175 / 275 )
data\basic\designP1c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP1c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "X0" for ibody=24
    d(Face)/d(X0) check complete with        0 total errors (errmax=  2.8793e-09)
    d(Edge)/d(X0) check complete with        0 total errors (errmax=  6.6800e-16)
    d(Node)/d(X0) check complete with        0 total errors (errmax=  2.5925e-09)
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "Y0" for ibody=24
    d(Face)/d(Y0) check complete with        0 total errors (errmax=  1.1128e-09)
    d(Edge)/d(Y0) check complete with        0 total errors (errmax=  1.1989e-16)
    d(Node)/d(Y0) check complete with        0 total errors (errmax=  1.0542e-09)
 

*********************************************************
Starting geometric sensitivity wrt "Z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "Z0" for ibody=24
    d(Face)/d(Z0) check complete with        0 total errors (errmax=  1.0462e-09)
    d(Edge)/d(Z0) check complete with        0 total errors (errmax=  1.3619e-15)
    d(Node)/d(Z0) check complete with        0 total errors (errmax=  3.5609e-09)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "L" for ibody=24
    d(Face)/d(L) check complete with        0 total errors (errmax=  2.9614e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  4.4192e-15)
    d(Node)/d(L) check complete with        0 total errors (errmax=  7.0497e-09)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "H" for ibody=24
    d(Face)/d(H) check complete with        0 total errors (errmax=  4.0314e-09)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.2214e-15)
    d(Node)/d(H) check complete with        0 total errors (errmax=  5.8217e-09)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DX1" for ibody=24
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  1.9038e-08)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  5.2382e-14)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DY1" for ibody=24
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  1.9233e-08)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  5.3254e-14)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DZ1" for ibody=24
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  4.8822e-08)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  3.6777e-13)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DX2" for ibody=24
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  6.2594e-08)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  3.7927e-13)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DY2" for ibody=24
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  6.0923e-08)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  3.6890e-13)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DZ2" for ibody=24
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  3.7191e-08)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  2.0366e-13)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DX3" for ibody=24
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  1.2351e-08)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  1.8293e-14)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DY3" for ibody=24
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  1.0900e-08)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  1.5520e-14)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "DZ3" for ibody=24
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  1.6279e-08)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  4.4955e-14)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "S1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

Comparing geometric sensitivities wrt "S1" for ibody=24
    d(Face)/d(S1) check complete with        0 total errors (errmax=  1.9275e-09)
    d(Edge)/d(S1) check complete with        0 total errors (errmax=  5.7056e-16)
    d(Node)/d(S1) check complete with        0 total errors (errmax=  1.8180e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=24
Computing finite difference sensitivities for ibody=24

real	0m5.453s
user	0m0.000s
sys	0m0.030s

Comparing geometric sensitivities wrt "S2" for ibody=24
    d(Face)/d(S2) check complete with        0 total errors (errmax=  1.7126e-09)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  2.7680e-16)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  8.3089e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.898 sec

Sensitivity checks complete with        0 total errors (max geom err=  6.2594e-08) with 0 suppressions
+ set +x
data\basic\designP1c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 176 / 275 )
data\basic\designP1d.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP1d.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "X0" for ibody=30
    d(Face)/d(X0) check complete with        0 total errors (errmax=  3.5620e-09)
    d(Edge)/d(X0) check complete with        0 total errors (errmax=  9.3801e-16)
    d(Node)/d(X0) check complete with        0 total errors (errmax=  2.5925e-09)
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "Y0" for ibody=30
    d(Face)/d(Y0) check complete with        0 total errors (errmax=  1.2081e-09)
    d(Edge)/d(Y0) check complete with        0 total errors (errmax=  9.6655e-17)
    d(Node)/d(Y0) check complete with        0 total errors (errmax=  1.0542e-09)
 

*********************************************************
Starting geometric sensitivity wrt "Z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "Z0" for ibody=30
    d(Face)/d(Z0) check complete with        0 total errors (errmax=  1.3017e-09)
    d(Edge)/d(Z0) check complete with        0 total errors (errmax=  1.3619e-15)
    d(Node)/d(Z0) check complete with        0 total errors (errmax=  3.5609e-09)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "L" for ibody=30
    d(Face)/d(L) check complete with        0 total errors (errmax=  3.3694e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  4.4192e-15)
    d(Node)/d(L) check complete with        0 total errors (errmax=  7.0497e-09)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "H" for ibody=30
    d(Face)/d(H) check complete with        0 total errors (errmax=  4.0983e-09)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.2214e-15)
    d(Node)/d(H) check complete with        0 total errors (errmax=  5.8217e-09)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "DX1" for ibody=30
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  2.1624e-08)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  4.1079e-14)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "DY1" for ibody=30
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  2.1458e-08)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  4.1212e-14)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "DZ1" for ibody=30
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  2.5466e-08)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  6.1172e-14)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "DX2" for ibody=30
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  6.1523e-08)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  2.1424e-13)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "DY2" for ibody=30
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  6.2189e-08)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  2.1508e-13)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "DZ2" for ibody=30
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  5.8658e-08)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  2.9727e-13)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "DX3" for ibody=30
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  3.1319e-09)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  6.6835e-16)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "DY3" for ibody=30
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  1.8252e-09)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  3.0131e-16)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "DZ3" for ibody=30
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  4.0728e-09)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  1.0732e-15)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "S1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "S1" for ibody=30
    d(Face)/d(S1) check complete with        0 total errors (errmax=  2.1328e-09)
    d(Edge)/d(S1) check complete with        0 total errors (errmax=  5.6326e-16)
    d(Node)/d(S1) check complete with        0 total errors (errmax=  1.8180e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=30
Computing finite difference sensitivities for ibody=30

Comparing geometric sensitivities wrt "S2" for ibody=30
    d(Face)/d(S2) check complete with        0 total errors (errmax=  1.5219e-09)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  2.7397e-16)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  8.3089e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      3.131 sec

Sensitivity checks complete with        0 total errors (max geom err=  6.2189e-08) with 0 suppressions

real	0m6.638s
user	0m0.015s
sys	0m0.062s
+ set +x
data\basic\designP1d -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 177 / 275 )
data\basic\designP2a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP2a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "X0" for ibody=14
    d(Face)/d(X0) check complete with        0 total errors (errmax=  5.4532e-10)
    d(Edge)/d(X0) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(X0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "Y0" for ibody=14
    d(Face)/d(Y0) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(Y0) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(Y0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "Z0" for ibody=14
    d(Face)/d(Z0) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(Z0) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(Z0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "L" for ibody=14
    d(Face)/d(L) check complete with        0 total errors (errmax=  5.4532e-10)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  2.7257e-17)
    d(Node)/d(L) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "H" for ibody=14
    d(Face)/d(H) check complete with        0 total errors (errmax=  5.4822e-10)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.1804e-17)
    d(Node)/d(H) check complete with        0 total errors (errmax=  4.8421e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX1" for ibody=14
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  6.1199e-10)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  7.8651e-18)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY1" for ibody=14
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  3.7107e-10)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  6.8143e-18)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ1" for ibody=14
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  2.4210e-10)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  6.8143e-18)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX2" for ibody=14
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  6.5789e-10)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  7.2483e-18)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY2" for ibody=14
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  3.4909e-10)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  6.8143e-18)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ2" for ibody=14
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  3.0382e-10)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  5.4511e-18)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX3" for ibody=14
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  6.1146e-10)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  1.7047e-17)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY3" for ibody=14
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  2.5640e-09)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  6.3582e-16)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  1.5620e-09)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ3" for ibody=14
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  7.8348e-10)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  5.7087e-17)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "S1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "S1" for ibody=14
    d(Face)/d(S1) check complete with        0 total errors (errmax=  1.6796e-09)
    d(Edge)/d(S1) check complete with        0 total errors (errmax=  2.8558e-16)
    d(Node)/d(S1) check complete with        0 total errors (errmax=  1.8180e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "S2" for ibody=14
    d(Face)/d(S2) check complete with        0 total errors (errmax=  8.4805e-10)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  5.4514e-17)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  8.3089e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.185 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.5640e-09) with 0 suppressions

real	0m1.316s
user	0m0.000s
sys	0m0.062s
+ set +x
data\basic\designP2a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 178 / 275 )
data\basic\designP2b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP2b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "X0" for ibody=14
    d(Face)/d(X0) check complete with        0 total errors (errmax=  1.4132e-09)
    d(Edge)/d(X0) check complete with        0 total errors (errmax=  9.5621e-17)
    d(Node)/d(X0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "Y0" for ibody=14
    d(Face)/d(Y0) check complete with        0 total errors (errmax=  7.9437e-10)
    d(Edge)/d(Y0) check complete with        0 total errors (errmax=  4.0055e-17)
    d(Node)/d(Y0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "Z0" for ibody=14
    d(Face)/d(Z0) check complete with        0 total errors (errmax=  5.4138e-10)
    d(Edge)/d(Z0) check complete with        0 total errors (errmax=  5.3886e-17)
    d(Node)/d(Z0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "L" for ibody=14
    d(Face)/d(L) check complete with        0 total errors (errmax=  1.4132e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  9.5621e-17)
    d(Node)/d(L) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "H" for ibody=14
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.6340e-10)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  4.1265e-17)
    d(Node)/d(H) check complete with        0 total errors (errmax=  4.8421e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX1" for ibody=14
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  1.7454e-09)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  1.5161e-16)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY1" for ibody=14
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  6.9398e-10)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  2.3905e-17)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ1" for ibody=14
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  5.7863e-10)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  2.3905e-17)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX2" for ibody=14
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  1.7454e-09)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  1.5161e-16)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY2" for ibody=14
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  6.0544e-10)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  1.2773e-17)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ2" for ibody=14
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  5.4237e-10)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  1.3472e-17)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX3" for ibody=14
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  1.6071e-09)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  1.1708e-16)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY3" for ibody=14
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  5.7466e-10)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  1.2773e-17)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ3" for ibody=14
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  5.1562e-10)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  1.3472e-17)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "S1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "S1" for ibody=14
    d(Face)/d(S1) check complete with        0 total errors (errmax=  2.5558e-09)
    d(Edge)/d(S1) check complete with        0 total errors (errmax=  5.0855e-16)
    d(Node)/d(S1) check complete with        0 total errors (errmax=  1.8180e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

real	0m5.072s
user	0m0.031s
sys	0m0.047s

Comparing geometric sensitivities wrt "S2" for ibody=14
    d(Face)/d(S2) check complete with        0 total errors (errmax=  1.5008e-09)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  1.0219e-16)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  8.3089e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      3.255 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.5558e-09) with 0 suppressions
+ set +x
data\basic\designP2b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 179 / 275 )
data\basic\designP2c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP2c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "X0" for ibody=14
    d(Face)/d(X0) check complete with        0 total errors (errmax=  1.6465e-09)
    d(Edge)/d(X0) check complete with        0 total errors (errmax=  2.2904e-16)
    d(Node)/d(X0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "Y0" for ibody=14
    d(Face)/d(Y0) check complete with        0 total errors (errmax=  9.7206e-10)
    d(Edge)/d(Y0) check complete with        0 total errors (errmax=  1.0360e-16)
    d(Node)/d(Y0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "Z0" for ibody=14
    d(Face)/d(Z0) check complete with        0 total errors (errmax=  6.8823e-10)
    d(Edge)/d(Z0) check complete with        0 total errors (errmax=  1.2227e-16)
    d(Node)/d(Z0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "L" for ibody=14
    d(Face)/d(L) check complete with        0 total errors (errmax=  1.6465e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  2.2904e-16)
    d(Node)/d(L) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "H" for ibody=14
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.9876e-10)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  8.8937e-17)
    d(Node)/d(H) check complete with        0 total errors (errmax=  4.8421e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX1" for ibody=14
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  1.8994e-08)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  5.2382e-14)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY1" for ibody=14
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  1.9189e-08)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  5.3254e-14)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ1" for ibody=14
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  4.8794e-08)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  3.6777e-13)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX2" for ibody=14
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  6.2481e-08)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  3.7587e-13)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY2" for ibody=14
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  6.0968e-08)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  3.7136e-13)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ2" for ibody=14
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  3.7333e-08)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  2.0452e-13)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DX3" for ibody=14
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  1.2378e-08)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  1.8345e-14)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DY3" for ibody=14
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  1.0951e-08)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  1.5520e-14)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "DZ3" for ibody=14
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  1.6283e-08)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  4.5577e-14)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "S1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

Comparing geometric sensitivities wrt "S1" for ibody=14
    d(Face)/d(S1) check complete with        0 total errors (errmax=  1.9049e-09)
    d(Edge)/d(S1) check complete with        0 total errors (errmax=  7.0521e-16)
    d(Node)/d(S1) check complete with        0 total errors (errmax=  1.8180e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
Computing finite difference sensitivities for ibody=14

real	0m6.000s
user	0m0.015s
sys	0m0.031s

Comparing geometric sensitivities wrt "S2" for ibody=14
    d(Face)/d(S2) check complete with        0 total errors (errmax=  1.7053e-09)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  3.1718e-16)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  8.3089e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.977 sec

Sensitivity checks complete with        0 total errors (max geom err=  6.2481e-08) with 0 suppressions
+ set +x
data\basic\designP2c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 180 / 275 )
data\basic\designP2d.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP2d.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "X0" for ibody=20
    d(Face)/d(X0) check complete with        0 total errors (errmax=  1.8528e-09)
    d(Edge)/d(X0) check complete with        0 total errors (errmax=  1.3168e-16)
    d(Node)/d(X0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "Y0" for ibody=20
    d(Face)/d(Y0) check complete with        0 total errors (errmax=  1.0464e-09)
    d(Edge)/d(Y0) check complete with        0 total errors (errmax=  7.7985e-17)
    d(Node)/d(Y0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "Z0" for ibody=20
    d(Face)/d(Z0) check complete with        0 total errors (errmax=  6.9170e-10)
    d(Edge)/d(Z0) check complete with        0 total errors (errmax=  1.0613e-16)
    d(Node)/d(Z0) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "L" for ibody=20
    d(Face)/d(L) check complete with        0 total errors (errmax=  1.8528e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  1.3168e-16)
    d(Node)/d(L) check complete with        0 total errors (errmax=  5.4138e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "H" for ibody=20
    d(Face)/d(H) check complete with        0 total errors (errmax=  7.9226e-10)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  8.8937e-17)
    d(Node)/d(H) check complete with        0 total errors (errmax=  4.8421e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DX1" for ibody=20
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  2.1389e-08)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  4.0790e-14)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DY1" for ibody=20
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  2.1543e-08)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  4.1721e-14)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DZ1" for ibody=20
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  2.5526e-08)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  6.1172e-14)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DX2" for ibody=20
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  6.1424e-08)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  2.1330e-13)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DY2" for ibody=20
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  6.2002e-08)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  2.1387e-13)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DZ2" for ibody=20
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  5.8452e-08)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  2.9688e-13)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DX3" for ibody=20
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  3.0387e-09)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  6.5843e-16)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DY3" for ibody=20
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  1.8534e-09)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  3.6283e-16)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "DZ3" for ibody=20
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  4.0232e-09)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  1.0010e-15)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "S1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "S1" for ibody=20
    d(Face)/d(S1) check complete with        0 total errors (errmax=  2.1234e-09)
    d(Edge)/d(S1) check complete with        0 total errors (errmax=  6.0427e-16)
    d(Node)/d(S1) check complete with        0 total errors (errmax=  1.8180e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=20
Computing finite difference sensitivities for ibody=20

Comparing geometric sensitivities wrt "S2" for ibody=20
    d(Face)/d(S2) check complete with        0 total errors (errmax=  1.5527e-09)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  1.3794e-16)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  8.3089e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      3.216 sec

Sensitivity checks complete with        0 total errors (max geom err=  6.2002e-08) with 0 suppressions

real	0m7.057s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designP2d -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 181 / 275 )
data\basic\designP3a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP3a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "R"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "Ytop"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "Ybot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.932 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0000e-20) with 0 suppressions

real	0m1.267s
user	0m0.015s
sys	0m0.031s
+ set +x
data\basic\designP3a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 182 / 275 )
data\basic\designP3b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP3b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "R"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "Ytop"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "Ybot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25

real	0m1.302s
user	0m0.000s
sys	0m0.046s
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.943 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0000e-20) with 0 suppressions
+ set +x
data\basic\designP3b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 183 / 275 )
data\basic\designP3c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP3c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "R"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "Ytop"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "Ybot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=25

real	0m2.459s
user	0m0.000s
sys	0m0.016s
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.064 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0000e-20) with 0 suppressions
+ set +x
data\basic\designP3c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 184 / 275 )
data\basic\designP3d.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP3d.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=31
 

*********************************************************
Starting geometric sensitivity wrt "Y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=31
 

*********************************************************
Starting geometric sensitivity wrt "R"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=31
 

*********************************************************
Starting geometric sensitivity wrt "Ytop"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=31
 

*********************************************************
Starting geometric sensitivity wrt "Ybot"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=31
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=31
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=31
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=31
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=31
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=31
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=31
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=31
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=31
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=31
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=31
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.280 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0000e-20) with 0 suppressions

real	0m2.764s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designP3d -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 185 / 275 )
data\basic\designP4a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP4a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "X1" for ibody=21
    d(Face)/d(X1) check complete with        0 total errors (errmax=  1.5064e-07)
    d(Edge)/d(X1) check complete with        0 total errors (errmax=  1.2056e-11)
    d(Node)/d(X1) check complete with        0 total errors (errmax=  3.6236e-07)
 

*********************************************************
Starting geometric sensitivity wrt "R1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "R1" for ibody=21
    d(Face)/d(R1) check complete with        0 total errors (errmax=  1.9674e-07)
    d(Edge)/d(R1) check complete with        0 total errors (errmax=  2.0621e-11)
    d(Node)/d(R1) check complete with        0 total errors (errmax=  4.7381e-07)
 

*********************************************************
Starting geometric sensitivity wrt "X2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "X2" for ibody=21
    d(Face)/d(X2) check complete with        0 total errors (errmax=  1.5054e-07)
    d(Edge)/d(X2) check complete with        0 total errors (errmax=  1.1990e-11)
    d(Node)/d(X2) check complete with        0 total errors (errmax=  3.6134e-07)
 

*********************************************************
Starting geometric sensitivity wrt "R2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "R2" for ibody=21
    d(Face)/d(R2) check complete with        0 total errors (errmax=  9.8470e-08)
    d(Edge)/d(R2) check complete with        0 total errors (errmax=  4.7683e-12)
    d(Node)/d(R2) check complete with        0 total errors (errmax=  2.3262e-07)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DX1" for ibody=21
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  3.6823e-10)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  6.4134e-18)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DY1" for ibody=21
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  2.8200e-10)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  5.2997e-17)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DZ1" for ibody=21
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  3.0863e-10)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  3.2972e-18)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  1.7805e-09)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DX2" for ibody=21
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  3.8749e-10)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  6.4134e-18)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DY2" for ibody=21
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  2.8619e-10)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  5.2997e-17)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DZ2" for ibody=21
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  3.3274e-10)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  5.7304e-18)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  1.7805e-09)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DX3" for ibody=21
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  2.7653e-10)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  3.0380e-18)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DY3" for ibody=21
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  2.7653e-10)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  1.9829e-16)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  8.4722e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DZ3" for ibody=21
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  2.9635e-10)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  3.9997e-18)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  1.7805e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "S2" for ibody=21
    d(Face)/d(S2) check complete with        0 total errors (errmax=  7.2747e-10)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  3.3105e-17)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  7.6829e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.049 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.7381e-07) with 0 suppressions

real	0m1.027s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designP4a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 186 / 275 )
data\basic\designP4b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP4b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "X1" for ibody=21
    d(Face)/d(X1) check complete with        0 total errors (errmax=  1.5097e-02)
    d(Edge)/d(X1) check complete with        0 total errors (errmax=  1.0257e-02)
    d(Node)/d(X1) check complete with        0 total errors (errmax=  3.6236e-07)
 

*********************************************************
Starting geometric sensitivity wrt "R1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "R1" for ibody=21
    d(Face)/d(R1) check complete with        0 total errors (errmax=  1.7254e-02)
    d(Edge)/d(R1) check complete with        0 total errors (errmax=  1.3396e-02)
    d(Node)/d(R1) check complete with        0 total errors (errmax=  4.7381e-07)
 

*********************************************************
Starting geometric sensitivity wrt "X2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "X2" for ibody=21
    d(Face)/d(X2) check complete with        0 total errors (errmax=  1.5097e-02)
    d(Edge)/d(X2) check complete with        0 total errors (errmax=  1.0257e-02)
    d(Node)/d(X2) check complete with        0 total errors (errmax=  3.6134e-07)
 

*********************************************************
Starting geometric sensitivity wrt "R2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "R2" for ibody=21
    d(Face)/d(R2) check complete with        0 total errors (errmax=  6.6313e-03)
    d(Edge)/d(R2) check complete with        0 total errors (errmax=  1.9788e-03)
    d(Node)/d(R2) check complete with        0 total errors (errmax=  2.3262e-07)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DX1" for ibody=21
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  4.1257e-10)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  6.9452e-18)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DY1" for ibody=21
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  6.0103e-10)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  6.1150e-17)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DZ1" for ibody=21
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  4.6848e-10)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  3.7510e-16)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  1.7805e-09)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DX2" for ibody=21
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  3.9357e-10)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  7.0775e-18)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DY2" for ibody=21
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  6.0103e-10)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  6.1150e-17)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DZ2" for ibody=21
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  4.6848e-10)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  3.7510e-16)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  1.7805e-09)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DX3" for ibody=21
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  3.5704e-10)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  4.8865e-18)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DY3" for ibody=21
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  4.2416e-10)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  5.3281e-17)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DZ3" for ibody=21
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  4.8684e-10)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  3.7510e-16)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  1.7805e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

real	0m11.040s
user	0m0.000s
sys	0m0.046s

Comparing geometric sensitivities wrt "S2" for ibody=21
    d(Face)/d(S2) check complete with        0 total errors (errmax=  5.6870e-10)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  1.2754e-16)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  7.6829e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      7.858 sec

Sensitivity checks complete with      112 total errors (max geom err=  1.7254e-02) with 0 suppressions
+ set +x
data\basic\designP4b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 187 / 275 )
data\basic\designP4c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP4c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "X1" for ibody=21
    d(Face)/d(X1) check complete with        0 total errors (errmax=  1.4885e-02)
    d(Edge)/d(X1) check complete with        0 total errors (errmax=  1.0257e-02)
    d(Node)/d(X1) check complete with        0 total errors (errmax=  3.6236e-07)
 

*********************************************************
Starting geometric sensitivity wrt "R1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "R1" for ibody=21
    d(Face)/d(R1) check complete with        0 total errors (errmax=  1.7011e-02)
    d(Edge)/d(R1) check complete with        0 total errors (errmax=  1.3396e-02)
    d(Node)/d(R1) check complete with        0 total errors (errmax=  4.7381e-07)
 

*********************************************************
Starting geometric sensitivity wrt "X2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "X2" for ibody=21
    d(Face)/d(X2) check complete with        0 total errors (errmax=  1.4885e-02)
    d(Edge)/d(X2) check complete with        0 total errors (errmax=  1.0257e-02)
    d(Node)/d(X2) check complete with        0 total errors (errmax=  3.6134e-07)
 

*********************************************************
Starting geometric sensitivity wrt "R2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "R2" for ibody=21
    d(Face)/d(R2) check complete with        0 total errors (errmax=  6.4848e-03)
    d(Edge)/d(R2) check complete with        0 total errors (errmax=  1.9788e-03)
    d(Node)/d(R2) check complete with        0 total errors (errmax=  2.3262e-07)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DX1" for ibody=21
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  2.0472e-08)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  8.8277e-14)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DY1" for ibody=21
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  2.0435e-08)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  8.8909e-14)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DZ1" for ibody=21
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  5.7617e-08)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  6.8296e-13)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  1.7805e-09)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DX2" for ibody=21
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  5.7623e-08)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  6.4815e-13)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DY2" for ibody=21
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  4.2132e-08)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  6.4149e-13)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DZ2" for ibody=21
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  4.0154e-08)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  3.3685e-13)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  1.7805e-09)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DX3" for ibody=21
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  1.1526e-08)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  2.9356e-14)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DY3" for ibody=21
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  1.1784e-08)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  3.0314e-14)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

Comparing geometric sensitivities wrt "DZ3" for ibody=21
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  1.6339e-08)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  6.8745e-14)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  1.7805e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=21
Computing finite difference sensitivities for ibody=21

real	0m8.095s
user	0m0.015s
sys	0m0.015s

Comparing geometric sensitivities wrt "S2" for ibody=21
    d(Face)/d(S2) check complete with        0 total errors (errmax=  5.7875e-10)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  1.2818e-16)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  7.6829e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      4.738 sec

Sensitivity checks complete with       48 total errors (max geom err=  1.7011e-02) with 0 suppressions
+ set +x
data\basic\designP4c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 188 / 275 )
data\basic\designP4d.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP4d.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "X1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "X1" for ibody=27
    d(Face)/d(X1) check complete with        0 total errors (errmax=  1.5033e-02)
    d(Edge)/d(X1) check complete with        0 total errors (errmax=  1.0257e-02)
    d(Node)/d(X1) check complete with        0 total errors (errmax=  3.6236e-07)
 

*********************************************************
Starting geometric sensitivity wrt "R1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "R1" for ibody=27
    d(Face)/d(R1) check complete with        0 total errors (errmax=  1.7180e-02)
    d(Edge)/d(R1) check complete with        0 total errors (errmax=  1.3396e-02)
    d(Node)/d(R1) check complete with        0 total errors (errmax=  4.7381e-07)
 

*********************************************************
Starting geometric sensitivity wrt "X2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "X2" for ibody=27
    d(Face)/d(X2) check complete with        0 total errors (errmax=  1.5033e-02)
    d(Edge)/d(X2) check complete with        0 total errors (errmax=  1.0257e-02)
    d(Node)/d(X2) check complete with        0 total errors (errmax=  3.6134e-07)
 

*********************************************************
Starting geometric sensitivity wrt "R2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "R2" for ibody=27
    d(Face)/d(R2) check complete with        0 total errors (errmax=  6.5456e-03)
    d(Edge)/d(R2) check complete with        0 total errors (errmax=  1.9788e-03)
    d(Node)/d(R2) check complete with        0 total errors (errmax=  2.3262e-07)
 

*********************************************************
Starting geometric sensitivity wrt "DX1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "DX1" for ibody=27
    d(Face)/d(DX1) check complete with        0 total errors (errmax=  2.5779e-08)
    d(Edge)/d(DX1) check complete with        0 total errors (errmax=  5.9862e-14)
    d(Node)/d(DX1) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "DY1" for ibody=27
    d(Face)/d(DY1) check complete with        0 total errors (errmax=  2.5761e-08)
    d(Edge)/d(DY1) check complete with        0 total errors (errmax=  5.9842e-14)
    d(Node)/d(DY1) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "DZ1" for ibody=27
    d(Face)/d(DZ1) check complete with        0 total errors (errmax=  3.2058e-08)
    d(Edge)/d(DZ1) check complete with        0 total errors (errmax=  9.6828e-14)
    d(Node)/d(DZ1) check complete with        0 total errors (errmax=  1.7805e-09)
 

*********************************************************
Starting geometric sensitivity wrt "DX2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "DX2" for ibody=27
    d(Face)/d(DX2) check complete with        0 total errors (errmax=  5.7463e-08)
    d(Edge)/d(DX2) check complete with        0 total errors (errmax=  2.8768e-13)
    d(Node)/d(DX2) check complete with        0 total errors (errmax=  2.7069e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "DY2" for ibody=27
    d(Face)/d(DY2) check complete with        0 total errors (errmax=  4.1439e-08)
    d(Edge)/d(DY2) check complete with        0 total errors (errmax=  2.9115e-13)
    d(Node)/d(DY2) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "DZ2" for ibody=27
    d(Face)/d(DZ2) check complete with        0 total errors (errmax=  6.3098e-08)
    d(Edge)/d(DZ2) check complete with        0 total errors (errmax=  3.5647e-13)
    d(Node)/d(DZ2) check complete with        0 total errors (errmax=  1.7805e-09)
 

*********************************************************
Starting geometric sensitivity wrt "DX3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "DX3" for ibody=27
    d(Face)/d(DX3) check complete with        0 total errors (errmax=  1.0457e-09)
    d(Edge)/d(DX3) check complete with        0 total errors (errmax=  8.0206e-17)
    d(Node)/d(DX3) check complete with        0 total errors (errmax=  2.4210e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DY3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "DY3" for ibody=27
    d(Face)/d(DY3) check complete with        0 total errors (errmax=  9.9064e-10)
    d(Edge)/d(DY3) check complete with        0 total errors (errmax=  8.1518e-16)
    d(Node)/d(DY3) check complete with        0 total errors (errmax=  7.5489e-10)
 

*********************************************************
Starting geometric sensitivity wrt "DZ3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "DZ3" for ibody=27
    d(Face)/d(DZ3) check complete with        0 total errors (errmax=  1.1552e-09)
    d(Edge)/d(DZ3) check complete with        0 total errors (errmax=  3.7510e-16)
    d(Node)/d(DZ3) check complete with        0 total errors (errmax=  1.7805e-09)
 

*********************************************************
Starting geometric sensitivity wrt "S2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=27
Computing finite difference sensitivities for ibody=27

Comparing geometric sensitivities wrt "S2" for ibody=27
    d(Face)/d(S2) check complete with        0 total errors (errmax=  5.7172e-10)
    d(Edge)/d(S2) check complete with        0 total errors (errmax=  1.2752e-16)
    d(Node)/d(S2) check complete with        0 total errors (errmax=  7.6829e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      4.280 sec

Sensitivity checks complete with       80 total errors (max geom err=  1.7180e-02) with 0 suppressions

real	0m9.534s
user	0m0.000s
sys	0m0.030s
+ set +x
data\basic\designP4d -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 189 / 275 )
data\basic\designP5a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP5a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "rad" for ibody=7
    d(Face)/d(rad) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  2.0621e-18)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  1.6140e-10)
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "rad" for ibody=12
    d(Face)/d(rad) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  2.2213e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xcut"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xcut" for ibody=7
    d(Face)/d(xcut) check complete with        0 total errors (errmax=  9.4993e-11)
    d(Edge)/d(xcut) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(xcut) check complete with        0 total errors (errmax=  1.6140e-10)
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xcut" for ibody=12
    d(Face)/d(xcut) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(xcut) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(xcut) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "zcut"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "zcut" for ibody=7
    d(Face)/d(zcut) check complete with        0 total errors (errmax=  9.4993e-11)
    d(Edge)/d(zcut) check complete with        0 total errors (errmax=  1.5003e-11)
    d(Node)/d(zcut) check complete with        0 total errors (errmax=  5.7740e-07)
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "zcut" for ibody=12
    d(Face)/d(zcut) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(zcut) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(zcut) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "xrod"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xrod" for ibody=7
    d(Face)/d(xrod) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(xrod) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(xrod) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xrod" for ibody=12
    d(Face)/d(xrod) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(xrod) check complete with        0 total errors (errmax=  4.9235e-18)
    d(Node)/d(xrod) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zrod"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "zrod" for ibody=7
    d(Face)/d(zrod) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(zrod) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(zrod) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "zrod" for ibody=12
    d(Face)/d(zrod) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(zrod) check complete with        0 total errors (errmax=  4.9235e-18)
    d(Node)/d(zrod) check complete with        0 total errors (errmax=  8.8913e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.047 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.8913e-07) with 0 suppressions

real	0m0.880s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designP5a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 190 / 275 )
data\basic\designP5b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designP5b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "rad"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "rad" for ibody=10
    d(Face)/d(rad) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  2.0621e-18)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  1.6140e-10)
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "rad" for ibody=15
    d(Face)/d(rad) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(rad) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(rad) check complete with        0 total errors (errmax=  2.2213e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xcut"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xcut" for ibody=10
    d(Face)/d(xcut) check complete with        0 total errors (errmax=  9.4993e-11)
    d(Edge)/d(xcut) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(xcut) check complete with        0 total errors (errmax=  1.6140e-10)
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "xcut" for ibody=15
    d(Face)/d(xcut) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(xcut) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(xcut) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "zcut"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "zcut" for ibody=10
    d(Face)/d(zcut) check complete with        0 total errors (errmax=  9.4993e-11)
    d(Edge)/d(zcut) check complete with        0 total errors (errmax=  1.5003e-11)
    d(Node)/d(zcut) check complete with        0 total errors (errmax=  5.7740e-07)
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "zcut" for ibody=15
    d(Face)/d(zcut) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(zcut) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(zcut) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "xrod"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xrod" for ibody=10
    d(Face)/d(xrod) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(xrod) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(xrod) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "xrod" for ibody=15
    d(Face)/d(xrod) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(xrod) check complete with        0 total errors (errmax=  4.9235e-18)
    d(Node)/d(xrod) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zrod"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "zrod" for ibody=10
    d(Face)/d(zrod) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(zrod) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(zrod) check complete with        0 total errors (errmax=  0.0000e+00)
Computing analytic sensitivities (if possible) for ibody=15
Computing finite difference sensitivities for ibody=15

Comparing geometric sensitivities wrt "zrod" for ibody=15
    d(Face)/d(zrod) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(zrod) check complete with        0 total errors (errmax=  4.9235e-18)
    d(Node)/d(zrod) check complete with        0 total errors (errmax=  8.8913e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.041 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.8913e-07) with 0 suppressions

real	0m0.950s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designP5b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 191 / 275 )
data\basic\designQ1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designQ1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "L1" for ibody=6
    d(Face)/d(L1) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(L1) check complete with        0 total errors (errmax=  7.8062e-17)
    d(Node)/d(L1) check complete with        0 total errors (errmax=  2.0512e-09)
 

*********************************************************
Starting geometric sensitivity wrt "L2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "L2" for ibody=6
    d(Face)/d(L2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(L2) check complete with        0 total errors (errmax=  1.0365e-16)
    d(Node)/d(L2) check complete with        0 total errors (errmax=  2.0512e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.000 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0512e-09) with 0 suppressions

real	0m0.205s
user	0m0.000s
sys	0m0.000s
+ set +x
data\basic\designQ1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 192 / 275 )
data\basic\designQ2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designQ2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "L1" for ibody=6
    d(Face)/d(L1) check complete with        0 total errors (errmax=  6.5121e-10)
    d(Edge)/d(L1) check complete with        0 total errors (errmax=  1.8933e-16)
    d(Node)/d(L1) check complete with        0 total errors (errmax=  2.0512e-09)
 

*********************************************************
Starting geometric sensitivity wrt "L2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "L2" for ibody=6
    d(Face)/d(L2) check complete with        0 total errors (errmax=  6.4137e-10)
    d(Edge)/d(L2) check complete with        0 total errors (errmax=  1.8933e-16)
    d(Node)/d(L2) check complete with        0 total errors (errmax=  2.0512e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.001 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0512e-09) with 0 suppressions

real	0m0.223s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designQ2 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 193 / 275 )
data\basic\designR0a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR0a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "poly[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[1,1]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  7.1866e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.5038e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[1,2]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  7.9507e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.0353e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[1,3]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  8.1877e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  6.6754e-14)

*********************************************************
Starting geometric sensitivity wrt "poly[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[1,4]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  6.3060e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  2.5698e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[1,5]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  6.2086e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  6.5285e-17)

*********************************************************
Starting geometric sensitivity wrt "poly[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[2,1]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.0378e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.5038e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[2,2]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  6.1308e-21)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.0353e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[2,3]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  3.2173e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.7974e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[2,4]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.3693e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.1860e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,5]"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.542s
user	0m0.000s
sys	0m0.031s
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[2,5]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.2815e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.2526e-13)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.038 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.7974e-13) with 0 suppressions
+ set +x
data\basic\designR0a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 194 / 275 )
data\basic\designR0b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR0b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "poly[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[1,1]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.9319e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "poly[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[1,2]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.5668e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "poly[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[1,3]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.7617e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "poly[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[1,4]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.1475e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "poly[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[1,5]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.7427e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "poly[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[2,1]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  8.4350e-21)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.2049e-11)

*********************************************************
Starting geometric sensitivity wrt "poly[2,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[2,2]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.3120e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.2049e-11)

*********************************************************
Starting geometric sensitivity wrt "poly[2,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[2,3]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.3835e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.2049e-11)

*********************************************************
Starting geometric sensitivity wrt "poly[2,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "poly[2,4]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  7.3300e-21)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.2049e-11)

*********************************************************
Starting geometric sensitivity wrt "poly[2,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

real	0m0.252s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "poly[2,5]" for ibody=1
    d(Face)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.0008e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.2049e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.012 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.2049e-11) with 0 suppressions
+ set +x
data\basic\designR0b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 195 / 275 )
data\basic\designR0c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR0c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "param[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,1]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  5.3546e-09)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.2131e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,2]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  7.4948e-12)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4041e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,3]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  7.1255e-20)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4053e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,4]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.9877e-20)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.6020e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,5]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  9.7837e-21)
    d(Node)/d(param) check complete with        0 total errors (errmax=  9.6016e-14)

*********************************************************
Starting geometric sensitivity wrt "param[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,6]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  6.7077e-13)
    d(Node)/d(param) check complete with        0 total errors (errmax=  5.6731e-14)

*********************************************************
Starting geometric sensitivity wrt "param[1,7]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,7]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.5391e-18)
    d(Node)/d(param) check complete with        0 total errors (errmax=  4.1461e-15)

*********************************************************
Starting geometric sensitivity wrt "param[1,8]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,8]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  2.0124e-18)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.9653e-14)

*********************************************************
Starting geometric sensitivity wrt "param[1,9]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,9]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  6.6358e-19)
    d(Node)/d(param) check complete with        0 total errors (errmax=  4.6812e-14)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.025 sec

Sensitivity checks complete with        0 total errors (max geom err=  5.3546e-09) with 0 suppressions

real	0m0.344s
user	0m0.015s
sys	0m0.000s
+ set +x
data\basic\designR0c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 196 / 275 )
data\basic\designR0d.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR0d.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "param[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,1]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  4.3894e-10)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.6767e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,2]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.8918e-12)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,3]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.5390e-20)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,4]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  4.3146e-21)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,5]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  9.6789e-22)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,6]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.6760e-13)
    d(Node)/d(param) check complete with        0 total errors (errmax=  5.6087e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,7]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,7]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  2.9639e-19)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.7825e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,8]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,8]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.5223e-19)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.9430e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,9]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

real	0m0.276s
user	0m0.000s
sys	0m0.062s

Comparing geometric sensitivities wrt "param[1,9]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.6180e-19)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.9937e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.010 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.3894e-10) with 0 suppressions
+ set +x
data\basic\designR0d -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 197 / 275 )
data\basic\designR0e.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR0e.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "param[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,1]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  5.2654e-09)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.6854e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,2]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  7.5093e-12)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4041e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,3]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  5.8429e-20)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4053e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,4]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.5573e-20)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.6020e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,5]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  4.1637e-21)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.5861e-13)

*********************************************************
Starting geometric sensitivity wrt "param[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,6]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  6.7116e-13)
    d(Node)/d(param) check complete with        0 total errors (errmax=  5.6087e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,7]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,7]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.1730e-18)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.7825e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,8]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,8]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.4050e-18)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.9430e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,9]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "param[1,9]" for ibody=1
    d(Face)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  6.5133e-19)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.9060e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ztail[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ztail[1,1]" for ibody=1
    d(Face)/d(ztail) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(ztail) check complete with        0 total errors (errmax=  2.4082e-21)
    d(Node)/d(ztail) check complete with        0 total errors (errmax=  4.2414e-13)

*********************************************************
Starting geometric sensitivity wrt "ztail[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "ztail[1,2]" for ibody=1
    d(Face)/d(ztail) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(ztail) check complete with        0 total errors (errmax=  4.1968e-22)
    d(Node)/d(ztail) check complete with        0 total errors (errmax=  1.4257e-12)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.030 sec

Sensitivity checks complete with        0 total errors (max geom err=  5.2654e-09) with 0 suppressions

real	0m0.435s
user	0m0.000s
sys	0m0.030s
+ set +x
data\basic\designR0e -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 198 / 275 )
data\basic\designR1a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR1a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "span" for ibody=2
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  1.9574e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "poly[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[1,1]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  3.4220e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.7980e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.5038e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[1,2]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  3.4525e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  3.8215e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.0353e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[1,3]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  3.3276e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  5.5026e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  6.6754e-14)

*********************************************************
Starting geometric sensitivity wrt "poly[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[1,4]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  3.2811e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  3.3246e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  2.5698e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[1,5]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  3.2687e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  3.9173e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  6.5285e-17)

*********************************************************
Starting geometric sensitivity wrt "poly[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[2,1]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  2.9466e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  6.9333e-21)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.5038e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[2,2]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  2.9260e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.9699e-21)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.0353e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[2,3]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  2.9194e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.2751e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.7974e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[2,4]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  2.9187e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  9.4275e-21)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.1860e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[2,5]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  2.9187e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  8.3261e-21)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.2526e-13)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.813 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions

real	0m1.897s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designR1a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 199 / 275 )
data\basic\designR1b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR1b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "span" for ibody=2
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.5763e-12)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  1.9184e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "poly[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[1,1]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.2986e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.8353e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "poly[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[1,2]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.3558e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.3547e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "poly[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[1,3]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.1938e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  9.8061e-21)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "poly[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[1,4]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.2071e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.3095e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "poly[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[1,5]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.1564e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.0751e-20)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "poly[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[2,1]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.0882e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.9413e-19)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.2049e-11)

*********************************************************
Starting geometric sensitivity wrt "poly[2,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[2,2]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.0745e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.9413e-19)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.2049e-11)

*********************************************************
Starting geometric sensitivity wrt "poly[2,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[2,3]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.1167e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.9413e-19)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.2049e-11)

*********************************************************
Starting geometric sensitivity wrt "poly[2,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "poly[2,4]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.0530e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.9413e-19)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.2049e-11)

*********************************************************
Starting geometric sensitivity wrt "poly[2,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

real	0m0.820s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "poly[2,5]" for ibody=2
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.0833e-11)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.9413e-19)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.2049e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.416 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions
+ set +x
data\basic\designR1b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 200 / 275 )
data\basic\designR1c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR1c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "span" for ibody=2
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  1.9965e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "param[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,1]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  6.1168e-06)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  2.6611e-09)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.2131e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,2]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.6084e-07)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.7292e-12)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4041e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,3]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.6915e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.0935e-19)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4053e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,4]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  9.8380e-12)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  4.8505e-20)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.6020e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,5]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  8.6733e-12)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  7.3839e-21)
    d(Node)/d(param) check complete with        0 total errors (errmax=  9.6016e-14)

*********************************************************
Starting geometric sensitivity wrt "param[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,6]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  4.9688e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.3426e-13)
    d(Node)/d(param) check complete with        0 total errors (errmax=  5.6731e-14)

*********************************************************
Starting geometric sensitivity wrt "param[1,7]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,7]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  7.7977e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.0024e-18)
    d(Node)/d(param) check complete with        0 total errors (errmax=  4.1461e-15)

*********************************************************
Starting geometric sensitivity wrt "param[1,8]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,8]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  9.5281e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.3753e-18)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.9653e-14)

*********************************************************
Starting geometric sensitivity wrt "param[1,9]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

real	0m1.684s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "param[1,9]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  4.6193e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.8388e-19)
    d(Node)/d(param) check complete with        0 total errors (errmax=  4.6812e-14)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.774 sec

Sensitivity checks complete with        0 total errors (max geom err=  6.1168e-06) with 0 suppressions
+ set +x
data\basic\designR1c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 201 / 275 )
data\basic\designR1d.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR1d.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "span" for ibody=2
    d(Face)/d(span) check complete with        0 total errors (errmax=  3.9971e-14)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  1.7093e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "param[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,1]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.7738e-06)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  2.1709e-10)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.6767e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,2]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.1679e-07)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  9.4123e-13)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,3]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.0178e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  7.1475e-21)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,4]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  5.3836e-12)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  2.0003e-21)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,5]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  2.6622e-12)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  4.8909e-22)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,6]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  3.4790e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  8.3514e-14)
    d(Node)/d(param) check complete with        0 total errors (errmax=  5.6087e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,7]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,7]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  4.3890e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  6.0051e-18)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.7825e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,8]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,8]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  4.1046e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  7.1350e-18)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.9430e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,9]"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.518s
user	0m0.015s
sys	0m0.047s
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,9]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  3.4174e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.0144e-19)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.9937e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.163 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.7738e-06) with 0 suppressions
+ set +x
data\basic\designR1d -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 202 / 275 )
data\basic\designR1e.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR1e.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "span" for ibody=2
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  1.8793e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "param[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,1]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  6.2087e-06)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  2.6554e-09)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.6854e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,2]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.7547e-07)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.7364e-12)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4041e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,3]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.6577e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.0935e-19)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4053e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,4]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  9.5117e-12)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  4.8505e-20)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.6020e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,5]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  6.3748e-12)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.8995e-21)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.5861e-13)

*********************************************************
Starting geometric sensitivity wrt "param[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,6]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  5.1655e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.3445e-13)
    d(Node)/d(param) check complete with        0 total errors (errmax=  5.6087e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,7]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,7]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  6.3071e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  6.0051e-18)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.7825e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,8]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,8]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  7.3009e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  7.1350e-18)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.9430e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,9]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "param[1,9]" for ibody=2
    d(Face)/d(param) check complete with        0 total errors (errmax=  5.1334e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.6915e-19)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.9060e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ztail[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "ztail[1,1]" for ibody=2
    d(Face)/d(ztail) check complete with        0 total errors (errmax=  4.8021e-12)
    d(Edge)/d(ztail) check complete with        0 total errors (errmax=  1.2283e-21)
    d(Node)/d(ztail) check complete with        0 total errors (errmax=  4.2414e-13)

*********************************************************
Starting geometric sensitivity wrt "ztail[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "ztail[1,2]" for ibody=2
    d(Face)/d(ztail) check complete with        0 total errors (errmax=  3.9651e-12)
    d(Edge)/d(ztail) check complete with        0 total errors (errmax=  3.8416e-22)
    d(Node)/d(ztail) check complete with        0 total errors (errmax=  1.4257e-12)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.795 sec

Sensitivity checks complete with        0 total errors (max geom err=  6.2087e-06) with 0 suppressions

real	0m1.556s
user	0m0.015s
sys	0m0.015s
+ set +x
data\basic\designR1e -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 203 / 275 )
data\basic\designR2a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR2a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "span" for ibody=5
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  1.9642e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "poly[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[1,1]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.1004e-05)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  5.9618e-09)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.5038e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[1,2]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  6.6872e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  4.1908e-13)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.0353e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[1,3]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  5.0061e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.3486e-13)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  6.6754e-14)

*********************************************************
Starting geometric sensitivity wrt "poly[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[1,4]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  3.3313e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.0399e-13)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  2.5698e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[1,5]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.6626e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.5901e-14)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  6.5285e-17)

*********************************************************
Starting geometric sensitivity wrt "poly[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[2,1]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.1005e-05)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  5.9634e-09)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.5038e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[2,2]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.0987e-07)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.1834e-12)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.0353e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[2,3]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  8.2245e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  6.6321e-13)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.7974e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[2,4]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  5.4726e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.9363e-13)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.1860e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

real	0m7.692s
user	0m0.000s
sys	0m0.063s

Comparing geometric sensitivities wrt "poly[2,5]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  2.7311e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  7.3131e-14)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.2526e-13)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      5.372 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.1005e-05) with 0 suppressions
+ set +x
data\basic\designR2a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 204 / 275 )
data\basic\designR2b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR2b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "span" for ibody=5
    d(Face)/d(span) check complete with        0 total errors (errmax=  2.0011e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  1.6956e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "poly[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[1,1]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  2.1469e-09)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.5368e-16)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "poly[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[1,2]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.8576e-09)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.1717e-16)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "poly[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[1,3]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.2741e-09)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  5.3772e-17)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "poly[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[1,4]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  8.4808e-10)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.3948e-17)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "poly[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[1,5]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  4.2472e-10)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  5.9332e-18)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "poly[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[2,1]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  2.1471e-09)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.5358e-16)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.2049e-11)

*********************************************************
Starting geometric sensitivity wrt "poly[2,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[2,2]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.8585e-09)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.1676e-16)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.2049e-11)

*********************************************************
Starting geometric sensitivity wrt "poly[2,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[2,3]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.2750e-09)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  5.3474e-17)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.2049e-11)

*********************************************************
Starting geometric sensitivity wrt "poly[2,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[2,4]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  8.4835e-10)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.3840e-17)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.2049e-11)

*********************************************************
Starting geometric sensitivity wrt "poly[2,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "poly[2,5]" for ibody=5
    d(Face)/d(poly) check complete with        0 total errors (errmax=  4.2443e-10)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  5.9787e-18)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.2049e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      2.717 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.1471e-09) with 0 suppressions

real	0m3.886s
user	0m0.000s
sys	0m0.046s
+ set +x
data\basic\designR2b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 205 / 275 )
data\basic\designR2c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR2c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "span" for ibody=5
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  2.0440e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "param[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,1]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  6.1185e-06)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  2.6617e-09)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.2131e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,2]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.6089e-07)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.7299e-12)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4041e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,3]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  4.9021e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.2189e-13)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4053e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,4]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.2964e-09)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.1095e-16)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.6020e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,5]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.1247e-09)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.8636e-16)
    d(Node)/d(param) check complete with        0 total errors (errmax=  9.6016e-14)

*********************************************************
Starting geometric sensitivity wrt "param[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,6]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  4.9961e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.3555e-13)
    d(Node)/d(param) check complete with        0 total errors (errmax=  5.6731e-14)

*********************************************************
Starting geometric sensitivity wrt "param[1,7]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,7]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  4.1938e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  8.9994e-14)
    d(Node)/d(param) check complete with        0 total errors (errmax=  4.1461e-15)

*********************************************************
Starting geometric sensitivity wrt "param[1,8]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,8]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.8732e-09)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.8228e-16)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.9653e-14)

*********************************************************
Starting geometric sensitivity wrt "param[1,9]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,9]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.0973e-09)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.8061e-16)
    d(Node)/d(param) check complete with        0 total errors (errmax=  4.6812e-14)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      5.758 sec

Sensitivity checks complete with        0 total errors (max geom err=  6.1185e-06) with 0 suppressions

real	0m8.614s
user	0m0.000s
sys	0m0.000s
+ set +x
data\basic\designR2c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 206 / 275 )
data\basic\designR2d.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR2d.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "span" for ibody=5
    d(Face)/d(span) check complete with        0 total errors (errmax=  4.2860e-13)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  1.4865e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "param[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,1]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.7738e-06)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  2.1709e-10)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.6767e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,2]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.1680e-07)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  9.4124e-13)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,3]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  3.2936e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  7.4796e-20)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,4]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  5.6638e-12)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  2.0515e-21)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,5]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  2.6904e-12)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  4.0301e-22)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,6]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  3.4790e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  8.3514e-14)
    d(Node)/d(param) check complete with        0 total errors (errmax=  5.6087e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,7]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,7]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  5.0891e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  6.0051e-18)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.7825e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,8]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,8]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  4.1122e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  7.1350e-18)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.9430e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,9]"
*********************************************************

Propagating velocities throughout feature tree

real	0m2.554s
user	0m0.000s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,9]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  3.4583e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.0144e-19)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.9937e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.824 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.7738e-06) with 0 suppressions
+ set +x
data\basic\designR2d -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 207 / 275 )
data\basic\designR2e.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR2e.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "span" for ibody=5
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  1.9251e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "param[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,1]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  6.2109e-06)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  2.6560e-09)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.6854e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,2]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.7553e-07)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.7370e-12)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4041e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,3]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  5.2774e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  9.5149e-14)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4053e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,4]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.2796e-09)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  5.5940e-17)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.6020e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,5]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  9.0969e-12)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.2277e-21)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.5861e-13)

*********************************************************
Starting geometric sensitivity wrt "param[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,6]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  5.1958e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.3570e-13)
    d(Node)/d(param) check complete with        0 total errors (errmax=  5.6087e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,7]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,7]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  4.4326e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  7.7938e-14)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.7825e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,8]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,8]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.9728e-09)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.5487e-16)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.9430e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,9]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "param[1,9]" for ibody=5
    d(Face)/d(param) check complete with        0 total errors (errmax=  6.3692e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.4488e-19)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.9060e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ztail[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "ztail[1,1]" for ibody=5
    d(Face)/d(ztail) check complete with        0 total errors (errmax=  2.8738e-07)
    d(Edge)/d(ztail) check complete with        0 total errors (errmax=  2.8214e-12)
    d(Node)/d(ztail) check complete with        0 total errors (errmax=  4.2414e-13)

*********************************************************
Starting geometric sensitivity wrt "ztail[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

real	0m7.962s
user	0m0.015s
sys	0m0.015s

Comparing geometric sensitivities wrt "ztail[1,2]" for ibody=5
    d(Face)/d(ztail) check complete with        0 total errors (errmax=  2.8093e-07)
    d(Edge)/d(ztail) check complete with        0 total errors (errmax=  3.1306e-12)
    d(Node)/d(ztail) check complete with        0 total errors (errmax=  1.4257e-12)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      5.935 sec

Sensitivity checks complete with        0 total errors (max geom err=  6.2109e-06) with 0 suppressions
+ set +x
data\basic\designR2e -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 208 / 275 )
data\basic\designR3a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR3a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "span" for ibody=7
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  2.3586e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "poly[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[1,1]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.1004e-05)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  5.9618e-09)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.5038e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[1,2]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  6.6871e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  4.1908e-13)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.0353e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[1,3]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  5.0060e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.3486e-13)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  6.6754e-14)

*********************************************************
Starting geometric sensitivity wrt "poly[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[1,4]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  3.3311e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.0399e-13)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  2.5698e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[1,5]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.6625e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.5901e-14)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  6.5285e-17)

*********************************************************
Starting geometric sensitivity wrt "poly[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[2,1]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.1005e-05)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  5.9634e-09)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.5038e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[2,2]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.0987e-07)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.1834e-12)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.0353e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[2,3]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  8.2246e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  6.6321e-13)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.7974e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[2,4]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  5.4726e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.9363e-13)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.1860e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

real	0m7.974s
user	0m0.015s
sys	0m0.000s

Comparing geometric sensitivities wrt "poly[2,5]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  2.7312e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  7.3131e-14)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.2526e-13)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      5.597 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.1005e-05) with 0 suppressions
+ set +x
data\basic\designR3a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 209 / 275 )
data\basic\designR3b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR3b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "span" for ibody=7
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  2.3586e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "poly[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[1,1]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.1004e-05)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  5.9618e-09)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.5038e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[1,2]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  6.6871e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  4.1908e-13)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.0353e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[1,3]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  5.0060e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.3486e-13)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  6.6754e-14)

*********************************************************
Starting geometric sensitivity wrt "poly[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[1,4]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  3.3311e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.0399e-13)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  2.5698e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[1,5]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.6625e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.5901e-14)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  6.5285e-17)

*********************************************************
Starting geometric sensitivity wrt "poly[2,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[2,1]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.1005e-05)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  5.9634e-09)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.5038e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[2,2]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  1.0987e-07)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  1.1834e-12)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.0353e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[2,3]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  8.2246e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  6.6321e-13)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  3.7974e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "poly[2,4]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  5.4726e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  2.9363e-13)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.1860e-13)

*********************************************************
Starting geometric sensitivity wrt "poly[2,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

real	0m7.401s
user	0m0.015s
sys	0m0.030s

Comparing geometric sensitivities wrt "poly[2,5]" for ibody=7
    d(Face)/d(poly) check complete with        0 total errors (errmax=  2.7312e-08)
    d(Edge)/d(poly) check complete with        0 total errors (errmax=  7.3131e-14)
    d(Node)/d(poly) check complete with        0 total errors (errmax=  1.2526e-13)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      5.133 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.1005e-05) with 0 suppressions
+ set +x
data\basic\designR3b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 210 / 275 )
data\basic\designR3c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR3c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "span" for ibody=7
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  2.6265e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "param[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,1]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  6.1185e-06)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  2.6617e-09)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.2131e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,2]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.6089e-07)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.7299e-12)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4041e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,3]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  4.9021e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.2189e-13)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4053e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,4]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.2964e-09)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.1094e-16)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.6020e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,5]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.1248e-09)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.8636e-16)
    d(Node)/d(param) check complete with        0 total errors (errmax=  9.6016e-14)

*********************************************************
Starting geometric sensitivity wrt "param[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,6]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  4.9961e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.3555e-13)
    d(Node)/d(param) check complete with        0 total errors (errmax=  5.6731e-14)

*********************************************************
Starting geometric sensitivity wrt "param[1,7]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,7]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  4.1938e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  8.9994e-14)
    d(Node)/d(param) check complete with        0 total errors (errmax=  4.1461e-15)

*********************************************************
Starting geometric sensitivity wrt "param[1,8]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,8]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.8732e-09)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.8230e-16)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.9653e-14)

*********************************************************
Starting geometric sensitivity wrt "param[1,9]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,9]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.0973e-09)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.8061e-16)
    d(Node)/d(param) check complete with        0 total errors (errmax=  4.6812e-14)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      4.900 sec

Sensitivity checks complete with        0 total errors (max geom err=  6.1185e-06) with 0 suppressions

real	0m7.119s
user	0m0.015s
sys	0m0.000s
+ set +x
data\basic\designR3c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 211 / 275 )
data\basic\designR3d.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR3d.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "span" for ibody=7
    d(Face)/d(span) check complete with        0 total errors (errmax=  4.8792e-13)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  2.0690e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "param[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,1]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.7738e-06)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  2.1709e-10)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.6767e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,2]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.1680e-07)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  9.4123e-13)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,3]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  3.2980e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  7.5226e-20)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,4]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  5.6127e-12)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  2.0197e-21)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,5]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  2.8271e-12)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  4.2878e-22)
    d(Node)/d(param) check complete with        0 total errors (errmax=  0.0000e+00)

*********************************************************
Starting geometric sensitivity wrt "param[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,6]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  3.4790e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  8.3513e-14)
    d(Node)/d(param) check complete with        0 total errors (errmax=  5.6087e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,7]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,7]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  5.0677e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  6.0051e-18)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.7825e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,8]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,8]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  4.0976e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  7.1350e-18)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.9430e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,9]"
*********************************************************

Propagating velocities throughout feature tree

real	0m2.662s
user	0m0.000s
sys	0m0.000s
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,9]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  3.4662e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.0144e-19)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.9937e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.831 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.7738e-06) with 0 suppressions
+ set +x
data\basic\designR3d -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 212 / 275 )
data\basic\designR3e.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designR3e.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "span"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "span" for ibody=7
    d(Face)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(span) check complete with        0 total errors (errmax=  2.4362e-18)
    d(Node)/d(span) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "param[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,1]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  6.2109e-06)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  2.6560e-09)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.6854e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,2]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.7553e-07)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.7371e-12)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4041e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,3]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,3]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  5.2774e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  9.5148e-14)
    d(Node)/d(param) check complete with        0 total errors (errmax=  2.4053e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,4]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,4]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.2796e-09)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  5.5931e-17)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.6020e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,5]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,5]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  8.7920e-12)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  4.2833e-21)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.5861e-13)

*********************************************************
Starting geometric sensitivity wrt "param[1,6]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,6]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  5.1959e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.3570e-13)
    d(Node)/d(param) check complete with        0 total errors (errmax=  5.6087e-11)

*********************************************************
Starting geometric sensitivity wrt "param[1,7]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,7]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  4.4325e-08)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  7.7938e-14)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.7825e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,8]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,8]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  1.9728e-09)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  1.5486e-16)
    d(Node)/d(param) check complete with        0 total errors (errmax=  1.9430e-10)

*********************************************************
Starting geometric sensitivity wrt "param[1,9]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "param[1,9]" for ibody=7
    d(Face)/d(param) check complete with        0 total errors (errmax=  6.3828e-11)
    d(Edge)/d(param) check complete with        0 total errors (errmax=  3.4629e-19)
    d(Node)/d(param) check complete with        0 total errors (errmax=  3.9060e-11)
 

*********************************************************
Starting geometric sensitivity wrt "ztail[1,1]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "ztail[1,1]" for ibody=7
    d(Face)/d(ztail) check complete with        0 total errors (errmax=  2.8738e-07)
    d(Edge)/d(ztail) check complete with        0 total errors (errmax=  2.8214e-12)
    d(Node)/d(ztail) check complete with        0 total errors (errmax=  4.2414e-13)

*********************************************************
Starting geometric sensitivity wrt "ztail[1,2]"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "ztail[1,2]" for ibody=7
    d(Face)/d(ztail) check complete with        0 total errors (errmax=  2.8093e-07)
    d(Edge)/d(ztail) check complete with        0 total errors (errmax=  3.1306e-12)
    d(Node)/d(ztail) check complete with        0 total errors (errmax=  1.4257e-12)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      5.656 sec

Sensitivity checks complete with        0 total errors (max geom err=  6.2109e-06) with 0 suppressions

real	0m7.864s
user	0m0.015s
sys	0m0.015s
+ set +x
data\basic\designR3e -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 213 / 275 )
data\basic\designS1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designS1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "dx" for ibody=6
    d(Face)/d(dx) check complete with        0 total errors (errmax=  8.8249e-11)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  8.4015e-18)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  4.3209e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dy"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
 

*********************************************************
Starting geometric sensitivity wrt "dz"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.452 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.3209e-10) with 0 suppressions

real	0m1.151s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designS1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 214 / 275 )
data\basic\designS2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designS2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "dx" for ibody=5
    d(Face)/d(dx) check complete with        0 total errors (errmax=  4.3209e-10)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  8.4015e-18)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  4.3209e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dy"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 

*********************************************************
Starting geometric sensitivity wrt "dz"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 

*********************************************************
Starting geometric sensitivity wrt "scale"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=5
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.479 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.3209e-10) with 0 suppressions

real	0m1.050s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designS2 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 215 / 275 )
data\basic\designS3.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designS3.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)
    Body        x:  -5.00000    5.00000   y:  -3.00000    3.00000   z:  -3.00000    3.00000

    Node    1   x:   2.95804              y:  -0.00000              z:  -0.50000
    Node    2   x:   5.00000              y:  -0.00000              z:  -0.50000
    Node    3   x:   2.95804              y:  -0.00000              z:   0.50000
    Node    4   x:   5.00000              y:   0.00000              z:   0.50000
    Node    5   x:   0.00000              y:  -0.00000              z:   3.00000
    Node    6   x:   0.00000              y:  -0.00000              z:  -3.00000
    Node    7   x:  -2.95804              y:   0.00000              z:  -0.50000
    Node    8   x:  -2.95804              y:   0.00000              z:   0.50000
    Node    9   x:  -5.00000              y:  -0.00000              z:  -0.50000
    Node   10   x:  -5.00000              y:   0.00000              z:   0.50000

    Edge    1   x:   2.95804    5.00000   y:  -0.00000   -0.00000   z:  -0.50000   -0.50000
    Edge    2   x:   2.95804    2.95804   y:  -0.50000   -0.00000   z:  -0.50000    0.50000
    Edge    3   x:   2.95804    5.00000   y:   0.00000    0.00000   z:   0.50000    0.50000
    Edge    4   x:   5.00000    5.00000   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Edge    5   x:   5.00000    5.00000   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Edge    6   x:   2.95804    2.95804   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Edge    7   x:   0.00000    2.95804   y:  -0.00000   -0.00000   z:   0.50000    3.00000
    Edge    8   x:  -0.00000    2.95804   y:  -0.00000    0.00000   z:  -3.00000   -0.50000
    Edge    9   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:  -3.00000   -3.00000
    Edge   10   x:  -2.95804    0.00000   y:  -0.00000    0.00000   z:  -3.00000   -0.50000
    Edge   11   x:  -2.95804   -2.95804   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Edge   12   x:  -2.95804    0.00000   y:  -0.00000    0.00000   z:   0.50000    3.00000
    Edge   13   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:   3.00000    3.00000
    Edge   14   x:  -2.95804   -2.95804   y:   0.00000    0.50000   z:  -0.50000    0.50000
    Edge   15   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:  -3.00000   -3.00000
    Edge   16   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:   3.00000    3.00000
    Edge   17   x:  -5.00000   -2.95804   y:  -0.00000   -0.00000   z:  -0.50000   -0.50000
    Edge   18   x:  -5.00000   -5.00000   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Edge   19   x:  -5.00000   -2.95804   y:   0.00000    0.00000   z:   0.50000    0.50000
    Edge   20   x:  -5.00000   -5.00000   y:  -0.00000    0.50000   z:  -0.50000    0.50000

    Face    1   x:   2.95804    5.00000   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Face    2   x:   2.95804    5.00000   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Face    3   x:  -2.95804    2.95804   y:  -3.00000    0.00000   z:  -3.00000    3.00000
    Face    4   x:   5.00000    5.00000   y:  -0.50000    0.50000   z:  -0.50000    0.50000
    Face    5   x:  -2.95804    2.95804   y:  -0.00000    3.00000   z:  -3.00000    3.00000
    Face    6   x:  -5.00000   -2.95804   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Face    7   x:  -5.00000   -2.95804   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Face    8   x:  -5.00000   -5.00000   y:  -0.50000    0.50000   z:  -0.50000    0.50000

Body    4
            _body                =    4 
            _brch                =    5 
    inode nedge ibody     x             y             z
        1     4     4      2.95804     -0.00000     -0.50000
             Edges ->     1     2     6     8
             Faces ->     1     2     3     5
            _nedge               =    4 
            __trace__            =    3     1     4     1 
            _nodeID              =    1 
        2     3     4      5.00000     -0.00000     -0.50000
             Edges ->     1     4     5
             Faces ->     1     2     4
            __trace__            =    1     1     3     2     4     2 
            _nedge               =    3 
            _nodeID              =    2 
        3     4     4      2.95804     -0.00000      0.50000
             Edges ->     2     3     6     7
             Faces ->     1     2     3     5
            _nedge               =    4 
            __trace__            =    3     3     4     3 
            _nodeID              =    3 
        4     3     4      5.00000      0.00000      0.50000
             Edges ->     3     4     5
             Faces ->     1     2     4
            __trace__            =    1     2     3     4     4     4 
            _nedge               =    3 
            _nodeID              =    4 
        5     4     4      0.00000     -0.00000      3.00000
             Edges ->     7    12    13    16
             Faces ->     3     5
            __trace__            =    2     1     3     5     4     5 
            _nedge               =    4 
            _nodeID              =    5 
        6     4     4      0.00000     -0.00000     -3.00000
             Edges ->     8     9    10    15
             Faces ->     3     5
            __trace__            =    2     2     3     6     4     6 
            _nedge               =    4 
            _nodeID              =    6 
        7     4     4     -2.95804      0.00000     -0.50000
             Edges ->    10    11    14    17
             Faces ->     3     5     6     7
            _nedge               =    4 
            __trace__            =    3     7     4     7 
            _nodeID              =    7 
        8     4     4     -2.95804      0.00000      0.50000
             Edges ->    11    12    14    19
             Faces ->     3     5     6     7
            _nedge               =    4 
            __trace__            =    3     8     4     8 
            _nodeID              =    8 
        9     3     4     -5.00000     -0.00000     -0.50000
             Edges ->    17    18    20
             Faces ->     6     7     8
            __trace__            =    1     4     3     9     4     9 
            _nedge               =    3 
            _nodeID              =    9 
       10     3     4     -5.00000      0.00000      0.50000
             Edges ->    18    19    20
             Faces ->     6     7     8
            __trace__            =    1     3     3    10     4    10 
            _nedge               =    3 
            _nodeID              =   10 
    iedge  ibeg  iend ileft irite nface ibody iford imark    trange[0]    trange[1]       length
        1     1     2     1     2     2     4 30004    -1      7.95804     10.00000      2.04196 2001adaf190
             Nodes ->     1     2
             Faces ->     1     2
            _body                =    4 30004 
            __trace__            =    1     4     3     1     4     1 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     3 
        2     3     1     1     3     2     4 30001    -1      0.00000      3.14159      1.57080 2001adaead0
             Nodes ->     3     1
             Faces ->     1     3
            _body                =    4 30001 
            _nface               =    2 
            __trace__            =    3     2     4     2 
            _edgeID              =    1     3     2     1     2 
        3     3     4     2     1     2     4 40003    -1      7.95804     10.00000      2.04196 2001adaf510
             Nodes ->     3     4
             Faces ->     1     2
            _body                =    4 40003 
            __trace__            =    1     2     3     3     4     3 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     4 
        4     4     2     4     1     2     4 20003    -1      0.00000      3.14159      1.57080 2001b5f9d70
             Nodes ->     2     4
             Faces ->     1     4
            __trace__            =    1     1     3     4     4     4 
            _body                =    4 20003 
            _nface               =    2 
            _edgeID              =    1     2     1     3     1 
        5     2     4     4     2     2     4 20004    -1      3.14159      6.28319      1.57080 2001b5f9cb0
             Nodes ->     4     2
             Faces ->     2     4
            __trace__            =    1     6     3     5     4     5 
            _body                =    4 20004 
            _nface               =    2 
            _edgeID              =    1     2     1     4     1 
        6     1     3     2     5     2     4 40002    -1      3.14159      6.28319      1.57080 2001b6152a0
             Nodes ->     1     3
             Faces ->     2     5
            _body                =    4 40002 
            _nface               =    2 
            __trace__            =    3     6     4     6 
            _edgeID              =    1     4     2     2     2 
        7     3     5     3     5     2     4 10002    -1      6.45063      7.85398      4.21004 2001b615320
             Nodes ->     3     5
             Faces ->     3     5
            _body                =    4 10002 
            __trace__            =    2     4     3     7     4     7 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     4 
        8     6     1     3     5     2     4 10002    -1      4.71239      6.11574      4.21004 2001b5f9660
             Nodes ->     6     1
             Faces ->     3     5
            _body                =    4 10002 
            __trace__            =    2     4     3     8     4     8 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     3 
        9     6     6     3    -1 (degenerate)
       10     6     7     5     3     2     4 20001    -1     -1.57080     -0.16745      4.21004 2001ad9a350
             Nodes ->     6     7
             Faces ->     3     5
            _body                =    4 20001 
            __trace__            =    2     2     3    10     4    10 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     1 
       11     8     7     3     6     2     4 10003    -1     -0.00000      3.14159      1.57080 2001ad9a6d0
             Nodes ->     8     7
             Faces ->     3     6
            _body                =    4 10003 
            _nface               =    2 
            __trace__            =    3    11     4    11 
            _edgeID              =    1     3     2     1     1 
       12     8     5     5     3     2     4 20001    -1      0.16745      1.57080      4.21004 2001ad9a910
             Nodes ->     8     5
             Faces ->     3     5
            _body                =    4 20001 
            __trace__            =    2     2     3    12     4    12 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     2 
       13     5     5    -1     3 (degenerate)
       14     7     8     5     7     2     4 20004    -1      3.14159      6.28319      1.57080 2001ad9add0
             Nodes ->     7     8
             Faces ->     5     7
            _body                =    4 20004 
            _nface               =    2 
            __trace__            =    3    14     4    14 
            _edgeID              =    1     4     2     2     1 
       15     6     6     5    -1 (degenerate)
       16     5     5    -1     5 (degenerate)
       17     9     7     6     7     2     4 30004    -1      0.00000      2.04196      2.04196 2001ad9abd0
             Nodes ->     9     7
             Faces ->     6     7
            _body                =    4 30004 
            __trace__            =    1     4     3    17     4    17 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     1 
       18    10     9     6     8     2     4 30001    -1      0.00000      3.14159      1.57080 2001ad99f50
             Nodes ->    10     9
             Faces ->     6     8
            __trace__            =    1     3     3    18     4    18 
            _body                =    4 30001 
            _nface               =    2 
            _edgeID              =    1     1     1     3     1 
       19    10     8     7     6     2     4 40003    -1      0.00000      2.04196      2.04196 2001ad9a210
             Nodes ->    10     8
             Faces ->     6     7
            _body                =    4 40003 
            __trace__            =    1     2     3    19     4    19 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     2 
       20     9    10     7     8     2     4 40001    -1      3.14159      6.28319      1.57080 2001ad9a690
             Nodes ->     9    10
             Faces ->     7     8
            __trace__            =    1     5     3    20     4    20 
            _body                =    4 40001 
            _nface               =    2 
            _edgeID              =    1     1     1     4     1 
    iface ibody iford imark uvrange
        1     1     3    -1      0.00000      3.14159      7.95804     10.00000 2001ad9aa90
             Nodes ->     1     2     3     4
             Edges ->     1     2     3     4
            _body                =    1     3 
            _brch                =    1     3 
            _hist                =    1     3     4 
            __trace__            =    1     1     3     1     4     1 
            __trimmed__          =    1 
            _faceID              =    1     3     2 
        2     1     4    -1      3.14159      6.28319      7.95804     10.00000 2001ad9a390
             Nodes ->     1     2     4     3
             Edges ->     1     5     3     6
            _body                =    1     4 
            _brch                =    1     4 
            _hist                =    1     3     4 
            __trace__            =    1     2     3     2     4     2 
            __trimmed__          =    1 
            _faceID              =    1     4     2 
        3     2     1    -1      3.14159      6.28319     -1.57080      1.57080 2001ad9aa50
             Nodes ->     3     5     1     6     7     8
             Edges ->     7     2     8     9    10    11    12    13
            _body                =    2     1 
            _brch                =    2     1 
            _hist                =    2     3     4 
            __trace__            =    2     1     3     3     4     3 
            __trimmed__          =    1 
            _faceID              =    2     1     1 
        4     1     2    -1     -0.50000      0.50000     -0.50000      0.50000 2001ad9ac10
             Nodes ->     2     4
             Edges ->     4     5
            _body                =    1     2 
            _brch                =    1     2 
            _hist                =    1     3     4 
            __trace__            =    1     3     3     4     4     4 
            _faceID              =    1     2     1 
        5     2     2    -1      0.00000      3.14159     -1.57080      1.57080 2001ad9a590
             Nodes ->     8     5     7     6     1     3
             Edges ->    12    14    10    15     8     6     7    16
            _body                =    2     2 
            _brch                =    2     2 
            _hist                =    2     3     4 
            __trace__            =    2     2     3     5     4     5 
            __trimmed__          =    1 
            _faceID              =    2     2     1 
        6     1     3    -1     -0.00000      3.14159      0.00000      2.04196 2001ad9a950
             Nodes ->     9     7    10     8
             Edges ->    17    18    19    11
            _body                =    1     3 
            _brch                =    1     3 
            _hist                =    1     3     4 
            __trace__            =    1     1     3     6     4     6 
            __trimmed__          =    1 
            _faceID              =    1     3     1 
        7     1     4    -1      3.14159      6.28319      0.00000      2.04196 2001ad9ab90
             Nodes ->     9     7     8    10
             Edges ->    17    14    19    20
            _body                =    1     4 
            _brch                =    1     4 
            _hist                =    1     3     4 
            __trace__            =    1     2     3     7     4     7 
            __trimmed__          =    1 
            _faceID              =    1     4     1 
        8     1     1    -1     -0.50000      0.50000     -0.50000      0.50000 2001ad9a4d0
             Nodes ->    10     9
             Edges ->    18    20
            _body                =    1     1 
            _brch                =    1     1 
            _hist                =    1     3     4 
            __trace__            =    1     4     3     8     4     8 
            _color               =red
            _faceID              =    1     1     1 
oclass0= 25 (body)  mtype0=  9 (solidbody)  obj=2001b7885b0,  eref0=0 (0:0)
. oclass1= 24 (shell)  mtype1=  4 (closed)  obj=2001b611880,  eref1=0 (0:0)
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b613080,  eref2=2001b611c80 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b612d00,  eref3=2001b611c80 (0:0)
. . . < senses= 1 -1 -1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b613680,  eref4=2001b611dc0 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419601085e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b6135c0,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612c40,  data5=    5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612d80,  eref4=2001b612280 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613040,  data5=    5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612c40,  data5=    5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612840,  eref4=2001b612580 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419601085e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612a80,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613040,  data5=    5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b6127c0,  eref4=2001b612300 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612a80,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b6135c0,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b6130c0,  eref2=2001b611d80 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b612fc0,  eref3=2001b611d80 (0:0)
. . . < senses=-1  1  1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b613680,  eref4=2001b611dc0 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419601085e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b6135c0,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612c40,  data5=    5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612e00,  eref4=2001b6122c0 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b6135c0,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612a80,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612840,  eref4=2001b612580 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419601085e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612a80,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613040,  data5=    5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612800,  eref4=2001b612140 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612c40,  data5=    5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613040,  data5=    5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b611b40,  eref2=2001b6120c0 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b612e40,  eref3=2001b6120c0 (0:0)
. . . < senses= 1 -1 -1  1 -1  1  1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b6128c0,  eref4=2001b611b80 (11:2)
. . . . < trange=   6.45063    7.85398, arcLength=    4.2100447427e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612a80,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613500,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001b612ec0,  eref4=0 (0:0)
. . . . < trange=   3.14159    6.28319, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613500,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612c80,  eref4=2001b611a00 (11:8)
. . . . < trange=   0.16745    1.57080, arcLength=    4.2100438903e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613640,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613500,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b613300,  eref4=2001b6124c0 (11:2)
. . . . < trange=  -0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613640,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613340,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612b80,  eref4=2001b6118c0 (11:8)
. . . . < trange=  -1.57080   -0.16745, arcLength=    4.2100438903e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613700,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613340,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001b6133c0,  eref4=0 (0:0)
. . . . < trange=   3.14159    6.28319, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613700,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612940,  eref4=2001b611cc0 (11:2)
. . . . < trange=   4.71239    6.11574, arcLength=    4.2100447427e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613700,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b6135c0,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b6127c0,  eref4=2001b612300 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612a80,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b6135c0,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b611e40,  eref2=2001b612700 (12:1)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b612e80,  eref3=0 (0:0)
. . . < senses= 1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612d80,  eref4=2001b612280 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613040,  data5=    5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612c40,  data5=    5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612800,  eref4=2001b612140 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612c40,  data5=    5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613040,  data5=    5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b612780,  eref2=2001b6117c0 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b612f80,  eref3=2001b6117c0 (0:0)
. . . < senses= 1 -1 -1 -1 -1  1  1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612c80,  eref4=2001b611a00 (11:8)
. . . . < trange=   0.16745    1.57080, arcLength=    4.2100438903e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613640,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613500,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001b612f00,  eref4=0 (0:0)
. . . . < trange=   0.00000    3.14159, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613500,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b6128c0,  eref4=2001b611b80 (11:2)
. . . . < trange=   6.45063    7.85398, arcLength=    4.2100447427e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612a80,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613500,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612e00,  eref4=2001b6122c0 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b6135c0,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612a80,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612940,  eref4=2001b611cc0 (11:2)
. . . . < trange=   4.71239    6.11574, arcLength=    4.2100447427e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613700,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b6135c0,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001b613440,  eref4=0 (0:0)
. . . . < trange=   0.00000    3.14159, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613700,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612b80,  eref4=2001b6118c0 (11:8)
. . . . < trange=  -1.57080   -0.16745, arcLength=    4.2100438903e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613700,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613340,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b613240,  eref4=2001b611e00 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613340,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613640,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b612080,  eref2=2001b611b00 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b613380,  eref3=2001b611b00 (0:0)
. . . < senses= 1 -1 -1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612cc0,  eref4=2001b611a40 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419606374e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b6129c0,  data5=   -5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613340,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b613300,  eref4=2001b6124c0 (11:2)
. . . . < trange=  -0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613640,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613340,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612bc0,  eref4=2001b612340 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419606374e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612d40,  data5=   -5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613640,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b613400,  eref4=2001b611900 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612d40,  data5=   -5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b6129c0,  data5=   -5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b611fc0,  eref2=2001b611a80 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b613000,  eref3=2001b611a80 (0:0)
. . . < senses=-1  1  1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612cc0,  eref4=2001b611a40 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419606374e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b6129c0,  data5=   -5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613340,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612c00,  eref4=2001b612680 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b6129c0,  data5=   -5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612d40,  data5=   -5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612bc0,  eref4=2001b612340 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419606374e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612d40,  data5=   -5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613640,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b613240,  eref4=2001b611e00 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613340,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b613640,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . oclass2= 23 (face)  mtype2= -1 (sreverse)  obj=2001b611ac0,  eref2=2001b611f80 (12:1)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b613280,  eref3=0 (0:0)
. . . < senses=-1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b613400,  eref4=2001b611900 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612d40,  data5=   -5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b6129c0,  data5=   -5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b612c00,  eref4=2001b612680 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b6129c0,  data5=   -5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b612d40,  data5=   -5.0000000000e+00     1.2246467991e-16     5.0000000000e-01

*********************************************************
Starting geometric sensitivity wrt "len"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7
    Body        x:  -5.00000    5.00000   y:  -3.00000    3.00000   z:  -3.00000    3.00000

    Node    1   x:   2.95804              y:  -0.00000              z:  -0.50000
    Node    2   x:   5.00000              y:  -0.00000              z:  -0.50000
    Node    3   x:   2.95804              y:  -0.00000              z:   0.50000
    Node    4   x:   5.00000              y:   0.00000              z:   0.50000
    Node    5   x:   0.00000              y:  -0.00000              z:   3.00000
    Node    6   x:   0.00000              y:  -0.00000              z:  -3.00000
    Node    7   x:  -2.95804              y:   0.00000              z:  -0.50000
    Node    8   x:  -2.95804              y:   0.00000              z:   0.50000
    Node    9   x:  -5.00000              y:  -0.00000              z:  -0.50000
    Node   10   x:  -5.00000              y:   0.00000              z:   0.50000

    Edge    1   x:   2.95804    5.00000   y:  -0.00000   -0.00000   z:  -0.50000   -0.50000
    Edge    2   x:   2.95804    2.95804   y:  -0.50000   -0.00000   z:  -0.50000    0.50000
    Edge    3   x:   2.95804    5.00000   y:   0.00000    0.00000   z:   0.50000    0.50000
    Edge    4   x:   5.00000    5.00000   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Edge    5   x:   5.00000    5.00000   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Edge    6   x:   2.95804    2.95804   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Edge    7   x:   0.00000    2.95804   y:  -0.00000   -0.00000   z:   0.50000    3.00000
    Edge    8   x:  -0.00000    2.95804   y:  -0.00000    0.00000   z:  -3.00000   -0.50000
    Edge    9   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:  -3.00000   -3.00000
    Edge   10   x:  -2.95804    0.00000   y:  -0.00000    0.00000   z:  -3.00000   -0.50000
    Edge   11   x:  -2.95804   -2.95804   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Edge   12   x:  -2.95804    0.00000   y:  -0.00000    0.00000   z:   0.50000    3.00000
    Edge   13   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:   3.00000    3.00000
    Edge   14   x:  -2.95804   -2.95804   y:   0.00000    0.50000   z:  -0.50000    0.50000
    Edge   15   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:  -3.00000   -3.00000
    Edge   16   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:   3.00000    3.00000
    Edge   17   x:  -5.00000   -2.95804   y:  -0.00000   -0.00000   z:  -0.50000   -0.50000
    Edge   18   x:  -5.00000   -5.00000   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Edge   19   x:  -5.00000   -2.95804   y:   0.00000    0.00000   z:   0.50000    0.50000
    Edge   20   x:  -5.00000   -5.00000   y:  -0.00000    0.50000   z:  -0.50000    0.50000

    Face    1   x:   2.95804    5.00000   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Face    2   x:   2.95804    5.00000   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Face    3   x:  -2.95804    2.95804   y:  -3.00000    0.00000   z:  -3.00000    3.00000
    Face    4   x:   5.00000    5.00000   y:  -0.50000    0.50000   z:  -0.50000    0.50000
    Face    5   x:  -2.95804    2.95804   y:  -0.00000    3.00000   z:  -3.00000    3.00000
    Face    6   x:  -5.00000   -2.95804   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Face    7   x:  -5.00000   -2.95804   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Face    8   x:  -5.00000   -5.00000   y:  -0.50000    0.50000   z:  -0.50000    0.50000

Body    4
            _body                =    4 
            _brch                =    5 
    inode nedge ibody     x             y             z
        1     4     4      2.95804     -0.00000     -0.50000
             Edges ->     1     2     6     8
             Faces ->     1     2     3     5
            _nedge               =    4 
            __trace__            =    3     1     4     1 
            _nodeID              =    1 
        2     3     4      5.00000     -0.00000     -0.50000
             Edges ->     1     4     5
             Faces ->     1     2     4
            __trace__            =    1     1     3     2     4     2 
            _nedge               =    3 
            _nodeID              =    2 
        3     4     4      2.95804     -0.00000      0.50000
             Edges ->     2     3     6     7
             Faces ->     1     2     3     5
            _nedge               =    4 
            __trace__            =    3     3     4     3 
            _nodeID              =    3 
        4     3     4      5.00000      0.00000      0.50000
             Edges ->     3     4     5
             Faces ->     1     2     4
            __trace__            =    1     2     3     4     4     4 
            _nedge               =    3 
            _nodeID              =    4 
        5     4     4      0.00000     -0.00000      3.00000
             Edges ->     7    12    13    16
             Faces ->     3     5
            __trace__            =    2     1     3     5     4     5 
            _nedge               =    4 
            _nodeID              =    5 
        6     4     4      0.00000     -0.00000     -3.00000
             Edges ->     8     9    10    15
             Faces ->     3     5
            __trace__            =    2     2     3     6     4     6 
            _nedge               =    4 
            _nodeID              =    6 
        7     4     4     -2.95804      0.00000     -0.50000
             Edges ->    10    11    14    17
             Faces ->     3     5     6     7
            _nedge               =    4 
            __trace__            =    3     7     4     7 
            _nodeID              =    7 
        8     4     4     -2.95804      0.00000      0.50000
             Edges ->    11    12    14    19
             Faces ->     3     5     6     7
            _nedge               =    4 
            __trace__            =    3     8     4     8 
            _nodeID              =    8 
        9     3     4     -5.00000     -0.00000     -0.50000
             Edges ->    17    18    20
             Faces ->     6     7     8
            __trace__            =    1     4     3     9     4     9 
            _nedge               =    3 
            _nodeID              =    9 
       10     3     4     -5.00000      0.00000      0.50000
             Edges ->    18    19    20
             Faces ->     6     7     8
            __trace__            =    1     3     3    10     4    10 
            _nedge               =    3 
            _nodeID              =   10 
    iedge  ibeg  iend ileft irite nface ibody iford imark    trange[0]    trange[1]       length
        1     1     2     1     2     2     4 30004    -1      7.95804     10.00000      2.04196 2001b869510
             Nodes ->     1     2
             Faces ->     1     2
            _body                =    4 30004 
            __trace__            =    1     4     3     1     4     1 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     3 
        2     3     1     1     3     2     4 30001    -1      0.00000      3.14159      1.57080 2001b869050
             Nodes ->     3     1
             Faces ->     1     3
            _body                =    4 30001 
            _nface               =    2 
            __trace__            =    3     2     4     2 
            _edgeID              =    1     3     2     1     2 
        3     3     4     2     1     2     4 40003    -1      7.95804     10.00000      2.04196 2001b869010
             Nodes ->     3     4
             Faces ->     1     2
            _body                =    4 40003 
            __trace__            =    1     2     3     3     4     3 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     4 
        4     4     2     4     1     2     4 20003    -1      0.00000      3.14159      1.57080 2001b869550
             Nodes ->     2     4
             Faces ->     1     4
            __trace__            =    1     1     3     4     4     4 
            _body                =    4 20003 
            _nface               =    2 
            _edgeID              =    1     2     1     3     1 
        5     2     4     4     2     2     4 20004    -1      3.14159      6.28319      1.57080 2001b869590
             Nodes ->     4     2
             Faces ->     2     4
            __trace__            =    1     6     3     5     4     5 
            _body                =    4 20004 
            _nface               =    2 
            _edgeID              =    1     2     1     4     1 
        6     1     3     2     5     2     4 40002    -1      3.14159      6.28319      1.57080 2001b869150
             Nodes ->     1     3
             Faces ->     2     5
            _body                =    4 40002 
            _nface               =    2 
            __trace__            =    3     6     4     6 
            _edgeID              =    1     4     2     2     2 
        7     3     5     3     5     2     4 10002    -1      6.45063      7.85398      4.21004 2001b8695d0
             Nodes ->     3     5
             Faces ->     3     5
            _body                =    4 10002 
            __trace__            =    2     4     3     7     4     7 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     4 
        8     6     1     3     5     2     4 10002    -1      4.71239      6.11574      4.21004 2001b8699d0
             Nodes ->     6     1
             Faces ->     3     5
            _body                =    4 10002 
            __trace__            =    2     4     3     8     4     8 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     3 
        9     6     6     3    -1 (degenerate)
       10     6     7     5     3     2     4 20001    -1     -1.57080     -0.16745      4.21004 2001b868a10
             Nodes ->     6     7
             Faces ->     3     5
            _body                =    4 20001 
            __trace__            =    2     2     3    10     4    10 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     1 
       11     8     7     3     6     2     4 10003    -1     -0.00000      3.14159      1.57080 2001b869210
             Nodes ->     8     7
             Faces ->     3     6
            _body                =    4 10003 
            _nface               =    2 
            __trace__            =    3    11     4    11 
            _edgeID              =    1     3     2     1     1 
       12     8     5     5     3     2     4 20001    -1      0.16745      1.57080      4.21004 2001b869610
             Nodes ->     8     5
             Faces ->     3     5
            _body                =    4 20001 
            __trace__            =    2     2     3    12     4    12 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     2 
       13     5     5    -1     3 (degenerate)
       14     7     8     5     7     2     4 20004    -1      3.14159      6.28319      1.57080 2001b868a50
             Nodes ->     7     8
             Faces ->     5     7
            _body                =    4 20004 
            _nface               =    2 
            __trace__            =    3    14     4    14 
            _edgeID              =    1     4     2     2     1 
       15     6     6     5    -1 (degenerate)
       16     5     5    -1     5 (degenerate)
       17     9     7     6     7     2     4 30004    -1      0.00000      2.04196      2.04196 2001b869650
             Nodes ->     9     7
             Faces ->     6     7
            _body                =    4 30004 
            __trace__            =    1     4     3    17     4    17 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     1 
       18    10     9     6     8     2     4 30001    -1      0.00000      3.14159      1.57080 2001b869190
             Nodes ->    10     9
             Faces ->     6     8
            __trace__            =    1     3     3    18     4    18 
            _body                =    4 30001 
            _nface               =    2 
            _edgeID              =    1     1     1     3     1 
       19    10     8     7     6     2     4 40003    -1      0.00000      2.04196      2.04196 2001b868b10
             Nodes ->    10     8
             Faces ->     6     7
            _body                =    4 40003 
            __trace__            =    1     2     3    19     4    19 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     2 
       20     9    10     7     8     2     4 40001    -1      3.14159      6.28319      1.57080 2001b869690
             Nodes ->     9    10
             Faces ->     7     8
            __trace__            =    1     5     3    20     4    20 
            _body                =    4 40001 
            _nface               =    2 
            _edgeID              =    1     1     1     4     1 
    iface ibody iford imark uvrange
        1     1     3    -1      0.00000      3.14159      7.95804     10.00000 2001b8696d0
             Nodes ->     1     2     3     4
             Edges ->     1     2     3     4
            _body                =    1     3 
            _brch                =    1     3 
            _hist                =    1     3     4 
            __trace__            =    1     1     3     1     4     1 
            __trimmed__          =    1 
            _faceID              =    1     3     2 
        2     1     4    -1      3.14159      6.28319      7.95804     10.00000 2001b868b90
             Nodes ->     1     2     4     3
             Edges ->     1     5     3     6
            _body                =    1     4 
            _brch                =    1     4 
            _hist                =    1     3     4 
            __trace__            =    1     2     3     2     4     2 
            __trimmed__          =    1 
            _faceID              =    1     4     2 
        3     2     1    -1      3.14159      6.28319     -1.57080      1.57080 2001b8691d0
             Nodes ->     3     5     1     6     7     8
             Edges ->     7     2     8     9    10    11    12    13
            _body                =    2     1 
            _brch                =    2     1 
            _hist                =    2     3     4 
            __trace__            =    2     1     3     3     4     3 
            __trimmed__          =    1 
            _faceID              =    2     1     1 
        4     1     2    -1     -0.50000      0.50000     -0.50000      0.50000 2001b8692d0
             Nodes ->     2     4
             Edges ->     4     5
            _body                =    1     2 
            _brch                =    1     2 
            _hist                =    1     3     4 
            __trace__            =    1     3     3     4     4     4 
            _faceID              =    1     2     1 
        5     2     2    -1      0.00000      3.14159     -1.57080      1.57080 2001b869310
             Nodes ->     8     5     7     6     1     3
             Edges ->    12    14    10    15     8     6     7    16
            _body                =    2     2 
            _brch                =    2     2 
            _hist                =    2     3     4 
            __trace__            =    2     2     3     5     4     5 
            __trimmed__          =    1 
            _faceID              =    2     2     1 
        6     1     3    -1     -0.00000      3.14159      0.00000      2.04196 2001b86a650
             Nodes ->     9     7    10     8
             Edges ->    17    18    19    11
            _body                =    1     3 
            _brch                =    1     3 
            _hist                =    1     3     4 
            __trace__            =    1     1     3     6     4     6 
            __trimmed__          =    1 
            _faceID              =    1     3     1 
        7     1     4    -1      3.14159      6.28319      0.00000      2.04196 2001b869e90
             Nodes ->     9     7     8    10
             Edges ->    17    14    19    20
            _body                =    1     4 
            _brch                =    1     4 
            _hist                =    1     3     4 
            __trace__            =    1     2     3     7     4     7 
            __trimmed__          =    1 
            _faceID              =    1     4     1 
        8     1     1    -1     -0.50000      0.50000     -0.50000      0.50000 2001b869bd0
             Nodes ->    10     9
             Edges ->    18    20
            _body                =    1     1 
            _brch                =    1     1 
            _hist                =    1     3     4 
            __trace__            =    1     4     3     8     4     8 
            _color               =red
            _faceID              =    1     1     1 
oclass0= 25 (body)  mtype0=  9 (solidbody)  obj=2001b8f6640,  eref0=0 (0:0)
. oclass1= 24 (shell)  mtype1=  4 (closed)  obj=2001b8f4880,  eref1=0 (0:0)
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b8f5400,  eref2=2001b8f5340 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b8f50c0,  eref3=2001b8f5340 (0:0)
. . . < senses= 1 -1 -1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f7080,  eref4=2001b8f4900 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419606085e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f40,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6800,  data5=    5.0000005000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f67c0,  eref4=2001b8f4ec0 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6780,  data5=    5.0000005000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6800,  data5=    5.0000005000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f6c80,  eref4=2001b8f4480 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419606085e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6840,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6780,  data5=    5.0000005000e+00     1.2246467991e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f6740,  eref4=2001b8f4ac0 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6840,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f40,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b8f49c0,  eref2=2001b8f4e40 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b8f4a00,  eref3=2001b8f4e40 (0:0)
. . . < senses=-1  1  1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f7080,  eref4=2001b8f4900 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419606085e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f40,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6800,  data5=    5.0000005000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f4440,  eref4=2001b8f4c40 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f40,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6840,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f6c80,  eref4=2001b8f4480 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419606085e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6840,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6780,  data5=    5.0000005000e+00     1.2246467991e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f6980,  eref4=2001b8f4940 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6800,  data5=    5.0000005000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6780,  data5=    5.0000005000e+00     1.2246467991e-16     5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b8f4840,  eref2=2001b8f4d00 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b8f4f40,  eref3=2001b8f4d00 (0:0)
. . . < senses= 1 -1 -1  1 -1  1  1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f39c0,  eref4=2001b8f4b00 (11:2)
. . . . < trange=   6.45063    7.85398, arcLength=    4.2100447427e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6840,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6680,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001b8f4a40,  eref4=0 (0:0)
. . . . < trange=   3.14159    6.28319, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6680,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f3580,  eref4=2001b8f4740 (11:8)
. . . . < trange=   0.16745    1.57080, arcLength=    4.2100438903e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f80,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6680,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f34c0,  eref4=2001b8f5140 (11:2)
. . . . < trange=  -0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f80,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f66c0,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f4000,  eref4=2001b8f4b40 (11:8)
. . . . < trange=  -1.57080   -0.16745, arcLength=    4.2100438903e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f00,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f66c0,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001b8f3dc0,  eref4=0 (0:0)
. . . . < trange=   3.14159    6.28319, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f00,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f3640,  eref4=2001b8f4700 (11:2)
. . . . < trange=   4.71239    6.11574, arcLength=    4.2100447427e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f00,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f40,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f6740,  eref4=2001b8f4ac0 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6840,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f40,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b8f4580,  eref2=2001b8f4f80 (12:1)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b8f4a80,  eref3=0 (0:0)
. . . < senses= 1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f67c0,  eref4=2001b8f4ec0 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6780,  data5=    5.0000005000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6800,  data5=    5.0000005000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f6980,  eref4=2001b8f4940 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6800,  data5=    5.0000005000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6780,  data5=    5.0000005000e+00     1.2246467991e-16     5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b8f48c0,  eref2=2001b8f4fc0 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b8f53c0,  eref3=2001b8f4fc0 (0:0)
. . . < senses= 1 -1 -1 -1 -1  1  1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f3580,  eref4=2001b8f4740 (11:8)
. . . . < trange=   0.16745    1.57080, arcLength=    4.2100438903e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f80,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6680,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001b8f4d40,  eref4=0 (0:0)
. . . . < trange=   0.00000    3.14159, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6680,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f39c0,  eref4=2001b8f4b00 (11:2)
. . . . < trange=   6.45063    7.85398, arcLength=    4.2100447427e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6840,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6680,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f4440,  eref4=2001b8f4c40 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f40,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6840,  data5=    2.9580398915e+00    -3.0102306854e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f3640,  eref4=2001b8f4700 (11:2)
. . . . < trange=   4.71239    6.11574, arcLength=    4.2100447427e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f00,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f40,  data5=    2.9580398915e+00    -3.9287157847e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001b8f52c0,  eref4=0 (0:0)
. . . . < trange=   0.00000    3.14159, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f00,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f4000,  eref4=2001b8f4b40 (11:8)
. . . . < trange=  -1.57080   -0.16745, arcLength=    4.2100438903e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f00,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f66c0,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f5280,  eref4=2001b8f4b80 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f66c0,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f80,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b8f5300,  eref2=2001b8f4640 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b8f5100,  eref3=2001b8f4640 (0:0)
. . . < senses= 1 -1 -1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f4d80,  eref4=2001b8f51c0 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419611374e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6fc0,  data5=   -5.0000005000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f66c0,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f34c0,  eref4=2001b8f5140 (11:2)
. . . . < trange=  -0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f80,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f66c0,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f4540,  eref4=2001b8f4bc0 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419611374e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6900,  data5=   -5.0000005000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f80,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f4c00,  eref4=2001b8f4cc0 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6900,  data5=   -5.0000005000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6fc0,  data5=   -5.0000005000e+00    -6.1232339957e-17    -5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b8f4e80,  eref2=2001b8f44c0 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b8f4600,  eref3=2001b8f44c0 (0:0)
. . . < senses=-1  1  1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f4d80,  eref4=2001b8f51c0 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419611374e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6fc0,  data5=   -5.0000005000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f66c0,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f4e00,  eref4=2001b8f5180 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6fc0,  data5=   -5.0000005000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6900,  data5=   -5.0000005000e+00     1.2246467991e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f4540,  eref4=2001b8f4bc0 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419611374e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6900,  data5=   -5.0000005000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f80,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f5280,  eref4=2001b8f4b80 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f66c0,  data5=   -2.9580393626e+00     1.5051150188e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6f80,  data5=   -2.9580393626e+00     2.4236001182e-16     5.0000000000e-01
. . oclass2= 23 (face)  mtype2= -1 (sreverse)  obj=2001b8f4500,  eref2=2001b8f47c0 (12:1)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b8f4980,  eref3=0 (0:0)
. . . < senses=-1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f4c00,  eref4=2001b8f4cc0 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6900,  data5=   -5.0000005000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6fc0,  data5=   -5.0000005000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f4e00,  eref4=2001b8f5180 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6fc0,  data5=   -5.0000005000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f6900,  data5=   -5.0000005000e+00     1.2246467991e-16     5.0000000000e-01

Comparing geometric sensitivities wrt "len" for ibody=7
    d(Face)/d(len) check complete with        0 total errors (errmax=  2.1604e-10)
    d(Edge)/d(len) check complete with        0 total errors (errmax=  8.5820e-18)
    d(Node)/d(len) check complete with        0 total errors (errmax=  5.1279e-10)
 

*********************************************************
Starting geometric sensitivity wrt "Rcyl"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7
    Body        x:  -5.00000    5.00000   y:  -3.00000    3.00000   z:  -3.00000    3.00000

    Node    1   x:   2.95804              y:  -0.00000              z:  -0.50000
    Node    2   x:   5.00000              y:  -0.00000              z:  -0.50000
    Node    3   x:   2.95804              y:  -0.00000              z:   0.50000
    Node    4   x:   5.00000              y:   0.00000              z:   0.50000
    Node    5   x:   0.00000              y:  -0.00000              z:   3.00000
    Node    6   x:   0.00000              y:  -0.00000              z:  -3.00000
    Node    7   x:  -2.95804              y:   0.00000              z:  -0.50000
    Node    8   x:  -2.95804              y:   0.00000              z:   0.50000
    Node    9   x:  -5.00000              y:  -0.00000              z:  -0.50000
    Node   10   x:  -5.00000              y:   0.00000              z:   0.50000

    Edge    1   x:   2.95804    5.00000   y:  -0.00000   -0.00000   z:  -0.50000   -0.50000
    Edge    2   x:   2.95804    2.95804   y:  -0.50000   -0.00000   z:  -0.50000    0.50000
    Edge    3   x:   2.95804    5.00000   y:   0.00000    0.00000   z:   0.50000    0.50000
    Edge    4   x:   5.00000    5.00000   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Edge    5   x:   5.00000    5.00000   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Edge    6   x:   2.95804    2.95804   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Edge    7   x:   0.00000    2.95804   y:  -0.00000   -0.00000   z:   0.50000    3.00000
    Edge    8   x:  -0.00000    2.95804   y:  -0.00000    0.00000   z:  -3.00000   -0.50000
    Edge    9   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:  -3.00000   -3.00000
    Edge   10   x:  -2.95804    0.00000   y:  -0.00000    0.00000   z:  -3.00000   -0.50000
    Edge   11   x:  -2.95804   -2.95804   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Edge   12   x:  -2.95804    0.00000   y:  -0.00000    0.00000   z:   0.50000    3.00000
    Edge   13   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:   3.00000    3.00000
    Edge   14   x:  -2.95804   -2.95804   y:   0.00000    0.50000   z:  -0.50000    0.50000
    Edge   15   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:  -3.00000   -3.00000
    Edge   16   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:   3.00000    3.00000
    Edge   17   x:  -5.00000   -2.95804   y:  -0.00000   -0.00000   z:  -0.50000   -0.50000
    Edge   18   x:  -5.00000   -5.00000   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Edge   19   x:  -5.00000   -2.95804   y:   0.00000    0.00000   z:   0.50000    0.50000
    Edge   20   x:  -5.00000   -5.00000   y:  -0.00000    0.50000   z:  -0.50000    0.50000

    Face    1   x:   2.95804    5.00000   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Face    2   x:   2.95804    5.00000   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Face    3   x:  -2.95804    2.95804   y:  -3.00000    0.00000   z:  -3.00000    3.00000
    Face    4   x:   5.00000    5.00000   y:  -0.50000    0.50000   z:  -0.50000    0.50000
    Face    5   x:  -2.95804    2.95804   y:  -0.00000    3.00000   z:  -3.00000    3.00000
    Face    6   x:  -5.00000   -2.95804   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Face    7   x:  -5.00000   -2.95804   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Face    8   x:  -5.00000   -5.00000   y:  -0.50000    0.50000   z:  -0.50000    0.50000

Body    4
            _body                =    4 
            _brch                =    5 
    inode nedge ibody     x             y             z
        1     4     4      2.95804     -0.00000     -0.50000
             Edges ->     1     2     6     8
             Faces ->     1     2     3     5
            _nedge               =    4 
            __trace__            =    3     1     4     1 
            _nodeID              =    1 
        2     3     4      5.00000     -0.00000     -0.50000
             Edges ->     1     4     5
             Faces ->     1     2     4
            __trace__            =    1     1     3     2     4     2 
            _nedge               =    3 
            _nodeID              =    2 
        3     4     4      2.95804     -0.00000      0.50000
             Edges ->     2     3     6     7
             Faces ->     1     2     3     5
            _nedge               =    4 
            __trace__            =    3     3     4     3 
            _nodeID              =    3 
        4     3     4      5.00000      0.00000      0.50000
             Edges ->     3     4     5
             Faces ->     1     2     4
            __trace__            =    1     2     3     4     4     4 
            _nedge               =    3 
            _nodeID              =    4 
        5     4     4      0.00000     -0.00000      3.00000
             Edges ->     7    12    13    16
             Faces ->     3     5
            __trace__            =    2     1     3     5     4     5 
            _nedge               =    4 
            _nodeID              =    5 
        6     4     4      0.00000     -0.00000     -3.00000
             Edges ->     8     9    10    15
             Faces ->     3     5
            __trace__            =    2     2     3     6     4     6 
            _nedge               =    4 
            _nodeID              =    6 
        7     4     4     -2.95804      0.00000     -0.50000
             Edges ->    10    11    14    17
             Faces ->     3     5     6     7
            _nedge               =    4 
            __trace__            =    3     7     4     7 
            _nodeID              =    7 
        8     4     4     -2.95804      0.00000      0.50000
             Edges ->    11    12    14    19
             Faces ->     3     5     6     7
            _nedge               =    4 
            __trace__            =    3     8     4     8 
            _nodeID              =    8 
        9     3     4     -5.00000     -0.00000     -0.50000
             Edges ->    17    18    20
             Faces ->     6     7     8
            __trace__            =    1     4     3     9     4     9 
            _nedge               =    3 
            _nodeID              =    9 
       10     3     4     -5.00000      0.00000      0.50000
             Edges ->    18    19    20
             Faces ->     6     7     8
            __trace__            =    1     3     3    10     4    10 
            _nedge               =    3 
            _nodeID              =   10 
    iedge  ibeg  iend ileft irite nface ibody iford imark    trange[0]    trange[1]       length
        1     1     2     1     2     2     4 30004    -1      7.95804     10.00000      2.04196 2001b897290
             Nodes ->     1     2
             Faces ->     1     2
            _body                =    4 30004 
            __trace__            =    1     4     3     1     4     1 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     3 
        2     3     1     1     3     2     4 30001    -1      0.00000      3.14159      1.57080 2001b896890
             Nodes ->     3     1
             Faces ->     1     3
            _body                =    4 30001 
            _nface               =    2 
            __trace__            =    3     2     4     2 
            _edgeID              =    1     3     2     1     2 
        3     3     4     2     1     2     4 40003    -1      7.95804     10.00000      2.04196 2001b8981d0
             Nodes ->     3     4
             Faces ->     1     2
            _body                =    4 40003 
            __trace__            =    1     2     3     3     4     3 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     4 
        4     4     2     4     1     2     4 20003    -1      0.00000      3.14159      1.57080 2001b8f41c0
             Nodes ->     2     4
             Faces ->     1     4
            __trace__            =    1     1     3     4     4     4 
            _body                =    4 20003 
            _nface               =    2 
            _edgeID              =    1     2     1     3     1 
        5     2     4     4     2     2     4 20004    -1      3.14159      6.28319      1.57080 2001b8f3d40
             Nodes ->     4     2
             Faces ->     2     4
            __trace__            =    1     6     3     5     4     5 
            _body                =    4 20004 
            _nface               =    2 
            _edgeID              =    1     2     1     4     1 
        6     1     3     2     5     2     4 40002    -1      3.14159      6.28319      1.57080 2001b8120d0
             Nodes ->     1     3
             Faces ->     2     5
            _body                =    4 40002 
            _nface               =    2 
            __trace__            =    3     6     4     6 
            _edgeID              =    1     4     2     2     2 
        7     3     5     3     5     2     4 10002    -1      6.45063      7.85398      4.21004 2001ad98920
             Nodes ->     3     5
             Faces ->     3     5
            _body                =    4 10002 
            __trace__            =    2     4     3     7     4     7 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     4 
        8     6     1     3     5     2     4 10002    -1      4.71239      6.11574      4.21004 2001ad98960
             Nodes ->     6     1
             Faces ->     3     5
            _body                =    4 10002 
            __trace__            =    2     4     3     8     4     8 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     3 
        9     6     6     3    -1 (degenerate)
       10     6     7     5     3     2     4 20001    -1     -1.57080     -0.16745      4.21004 2001ad983e0
             Nodes ->     6     7
             Faces ->     3     5
            _body                =    4 20001 
            __trace__            =    2     2     3    10     4    10 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     1 
       11     8     7     3     6     2     4 10003    -1     -0.00000      3.14159      1.57080 2001b896f50
             Nodes ->     8     7
             Faces ->     3     6
            _body                =    4 10003 
            _nface               =    2 
            __trace__            =    3    11     4    11 
            _edgeID              =    1     3     2     1     1 
       12     8     5     5     3     2     4 20001    -1      0.16745      1.57080      4.21004 2001b812510
             Nodes ->     8     5
             Faces ->     3     5
            _body                =    4 20001 
            __trace__            =    2     2     3    12     4    12 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     2 
       13     5     5    -1     3 (degenerate)
       14     7     8     5     7     2     4 20004    -1      3.14159      6.28319      1.57080 2001b897810
             Nodes ->     7     8
             Faces ->     5     7
            _body                =    4 20004 
            _nface               =    2 
            __trace__            =    3    14     4    14 
            _edgeID              =    1     4     2     2     1 
       15     6     6     5    -1 (degenerate)
       16     5     5    -1     5 (degenerate)
       17     9     7     6     7     2     4 30004    -1      0.00000      2.04196      2.04196 2001b897210
             Nodes ->     9     7
             Faces ->     6     7
            _body                =    4 30004 
            __trace__            =    1     4     3    17     4    17 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     1 
       18    10     9     6     8     2     4 30001    -1      0.00000      3.14159      1.57080 2001b897490
             Nodes ->    10     9
             Faces ->     6     8
            __trace__            =    1     3     3    18     4    18 
            _body                =    4 30001 
            _nface               =    2 
            _edgeID              =    1     1     1     3     1 
       19    10     8     7     6     2     4 40003    -1      0.00000      2.04196      2.04196 2001b898110
             Nodes ->    10     8
             Faces ->     6     7
            _body                =    4 40003 
            __trace__            =    1     2     3    19     4    19 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     2 
       20     9    10     7     8     2     4 40001    -1      3.14159      6.28319      1.57080 2001b897350
             Nodes ->     9    10
             Faces ->     7     8
            __trace__            =    1     5     3    20     4    20 
            _body                =    4 40001 
            _nface               =    2 
            _edgeID              =    1     1     1     4     1 
    iface ibody iford imark uvrange
        1     1     3    -1      0.00000      3.14159      7.95804     10.00000 2001b8971d0
             Nodes ->     1     2     3     4
             Edges ->     1     2     3     4
            _body                =    1     3 
            _brch                =    1     3 
            _hist                =    1     3     4 
            __trace__            =    1     1     3     1     4     1 
            __trimmed__          =    1 
            _faceID              =    1     3     2 
        2     1     4    -1      3.14159      6.28319      7.95804     10.00000 2001ad98120
             Nodes ->     1     2     4     3
             Edges ->     1     5     3     6
            _body                =    1     4 
            _brch                =    1     4 
            _hist                =    1     3     4 
            __trace__            =    1     2     3     2     4     2 
            __trimmed__          =    1 
            _faceID              =    1     4     2 
        3     2     1    -1      3.14159      6.28319     -1.57080      1.57080 2001b897890
             Nodes ->     3     5     1     6     7     8
             Edges ->     7     2     8     9    10    11    12    13
            _body                =    2     1 
            _brch                =    2     1 
            _hist                =    2     3     4 
            __trace__            =    2     1     3     3     4     3 
            __trimmed__          =    1 
            _faceID              =    2     1     1 
        4     1     2    -1     -0.50000      0.50000     -0.50000      0.50000 2001b898090
             Nodes ->     2     4
             Edges ->     4     5
            _body                =    1     2 
            _brch                =    1     2 
            _hist                =    1     3     4 
            __trace__            =    1     3     3     4     4     4 
            _faceID              =    1     2     1 
        5     2     2    -1      0.00000      3.14159     -1.57080      1.57080 2001b897750
             Nodes ->     8     5     7     6     1     3
             Edges ->    12    14    10    15     8     6     7    16
            _body                =    2     2 
            _brch                =    2     2 
            _hist                =    2     3     4 
            __trace__            =    2     2     3     5     4     5 
            __trimmed__          =    1 
            _faceID              =    2     2     1 
        6     1     3    -1     -0.00000      3.14159      0.00000      2.04196 2001ad98d60
             Nodes ->     9     7    10     8
             Edges ->    17    18    19    11
            _body                =    1     3 
            _brch                =    1     3 
            _hist                =    1     3     4 
            __trace__            =    1     1     3     6     4     6 
            __trimmed__          =    1 
            _faceID              =    1     3     1 
        7     1     4    -1      3.14159      6.28319      0.00000      2.04196 2001ad98be0
             Nodes ->     9     7     8    10
             Edges ->    17    14    19    20
            _body                =    1     4 
            _brch                =    1     4 
            _hist                =    1     3     4 
            __trace__            =    1     2     3     7     4     7 
            __trimmed__          =    1 
            _faceID              =    1     4     1 
        8     1     1    -1     -0.50000      0.50000     -0.50000      0.50000 2001b8f3f40
             Nodes ->    10     9
             Edges ->    18    20
            _body                =    1     1 
            _brch                =    1     1 
            _hist                =    1     3     4 
            __trace__            =    1     4     3     8     4     8 
            _color               =red
            _faceID              =    1     1     1 
oclass0= 25 (body)  mtype0=  9 (solidbody)  obj=2001b815f10,  eref0=0 (0:0)
. oclass1= 24 (shell)  mtype1=  4 (closed)  obj=2001b8153d0,  eref1=0 (0:0)
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001ad99960,  eref2=2001b816a90 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b813dd0,  eref3=2001b816a90 (0:0)
. . . < senses= 1 -1 -1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8142d0,  eref4=2001b816690 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419602775e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b812fd0,  data5=    2.9580397225e+00    -3.9287161900e-16    -5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8145d0,  data5=    5.0000000000e+00    -6.1232462422e-17    -5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b812c90,  eref4=2001ad98ee0 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b813010,  data5=    5.0000000000e+00     1.2246492484e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8145d0,  data5=    5.0000000000e+00    -6.1232462422e-17    -5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b815cd0,  eref4=2001b815390 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419602775e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814490,  data5=    2.9580397225e+00    -3.0102292537e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b813010,  data5=    5.0000000000e+00     1.2246492484e-16     5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b813bd0,  eref4=2001b815d10 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814490,  data5=    2.9580397225e+00    -3.0102292537e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b812fd0,  data5=    2.9580397225e+00    -3.9287161900e-16    -5.0000100000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001ad98f60,  eref2=2001b814110 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b8165d0,  eref3=2001b814110 (0:0)
. . . < senses=-1  1  1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8142d0,  eref4=2001b816690 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419602775e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b812fd0,  data5=    2.9580397225e+00    -3.9287161900e-16    -5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8145d0,  data5=    5.0000000000e+00    -6.1232462422e-17    -5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001ad99c20,  eref4=2001b812e50 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b812fd0,  data5=    2.9580397225e+00    -3.9287161900e-16    -5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814490,  data5=    2.9580397225e+00    -3.0102292537e-16     5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b815cd0,  eref4=2001b815390 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419602775e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814490,  data5=    2.9580397225e+00    -3.0102292537e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b813010,  data5=    5.0000000000e+00     1.2246492484e-16     5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b815350,  eref4=2001ad995a0 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8145d0,  data5=    5.0000000000e+00    -6.1232462422e-17    -5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b813010,  data5=    5.0000000000e+00     1.2246492484e-16     5.0000100000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b815490,  eref2=2001b8152d0 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001ad98fe0,  eref3=2001b8152d0 (0:0)
. . . < senses= 1 -1 -1  1 -1  1  1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001ad99120,  eref4=2001b813490 (11:2)
. . . . < trange=   6.45063    7.85398, arcLength=    4.2100437285e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814490,  data5=    2.9580397225e+00    -3.0102292537e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814410,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001b815ed0,  eref4=0 (0:0)
. . . . < trange=   3.14159    6.28319, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814410,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b814790,  eref4=2001b813910 (11:8)
. . . . < trange=   0.16745    1.57080, arcLength=    4.2100428761e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99620,  data5=   -2.9580391936e+00     2.4236012393e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814410,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b812f90,  eref4=2001b816ad0 (11:2)
. . . . < trange=  -0.00000    3.14159, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99620,  data5=   -2.9580391936e+00     2.4236012393e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99aa0,  data5=   -2.9580391936e+00     1.5051143030e-16    -5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b813f10,  eref4=2001b814950 (11:8)
. . . . < trange=  -1.57080   -0.16745, arcLength=    4.2100428761e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b816990,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99aa0,  data5=   -2.9580391936e+00     1.5051143030e-16    -5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001b813c50,  eref4=0 (0:0)
. . . . < trange=   3.14159    6.28319, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b816990,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b813b10,  eref4=2001b813a90 (11:2)
. . . . < trange=   4.71239    6.11574, arcLength=    4.2100437285e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b816990,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b812fd0,  data5=    2.9580397225e+00    -3.9287161900e-16    -5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b813bd0,  eref4=2001b815d10 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814490,  data5=    2.9580397225e+00    -3.0102292537e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b812fd0,  data5=    2.9580397225e+00    -3.9287161900e-16    -5.0000100000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b815d90,  eref2=2001b814f50 (12:1)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001ad98e20,  eref3=0 (0:0)
. . . < senses= 1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b812c90,  eref4=2001ad98ee0 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b813010,  data5=    5.0000000000e+00     1.2246492484e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8145d0,  data5=    5.0000000000e+00    -6.1232462422e-17    -5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b815350,  eref4=2001ad995a0 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8145d0,  data5=    5.0000000000e+00    -6.1232462422e-17    -5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b813010,  data5=    5.0000000000e+00     1.2246492484e-16     5.0000100000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b815e10,  eref2=2001b816250 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b815590,  eref3=2001b816250 (0:0)
. . . < senses= 1 -1 -1 -1 -1  1  1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b814790,  eref4=2001b813910 (11:8)
. . . . < trange=   0.16745    1.57080, arcLength=    4.2100428761e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99620,  data5=   -2.9580391936e+00     2.4236012393e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814410,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001b815c50,  eref4=0 (0:0)
. . . . < trange=   0.00000    3.14159, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814410,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001ad99120,  eref4=2001b813490 (11:2)
. . . . < trange=   6.45063    7.85398, arcLength=    4.2100437285e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814490,  data5=    2.9580397225e+00    -3.0102292537e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814410,  data5=    1.8369701987e-16    -4.4992793480e-32     3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001ad99c20,  eref4=2001b812e50 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b812fd0,  data5=    2.9580397225e+00    -3.9287161900e-16    -5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814490,  data5=    2.9580397225e+00    -3.0102292537e-16     5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b813b10,  eref4=2001b813a90 (11:2)
. . . . < trange=   4.71239    6.11574, arcLength=    4.2100437285e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b816990,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b812fd0,  data5=    2.9580397225e+00    -3.9287161900e-16    -5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001ad98ea0,  eref4=0 (0:0)
. . . . < trange=   0.00000    3.14159, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b816990,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b813f10,  eref4=2001b814950 (11:8)
. . . . < trange=  -1.57080   -0.16745, arcLength=    4.2100428761e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b816990,  data5=    1.8369701987e-16    -4.4992793480e-32    -3.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99aa0,  data5=   -2.9580391936e+00     1.5051143030e-16    -5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001ad99a20,  eref4=2001b815250 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99aa0,  data5=   -2.9580391936e+00     1.5051143030e-16    -5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99620,  data5=   -2.9580391936e+00     2.4236012393e-16     5.0000100000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b812d10,  eref2=2001b814a50 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001ad99ce0,  eref3=2001b814a50 (0:0)
. . . < senses= 1 -1 -1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001ad99a60,  eref4=2001b816610 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419608064e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8137d0,  data5=   -5.0000000000e+00    -6.1232462422e-17    -5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99aa0,  data5=   -2.9580391936e+00     1.5051143030e-16    -5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b812f90,  eref4=2001b816ad0 (11:2)
. . . . < trange=  -0.00000    3.14159, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99620,  data5=   -2.9580391936e+00     2.4236012393e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99aa0,  data5=   -2.9580391936e+00     1.5051143030e-16    -5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b813550,  eref4=2001b815310 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419608064e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814990,  data5=   -5.0000000000e+00     1.2246492484e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99620,  data5=   -2.9580391936e+00     2.4236012393e-16     5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001ad99b60,  eref4=2001b816290 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814990,  data5=   -5.0000000000e+00     1.2246492484e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8137d0,  data5=   -5.0000000000e+00    -6.1232462422e-17    -5.0000100000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b814310,  eref2=2001b813d90 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001ad998e0,  eref3=2001b813d90 (0:0)
. . . < senses=-1  1  1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001ad99a60,  eref4=2001b816610 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419608064e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8137d0,  data5=   -5.0000000000e+00    -6.1232462422e-17    -5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99aa0,  data5=   -2.9580391936e+00     1.5051143030e-16    -5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b813c90,  eref4=2001b815c90 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8137d0,  data5=   -5.0000000000e+00    -6.1232462422e-17    -5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814990,  data5=   -5.0000000000e+00     1.2246492484e-16     5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b813550,  eref4=2001b815310 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419608064e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814990,  data5=   -5.0000000000e+00     1.2246492484e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99620,  data5=   -2.9580391936e+00     2.4236012393e-16     5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001ad99a20,  eref4=2001b815250 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99aa0,  data5=   -2.9580391936e+00     1.5051143030e-16    -5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001ad99620,  data5=   -2.9580391936e+00     2.4236012393e-16     5.0000100000e-01
. . oclass2= 23 (face)  mtype2= -1 (sreverse)  obj=2001b814850,  eref2=2001ad99560 (12:1)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b8154d0,  eref3=0 (0:0)
. . . < senses=-1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001ad99b60,  eref4=2001b816290 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814990,  data5=   -5.0000000000e+00     1.2246492484e-16     5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8137d0,  data5=   -5.0000000000e+00    -6.1232462422e-17    -5.0000100000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b813c90,  eref4=2001b815c90 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707994684e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8137d0,  data5=   -5.0000000000e+00    -6.1232462422e-17    -5.0000100000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b814990,  data5=   -5.0000000000e+00     1.2246492484e-16     5.0000100000e-01

Comparing geometric sensitivities wrt "Rcyl" for ibody=7
    d(Face)/d(Rcyl) check complete with        0 total errors (errmax=  3.4798e-08)
    d(Edge)/d(Rcyl) check complete with        0 total errors (errmax=  4.5634e-13)
    d(Node)/d(Rcyl) check complete with        0 total errors (errmax=  7.2598e-07)
 

*********************************************************
Starting geometric sensitivity wrt "Rsph"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7
    Body        x:  -5.00000    5.00000   y:  -3.00000    3.00000   z:  -3.00000    3.00000

    Node    1   x:   2.95804              y:  -0.00000              z:  -0.50000
    Node    2   x:   5.00000              y:  -0.00000              z:  -0.50000
    Node    3   x:   2.95804              y:  -0.00000              z:   0.50000
    Node    4   x:   5.00000              y:   0.00000              z:   0.50000
    Node    5   x:   0.00000              y:  -0.00000              z:   3.00000
    Node    6   x:   0.00000              y:  -0.00000              z:  -3.00000
    Node    7   x:  -2.95804              y:   0.00000              z:  -0.50000
    Node    8   x:  -2.95804              y:   0.00000              z:   0.50000
    Node    9   x:  -5.00000              y:  -0.00000              z:  -0.50000
    Node   10   x:  -5.00000              y:   0.00000              z:   0.50000

    Edge    1   x:   2.95804    5.00000   y:  -0.00000   -0.00000   z:  -0.50000   -0.50000
    Edge    2   x:   2.95804    2.95804   y:  -0.50000   -0.00000   z:  -0.50000    0.50000
    Edge    3   x:   2.95804    5.00000   y:   0.00000    0.00000   z:   0.50000    0.50000
    Edge    4   x:   5.00000    5.00000   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Edge    5   x:   5.00000    5.00000   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Edge    6   x:   2.95804    2.95804   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Edge    7   x:   0.00000    2.95804   y:  -0.00000   -0.00000   z:   0.50000    3.00000
    Edge    8   x:  -0.00000    2.95804   y:  -0.00000    0.00000   z:  -3.00000   -0.50000
    Edge    9   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:  -3.00000   -3.00000
    Edge   10   x:  -2.95804    0.00000   y:  -0.00000    0.00000   z:  -3.00000   -0.50000
    Edge   11   x:  -2.95804   -2.95804   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Edge   12   x:  -2.95804    0.00000   y:  -0.00000    0.00000   z:   0.50000    3.00000
    Edge   13   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:   3.00000    3.00000
    Edge   14   x:  -2.95804   -2.95804   y:   0.00000    0.50000   z:  -0.50000    0.50000
    Edge   15   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:  -3.00000   -3.00000
    Edge   16   x:   0.00000    0.00000   y:  -0.00000   -0.00000   z:   3.00000    3.00000
    Edge   17   x:  -5.00000   -2.95804   y:  -0.00000   -0.00000   z:  -0.50000   -0.50000
    Edge   18   x:  -5.00000   -5.00000   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Edge   19   x:  -5.00000   -2.95804   y:   0.00000    0.00000   z:   0.50000    0.50000
    Edge   20   x:  -5.00000   -5.00000   y:  -0.00000    0.50000   z:  -0.50000    0.50000

    Face    1   x:   2.95804    5.00000   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Face    2   x:   2.95804    5.00000   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Face    3   x:  -2.95804    2.95804   y:  -3.00000    0.00000   z:  -3.00000    3.00000
    Face    4   x:   5.00000    5.00000   y:  -0.50000    0.50000   z:  -0.50000    0.50000
    Face    5   x:  -2.95804    2.95804   y:  -0.00000    3.00000   z:  -3.00000    3.00000
    Face    6   x:  -5.00000   -2.95804   y:  -0.50000    0.00000   z:  -0.50000    0.50000
    Face    7   x:  -5.00000   -2.95804   y:  -0.00000    0.50000   z:  -0.50000    0.50000
    Face    8   x:  -5.00000   -5.00000   y:  -0.50000    0.50000   z:  -0.50000    0.50000

Body    4
            _body                =    4 
            _brch                =    5 
    inode nedge ibody     x             y             z
        1     4     4      2.95804     -0.00000     -0.50000
             Edges ->     1     2     6     8
             Faces ->     1     2     3     5
            _nedge               =    4 
            __trace__            =    3     1     4     1 
            _nodeID              =    1 
        2     3     4      5.00000     -0.00000     -0.50000
             Edges ->     1     4     5
             Faces ->     1     2     4
            __trace__            =    1     1     3     2     4     2 
            _nedge               =    3 
            _nodeID              =    2 
        3     4     4      2.95804     -0.00000      0.50000
             Edges ->     2     3     6     7
             Faces ->     1     2     3     5
            _nedge               =    4 
            __trace__            =    3     3     4     3 
            _nodeID              =    3 
        4     3     4      5.00000      0.00000      0.50000
             Edges ->     3     4     5
             Faces ->     1     2     4
            __trace__            =    1     2     3     4     4     4 
            _nedge               =    3 
            _nodeID              =    4 
        5     4     4      0.00000     -0.00000      3.00000
             Edges ->     7    12    13    16
             Faces ->     3     5
            __trace__            =    2     1     3     5     4     5 
            _nedge               =    4 
            _nodeID              =    5 
        6     4     4      0.00000     -0.00000     -3.00000
             Edges ->     8     9    10    15
             Faces ->     3     5
            __trace__            =    2     2     3     6     4     6 
            _nedge               =    4 
            _nodeID              =    6 
        7     4     4     -2.95804      0.00000     -0.50000
             Edges ->    10    11    14    17
             Faces ->     3     5     6     7
            _nedge               =    4 
            __trace__            =    3     7     4     7 
            _nodeID              =    7 
        8     4     4     -2.95804      0.00000      0.50000
             Edges ->    11    12    14    19
             Faces ->     3     5     6     7
            _nedge               =    4 
            __trace__            =    3     8     4     8 
            _nodeID              =    8 
        9     3     4     -5.00000     -0.00000     -0.50000
             Edges ->    17    18    20
             Faces ->     6     7     8
            __trace__            =    1     4     3     9     4     9 
            _nedge               =    3 
            _nodeID              =    9 
       10     3     4     -5.00000      0.00000      0.50000
             Edges ->    18    19    20
             Faces ->     6     7     8
            __trace__            =    1     3     3    10     4    10 
            _nedge               =    3 
            _nodeID              =   10 
    iedge  ibeg  iend ileft irite nface ibody iford imark    trange[0]    trange[1]       length
        1     1     2     1     2     2     4 30004    -1      7.95804     10.00000      2.04196 2001ad999e0
             Nodes ->     1     2
             Faces ->     1     2
            _body                =    4 30004 
            __trace__            =    1     4     3     1     4     1 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     3 
        2     3     1     1     3     2     4 30001    -1      0.00000      3.14159      1.57080 2001ad99360
             Nodes ->     3     1
             Faces ->     1     3
            _body                =    4 30001 
            _nface               =    2 
            __trace__            =    3     2     4     2 
            _edgeID              =    1     3     2     1     2 
        3     3     4     2     1     2     4 40003    -1      7.95804     10.00000      2.04196 2001b8133d0
             Nodes ->     3     4
             Faces ->     1     2
            _body                =    4 40003 
            __trace__            =    1     2     3     3     4     3 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     4 
        4     4     2     4     1     2     4 20003    -1      0.00000      3.14159      1.57080 2001ad999a0
             Nodes ->     2     4
             Faces ->     1     4
            __trace__            =    1     1     3     4     4     4 
            _body                =    4 20003 
            _nface               =    2 
            _edgeID              =    1     2     1     3     1 
        5     2     4     4     2     2     4 20004    -1      3.14159      6.28319      1.57080 2001b813410
             Nodes ->     4     2
             Faces ->     2     4
            __trace__            =    1     6     3     5     4     5 
            _body                =    4 20004 
            _nface               =    2 
            _edgeID              =    1     2     1     4     1 
        6     1     3     2     5     2     4 40002    -1      3.14159      6.28319      1.57080 2001b842e10
             Nodes ->     1     3
             Faces ->     2     5
            _body                =    4 40002 
            _nface               =    2 
            __trace__            =    3     6     4     6 
            _edgeID              =    1     4     2     2     2 
        7     3     5     3     5     2     4 10002    -1      6.45063      7.85398      4.21005 2001b86a2d0
             Nodes ->     3     5
             Faces ->     3     5
            _body                =    4 10002 
            __trace__            =    2     4     3     7     4     7 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     4 
        8     6     1     3     5     2     4 10002    -1      4.71239      6.11574      4.21005 2001b869010
             Nodes ->     6     1
             Faces ->     3     5
            _body                =    4 10002 
            __trace__            =    2     4     3     8     4     8 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     3 
        9     6     6     3    -1 (degenerate)
       10     6     7     5     3     2     4 20001    -1     -1.57080     -0.16745      4.21005 2001b86a110
             Nodes ->     6     7
             Faces ->     3     5
            _body                =    4 20001 
            __trace__            =    2     2     3    10     4    10 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     1 
       11     8     7     3     6     2     4 10003    -1     -0.00000      3.14159      1.57080 2001ad996a0
             Nodes ->     8     7
             Faces ->     3     6
            _body                =    4 10003 
            _nface               =    2 
            __trace__            =    3    11     4    11 
            _edgeID              =    1     3     2     1     1 
       12     8     5     5     3     2     4 20001    -1      0.16745      1.57080      4.21005 2001b841a50
             Nodes ->     8     5
             Faces ->     3     5
            _body                =    4 20001 
            __trace__            =    2     2     3    12     4    12 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    2     1     2     2     2 
       13     5     5    -1     3 (degenerate)
       14     7     8     5     7     2     4 20004    -1      3.14159      6.28319      1.57080 2001b8160d0
             Nodes ->     7     8
             Faces ->     5     7
            _body                =    4 20004 
            _nface               =    2 
            __trace__            =    3    14     4    14 
            _edgeID              =    1     4     2     2     1 
       15     6     6     5    -1 (degenerate)
       16     5     5    -1     5 (degenerate)
       17     9     7     6     7     2     4 30004    -1      0.00000      2.04196      2.04196 2001b816390
             Nodes ->     9     7
             Faces ->     6     7
            _body                =    4 30004 
            __trace__            =    1     4     3    17     4    17 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     1 
       18    10     9     6     8     2     4 30001    -1      0.00000      3.14159      1.57080 2001ad99ae0
             Nodes ->    10     9
             Faces ->     6     8
            __trace__            =    1     3     3    18     4    18 
            _body                =    4 30001 
            _nface               =    2 
            _edgeID              =    1     1     1     3     1 
       19    10     8     7     6     2     4 40003    -1      0.00000      2.04196      2.04196 2001b815990
             Nodes ->    10     8
             Faces ->     6     7
            _body                =    4 40003 
            __trace__            =    1     2     3    19     4    19 
            _nface               =    2 
            __trimmed__          =    1 
            _edgeID              =    1     3     1     4     2 
       20     9    10     7     8     2     4 40001    -1      3.14159      6.28319      1.57080 2001ad99d20
             Nodes ->     9    10
             Faces ->     7     8
            __trace__            =    1     5     3    20     4    20 
            _body                =    4 40001 
            _nface               =    2 
            _edgeID              =    1     1     1     4     1 
    iface ibody iford imark uvrange
        1     1     3    -1      0.00000      3.14159      7.95804     10.00000 2001b812d90
             Nodes ->     1     2     3     4
             Edges ->     1     2     3     4
            _body                =    1     3 
            _brch                =    1     3 
            _hist                =    1     3     4 
            __trace__            =    1     1     3     1     4     1 
            __trimmed__          =    1 
            _faceID              =    1     3     2 
        2     1     4    -1      3.14159      6.28319      7.95804     10.00000 2001b841850
             Nodes ->     1     2     4     3
             Edges ->     1     5     3     6
            _body                =    1     4 
            _brch                =    1     4 
            _hist                =    1     3     4 
            __trace__            =    1     2     3     2     4     2 
            __trimmed__          =    1 
            _faceID              =    1     4     2 
        3     2     1    -1      3.14159      6.28319     -1.57080      1.57080 2001b812cd0
             Nodes ->     3     5     1     6     7     8
             Edges ->     7     2     8     9    10    11    12    13
            _body                =    2     1 
            _brch                =    2     1 
            _hist                =    2     3     4 
            __trace__            =    2     1     3     3     4     3 
            __trimmed__          =    1 
            _faceID              =    2     1     1 
        4     1     2    -1     -0.50000      0.50000     -0.50000      0.50000 2001ad992e0
             Nodes ->     2     4
             Edges ->     4     5
            _body                =    1     2 
            _brch                =    1     2 
            _hist                =    1     3     4 
            __trace__            =    1     3     3     4     4     4 
            _faceID              =    1     2     1 
        5     2     2    -1      0.00000      3.14159     -1.57080      1.57080 2001b813990
             Nodes ->     8     5     7     6     1     3
             Edges ->    12    14    10    15     8     6     7    16
            _body                =    2     2 
            _brch                =    2     2 
            _hist                =    2     3     4 
            __trace__            =    2     2     3     5     4     5 
            __trimmed__          =    1 
            _faceID              =    2     2     1 
        6     1     3    -1     -0.00000      3.14159      0.00000      2.04196 2001b869710
             Nodes ->     9     7    10     8
             Edges ->    17    18    19    11
            _body                =    1     3 
            _brch                =    1     3 
            _hist                =    1     3     4 
            __trace__            =    1     1     3     6     4     6 
            __trimmed__          =    1 
            _faceID              =    1     3     1 
        7     1     4    -1      3.14159      6.28319      0.00000      2.04196 2001b868e90
             Nodes ->     9     7     8    10
             Edges ->    17    14    19    20
            _body                =    1     4 
            _brch                =    1     4 
            _hist                =    1     3     4 
            __trace__            =    1     2     3     7     4     7 
            __trimmed__          =    1 
            _faceID              =    1     4     1 
        8     1     1    -1     -0.50000      0.50000     -0.50000      0.50000 2001ad99160
             Nodes ->    10     9
             Edges ->    18    20
            _body                =    1     1 
            _brch                =    1     1 
            _hist                =    1     3     4 
            __trace__            =    1     4     3     8     4     8 
            _color               =red
            _faceID              =    1     1     1 
oclass0= 25 (body)  mtype0=  9 (solidbody)  obj=2001b898510,  eref0=0 (0:0)
. oclass1= 24 (shell)  mtype1=  4 (closed)  obj=2001b811ad0,  eref1=0 (0:0)
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001ad985e0,  eref2=2001b896e10 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b927300,  eref3=2001b896e10 (0:0)
. . . < senses= 1 -1 -1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b927180,  eref4=2001b8f3fc0 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419590943e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b845120,  data5=    2.9580409057e+00    -3.9287170267e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f5400,  data5=    5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b844d20,  eref4=2001b898010 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b927340,  data5=    5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f5400,  data5=    5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f3c40,  eref4=2001b897990 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419590943e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b928e00,  data5=    2.9580409057e+00    -3.0102319274e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b927340,  data5=    5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b927e40,  eref4=2001b812910 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b928e00,  data5=    2.9580409057e+00    -3.0102319274e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b845120,  data5=    2.9580409057e+00    -3.9287170267e-16    -5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b8f3500,  eref2=2001b845360 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b897250,  eref3=2001b845360 (0:0)
. . . < senses=-1  1  1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b927180,  eref4=2001b8f3fc0 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419590943e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b845120,  data5=    2.9580409057e+00    -3.9287170267e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f5400,  data5=    5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b898610,  eref4=2001b8f3dc0 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b845120,  data5=    2.9580409057e+00    -3.9287170267e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b928e00,  data5=    2.9580409057e+00    -3.0102319274e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f3c40,  eref4=2001b897990 (11:1)
. . . . < trange=   7.95804   10.00000, arcLength=    2.0419590943e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b928e00,  data5=    2.9580409057e+00    -3.0102319274e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b927340,  data5=    5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b811190,  eref4=2001b811a90 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f5400,  data5=    5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b927340,  data5=    5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b898650,  eref2=2001b8f3880 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b8f43c0,  eref3=2001b8f3880 (0:0)
. . . < senses= 1 -1 -1  1 -1  1  1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8114d0,  eref4=2001b8f5240 (11:2)
. . . . < trange=   6.45063    7.85398, arcLength=    4.2100463151e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b928e00,  data5=    2.9580409057e+00    -3.0102319274e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b9271c0,  data5=    1.8369708110e-16    -4.4992808477e-32     3.0000010000e+00
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001b8f3740,  eref4=0 (0:0)
. . . . < trange=   3.14159    6.28319, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b9271c0,  data5=    1.8369708110e-16    -4.4992808477e-32     3.0000010000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f7080,  eref4=2001b8f4ac0 (11:8)
. . . . < trange=   0.16745    1.57080, arcLength=    4.2100454627e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b898410,  data5=   -2.9580403768e+00     2.4236007392e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b9271c0,  data5=    1.8369708110e-16    -4.4992808477e-32     3.0000010000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b843960,  eref4=2001b8f3840 (11:2)
. . . . < trange=  -0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b898410,  data5=   -2.9580403768e+00     2.4236007392e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b897ed0,  data5=   -2.9580403768e+00     1.5051156398e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b845460,  eref4=2001b8f4a00 (11:8)
. . . . < trange=  -1.57080   -0.16745, arcLength=    4.2100454627e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b812850,  data5=    1.8369708110e-16    -4.4992808477e-32    -3.0000010000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b897ed0,  data5=   -2.9580403768e+00     1.5051156398e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001b844da0,  eref4=0 (0:0)
. . . . < trange=   3.14159    6.28319, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b812850,  data5=    1.8369708110e-16    -4.4992808477e-32    -3.0000010000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f67c0,  eref4=2001b927500 (11:2)
. . . . < trange=   4.71239    6.11574, arcLength=    4.2100463151e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b812850,  data5=    1.8369708110e-16    -4.4992808477e-32    -3.0000010000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b845120,  data5=    2.9580409057e+00    -3.9287170267e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b927e40,  eref4=2001b812910 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b928e00,  data5=    2.9580409057e+00    -3.0102319274e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b845120,  data5=    2.9580409057e+00    -3.9287170267e-16    -5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001ad98d20,  eref2=2001b8f3780 (12:1)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b8f3680,  eref3=0 (0:0)
. . . < senses= 1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b844d20,  eref4=2001b898010 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b927340,  data5=    5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f5400,  data5=    5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b811190,  eref4=2001b811a90 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8f5400,  data5=    5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b927340,  data5=    5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001ad984a0,  eref2=2001b811a10 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b897a50,  eref3=2001b811a10 (0:0)
. . . < senses= 1 -1 -1 -1 -1  1  1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f7080,  eref4=2001b8f4ac0 (11:8)
. . . . < trange=   0.16745    1.57080, arcLength=    4.2100454627e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b898410,  data5=   -2.9580403768e+00     2.4236007392e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b9271c0,  data5=    1.8369708110e-16    -4.4992808477e-32     3.0000010000e+00
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001b8f42c0,  eref4=0 (0:0)
. . . . < trange=   0.00000    3.14159, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b9271c0,  data5=    1.8369708110e-16    -4.4992808477e-32     3.0000010000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8114d0,  eref4=2001b8f5240 (11:2)
. . . . < trange=   6.45063    7.85398, arcLength=    4.2100463151e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b928e00,  data5=    2.9580409057e+00    -3.0102319274e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b9271c0,  data5=    1.8369708110e-16    -4.4992808477e-32     3.0000010000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b898610,  eref4=2001b8f3dc0 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b845120,  data5=    2.9580409057e+00    -3.9287170267e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b928e00,  data5=    2.9580409057e+00    -3.0102319274e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f67c0,  eref4=2001b927500 (11:2)
. . . . < trange=   4.71239    6.11574, arcLength=    4.2100463151e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b812850,  data5=    1.8369708110e-16    -4.4992808477e-32    -3.0000010000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b845120,  data5=    2.9580409057e+00    -3.9287170267e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  5 (degenerate)  obj=2001b8119d0,  eref4=0 (0:0)
. . . . < trange=   0.00000    3.14159, arcLength=    0.0000000000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b812850,  data5=    1.8369708110e-16    -4.4992808477e-32    -3.0000010000e+00
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b845460,  eref4=2001b8f4a00 (11:8)
. . . . < trange=  -1.57080   -0.16745, arcLength=    4.2100454627e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b812850,  data5=    1.8369708110e-16    -4.4992808477e-32    -3.0000010000e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b897ed0,  data5=   -2.9580403768e+00     1.5051156398e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f3ec0,  eref4=2001b812250 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b897ed0,  data5=   -2.9580403768e+00     1.5051156398e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b898410,  data5=   -2.9580403768e+00     2.4236007392e-16     5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b8f4dc0,  eref2=2001b927ac0 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b812610,  eref3=2001b927ac0 (0:0)
. . . < senses= 1 -1 -1  1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b896fd0,  eref4=2001b8f35c0 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419596232e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8448e0,  data5=   -5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b897ed0,  data5=   -2.9580403768e+00     1.5051156398e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b843960,  eref4=2001b8f3840 (11:2)
. . . . < trange=  -0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b898410,  data5=   -2.9580403768e+00     2.4236007392e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b897ed0,  data5=   -2.9580403768e+00     1.5051156398e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b928240,  eref4=2001b812590 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419596232e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b844120,  data5=   -5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b898410,  data5=   -2.9580403768e+00     2.4236007392e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f38c0,  eref4=2001b8f4180 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b844120,  data5=   -5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8448e0,  data5=   -5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . oclass2= 23 (face)  mtype2=  1 (sforward)  obj=2001b812190,  eref2=2001b844060 (12:6)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b8967d0,  eref3=2001b844060 (0:0)
. . . < senses=-1  1  1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b896fd0,  eref4=2001b8f35c0 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419596232e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8448e0,  data5=   -5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b897ed0,  data5=   -2.9580403768e+00     1.5051156398e-16    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b927380,  eref4=2001b898450 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8448e0,  data5=   -5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b844120,  data5=   -5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b928240,  eref4=2001b812590 (11:1)
. . . . < trange=   0.00000    2.04196, arcLength=    2.0419596232e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b844120,  data5=   -5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b898410,  data5=   -2.9580403768e+00     2.4236007392e-16     5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f3ec0,  eref4=2001b812250 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b897ed0,  data5=   -2.9580403768e+00     1.5051156398e-16    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b898410,  data5=   -2.9580403768e+00     2.4236007392e-16     5.0000000000e-01
. . oclass2= 23 (face)  mtype2= -1 (sreverse)  obj=2001b8121d0,  eref2=2001b8f3a40 (12:1)
. . < senses= 1  
. . . oclass3= 22 (loop)  mtype3=  4 (closed)  obj=2001b816850,  eref3=0 (0:0)
. . . < senses=-1 -1  
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b8f38c0,  eref4=2001b8f4180 (11:2)
. . . . < trange=   0.00000    3.14159, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b844120,  data5=   -5.0000000000e+00     1.2246467991e-16     5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8448e0,  data5=   -5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . oclass4= 21 (edge)  mtype4=  2 (twonode)  obj=2001b927380,  eref4=2001b898450 (11:2)
. . . . < trange=   3.14159    6.28319, arcLength=    1.5707963268e+00
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b8448e0,  data5=   -5.0000000000e+00    -6.1232339957e-17    -5.0000000000e-01
. . . . . oclass5= 20 (node)  mtype5=  0,  obj=2001b844120,  data5=   -5.0000000000e+00     1.2246467991e-16     5.0000000000e-01

real	0m1.117s
user	0m0.000s
sys	0m0.031s

Comparing geometric sensitivities wrt "Rsph" for ibody=7
    d(Face)/d(Rsph) check complete with        0 total errors (errmax=  9.0542e-10)
    d(Edge)/d(Rsph) check complete with        0 total errors (errmax=  4.1890e-16)
    d(Node)/d(Rsph) check complete with        0 total errors (errmax=  1.0294e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.009 sec

Sensitivity checks complete with        0 total errors (max geom err=  7.2598e-07) with 0 suppressions
+ set +x
data\basic\designS3 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 216 / 275 )
data\basic\designT1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designT1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "L" for ibody=1
    d(Face)/d(L) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  1.5142e-19)
    d(Node)/d(L) check complete with        0 total errors (errmax=  4.0350e-11)
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "L" for ibody=2
    d(Face)/d(L) check complete with        0 total errors (errmax=  7.4230e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  1.1073e-14)
    d(Node)/d(L) check complete with        0 total errors (errmax=  7.4244e-09)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

Comparing geometric sensitivities wrt "H" for ibody=1
    d(Face)/d(H) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  3.0772e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  4.0350e-11)
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "H" for ibody=2
    d(Face)/d(H) check complete with        0 total errors (errmax=  2.9723e-08)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  1.7750e-13)
    d(Node)/d(H) check complete with        0 total errors (errmax=  2.9720e-08)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=1
Computing finite difference sensitivities for ibody=1

real	0m0.614s
user	0m0.000s
sys	0m0.031s

Comparing geometric sensitivities wrt "D" for ibody=1
    d(Face)/d(D) check complete with        0 total errors (errmax=  2.3748e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  1.0659e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  2.3748e-11)
Computing analytic sensitivities (if possible) for ibody=2
Computing finite difference sensitivities for ibody=2

Comparing geometric sensitivities wrt "D" for ibody=2
    d(Face)/d(D) check complete with        0 total errors (errmax=  1.1942e-07)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  2.8662e-12)
    d(Node)/d(D) check complete with        0 total errors (errmax=  1.1944e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.009 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.1944e-07) with 0 suppressions
+ set +x
data\basic\designT1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 217 / 275 )
data\basic\designT2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designT2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "L" for ibody=4
    d(Face)/d(L) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  1.5142e-19)
    d(Node)/d(L) check complete with        0 total errors (errmax=  4.0350e-11)
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "L" for ibody=5
    d(Face)/d(L) check complete with        0 total errors (errmax=  7.4230e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  1.1073e-14)
    d(Node)/d(L) check complete with        0 total errors (errmax=  7.4244e-09)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

Comparing geometric sensitivities wrt "H" for ibody=4
    d(Face)/d(H) check complete with        0 total errors (errmax=  4.0350e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  3.0772e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  4.0350e-11)
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "H" for ibody=5
    d(Face)/d(H) check complete with        0 total errors (errmax=  2.9723e-08)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  1.7750e-13)
    d(Node)/d(H) check complete with        0 total errors (errmax=  2.9720e-08)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=4
Computing finite difference sensitivities for ibody=4

real	0m0.700s
user	0m0.015s
sys	0m0.015s

Comparing geometric sensitivities wrt "D" for ibody=4
    d(Face)/d(D) check complete with        0 total errors (errmax=  2.3748e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  1.0659e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  2.3748e-11)
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "D" for ibody=5
    d(Face)/d(D) check complete with        0 total errors (errmax=  1.1942e-07)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  2.8662e-12)
    d(Node)/d(D) check complete with        0 total errors (errmax=  1.1944e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.008 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.1944e-07) with 0 suppressions
+ set +x
data\basic\designT2 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 218 / 275 )
data\basic\designU1a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designU1a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "xbeg" for ibody=3
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  5.1279e-10)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  2.4455e-17)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.1279e-10)
 

*********************************************************
Starting geometric sensitivity wrt "offset"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

real	0m0.225s
user	0m0.000s
sys	0m0.031s

Comparing geometric sensitivities wrt "offset" for ibody=3
    d(Face)/d(offset) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(offset) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(offset) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.002 sec

Sensitivity checks complete with        0 total errors (max geom err=  5.1279e-10) with 0 suppressions
+ set +x
data\basic\designU1a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 219 / 275 )
data\basic\designU1b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designU1b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "xbeg" for ibody=6
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  5.1279e-10)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  2.4455e-17)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.1279e-10)
 

*********************************************************
Starting geometric sensitivity wrt "offset"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "offset" for ibody=6
    d(Face)/d(offset) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(offset) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(offset) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.002 sec

Sensitivity checks complete with        0 total errors (max geom err=  5.1279e-10) with 0 suppressions

real	0m0.228s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designU1b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 220 / 275 )
data\basic\designU1c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designU1c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xbeg"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "xbeg" for ibody=3
    d(Face)/d(xbeg) check complete with        0 total errors (errmax=  5.1279e-10)
    d(Edge)/d(xbeg) check complete with        0 total errors (errmax=  2.4455e-17)
    d(Node)/d(xbeg) check complete with        0 total errors (errmax=  5.1279e-10)
 

*********************************************************
Starting geometric sensitivity wrt "offset"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.239s
user	0m0.015s
sys	0m0.046s
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "offset" for ibody=3
    d(Face)/d(offset) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(offset) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(offset) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.002 sec

Sensitivity checks complete with        0 total errors (max geom err=  5.1279e-10) with 0 suppressions
+ set +x
data\basic\designU1c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 221 / 275 )
data\basic\designU2a.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designU2a.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
                          ... skipping Body    4
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "dx" for ibody=5
    d(Face)/d(dx) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dy"
*********************************************************

Propagating velocities throughout feature tree
                          ... skipping Body    4
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "dy" for ibody=5
    d(Face)/d(dy) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(dy) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(dy) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dz"
*********************************************************

Propagating velocities throughout feature tree
                          ... skipping Body    4
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "dz" for ibody=5
    d(Face)/d(dz) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dz) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(dz) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.016 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.6140e-10) with 0 suppressions

real	0m0.393s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designU2a -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 222 / 275 )
data\basic\designU2b.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designU2b.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
                          ... skipping Body    7
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dx" for ibody=8
    d(Face)/d(dx) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dy"
*********************************************************

Propagating velocities throughout feature tree
                          ... skipping Body    7
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dy" for ibody=8
    d(Face)/d(dy) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(dy) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(dy) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dz"
*********************************************************

Propagating velocities throughout feature tree
                          ... skipping Body    7
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "dz" for ibody=8
    d(Face)/d(dz) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dz) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(dz) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.020 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.6140e-10) with 0 suppressions

real	0m0.426s
user	0m0.000s
sys	0m0.046s
+ set +x
data\basic\designU2b -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 223 / 275 )
data\basic\designU2c.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designU2c.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
                          ... skipping Body    4
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "dx" for ibody=5
    d(Face)/d(dx) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dy"
*********************************************************

Propagating velocities throughout feature tree
                          ... skipping Body    4
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "dy" for ibody=5
    d(Face)/d(dy) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(dy) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(dy) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dz"
*********************************************************

Propagating velocities throughout feature tree
                          ... skipping Body    4
Computing analytic sensitivities (if possible) for ibody=5
Computing finite difference sensitivities for ibody=5

Comparing geometric sensitivities wrt "dz" for ibody=5
    d(Face)/d(dz) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(dz) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(dz) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.020 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.6140e-10) with 0 suppressions

real	0m0.434s
user	0m0.000s
sys	0m0.000s
+ set +x
data\basic\designU2c -geom          passed (as expected)
--------------------------------------------------------------------------------------------------
( 224 / 275 )
data\basic\designV1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designV1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "L" for ibody=6
    d(Face)/d(L) check complete with        0 total errors (errmax=  1.1146e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  1.1919e-16)
    d(Node)/d(L) check complete with        0 total errors (errmax=  9.0159e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "D" for ibody=6
    d(Face)/d(D) check complete with        0 total errors (errmax=  1.1565e-08)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  1.2400e-14)
    d(Node)/d(D) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "Z"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "Z" for ibody=6
    d(Face)/d(Z) check complete with        0 total errors (errmax=  1.9945e-10)
    d(Edge)/d(Z) check complete with        0 total errors (errmax=  8.4770e-18)
    d(Node)/d(Z) check complete with        0 total errors (errmax=  3.8786e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "xA" for ibody=6
    d(Face)/d(xA) check complete with        0 total errors (errmax=  5.4273e-11)
    d(Edge)/d(xA) check complete with        0 total errors (errmax=  5.4763e-19)
    d(Node)/d(xA) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yA"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.301s
user	0m0.000s
sys	0m0.031s
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "yA" for ibody=6
    d(Face)/d(yA) check complete with        0 total errors (errmax=  1.4889e-10)
    d(Edge)/d(yA) check complete with        0 total errors (errmax=  1.7902e-18)
    d(Node)/d(yA) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.020 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.1565e-08) with 0 suppressions
+ set +x
data\basic\designV1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 225 / 275 )
data\basic\designW0.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designW0.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "dx"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "dx" for ibody=7
    d(Face)/d(dx) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(dx) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(dx) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "dy"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "dy" for ibody=7
    d(Face)/d(dy) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(dy) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(dy) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "z"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

real	0m0.524s
user	0m0.000s
sys	0m0.046s

Comparing geometric sensitivities wrt "z" for ibody=7
    d(Face)/d(z) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(z) check complete with        0 total errors (errmax=  5.2451e-20)
    d(Node)/d(z) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.024 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.6140e-10) with 0 suppressions
+ set +x
data\basic\designW0 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 226 / 275 )
data\basic\designW1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designW1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xcut"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "xcut" for ibody=6
    d(Face)/d(xcut) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(xcut) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(xcut) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "xsize" for ibody=6
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "ysize" for ibody=6
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "fact"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.297s
user	0m0.015s
sys	0m0.031s
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "fact" for ibody=6
    d(Face)/d(fact) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(fact) check complete with        0 total errors (errmax=  9.6908e-18)
    d(Node)/d(fact) check complete with        0 total errors (errmax=  3.6091e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.008 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.6091e-10) with 0 suppressions
+ set +x
data\basic\designW1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 227 / 275 )
data\basic\designW2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designW2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xcut"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "xcut" for ibody=8
    d(Face)/d(xcut) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(xcut) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(xcut) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "xsize" for ibody=8
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "ysize" for ibody=8
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "zsize" for ibody=8
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  9.4993e-11)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  8.3921e-19)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  9.4993e-11)
 

*********************************************************
Starting geometric sensitivity wrt "fact"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.540s
user	0m0.015s
sys	0m0.016s
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "fact" for ibody=8
    d(Face)/d(fact) check complete with        0 total errors (errmax=  3.2280e-10)
    d(Edge)/d(fact) check complete with        0 total errors (errmax=  1.0296e-17)
    d(Node)/d(fact) check complete with        0 total errors (errmax=  3.6982e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.026 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.6982e-10) with 0 suppressions
+ set +x
data\basic\designW2 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 228 / 275 )
data\basic\designW3.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designW3.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xcut"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=16
Computing finite difference sensitivities for ibody=16

Comparing geometric sensitivities wrt "xcut" for ibody=16
    d(Face)/d(xcut) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(xcut) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(xcut) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=16
Computing finite difference sensitivities for ibody=16

Comparing geometric sensitivities wrt "xsize" for ibody=16
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=16
Computing finite difference sensitivities for ibody=16

Comparing geometric sensitivities wrt "ysize" for ibody=16
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=16
Computing finite difference sensitivities for ibody=16

Comparing geometric sensitivities wrt "zsize" for ibody=16
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  9.4993e-11)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  8.3921e-19)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  9.4993e-11)
 

*********************************************************
Starting geometric sensitivity wrt "fact"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=16
Computing finite difference sensitivities for ibody=16

Comparing geometric sensitivities wrt "fact" for ibody=16
    d(Face)/d(fact) check complete with        0 total errors (errmax=  3.2280e-10)
    d(Edge)/d(fact) check complete with        0 total errors (errmax=  1.0296e-17)
    d(Node)/d(fact) check complete with        0 total errors (errmax=  3.6982e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.036 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.6982e-10) with 0 suppressions

real	0m0.702s
user	0m0.015s
sys	0m0.000s
+ set +x
data\basic\designW3 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 229 / 275 )
data\basic\designW4.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designW4.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xcut"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=16
Computing finite difference sensitivities for ibody=16

Comparing geometric sensitivities wrt "xcut" for ibody=16
    d(Face)/d(xcut) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(xcut) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(xcut) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=16
Computing finite difference sensitivities for ibody=16

Comparing geometric sensitivities wrt "xsize" for ibody=16
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=16
Computing finite difference sensitivities for ibody=16

Comparing geometric sensitivities wrt "ysize" for ibody=16
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=16
Computing finite difference sensitivities for ibody=16

Comparing geometric sensitivities wrt "zsize" for ibody=16
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  9.4993e-11)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  8.3921e-19)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  9.4993e-11)
 

*********************************************************
Starting geometric sensitivity wrt "fact"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.823s
user	0m0.000s
sys	0m0.000s
Computing analytic sensitivities (if possible) for ibody=16
Computing finite difference sensitivities for ibody=16

Comparing geometric sensitivities wrt "fact" for ibody=16
    d(Face)/d(fact) check complete with        0 total errors (errmax=  3.2280e-10)
    d(Edge)/d(fact) check complete with        0 total errors (errmax=  1.0296e-17)
    d(Node)/d(fact) check complete with        0 total errors (errmax=  3.6982e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.038 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.6982e-10) with 0 suppressions
+ set +x
data\basic\designW4 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 230 / 275 )
data\basic\designW5.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designW5.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xcut"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xcut" for ibody=7
    d(Face)/d(xcut) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(xcut) check complete with        0 total errors (errmax=  1.1723e-18)
    d(Node)/d(xcut) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "xsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xsize" for ibody=7
    d(Face)/d(xsize) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(xsize) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(xsize) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "ysize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "ysize" for ibody=7
    d(Face)/d(ysize) check complete with        0 total errors (errmax=  1.6140e-10)
    d(Edge)/d(ysize) check complete with        0 total errors (errmax=  2.4227e-18)
    d(Node)/d(ysize) check complete with        0 total errors (errmax=  1.6140e-10)
 

*********************************************************
Starting geometric sensitivity wrt "zsize"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "zsize" for ibody=7
    d(Face)/d(zsize) check complete with        0 total errors (errmax=  9.4993e-11)
    d(Edge)/d(zsize) check complete with        0 total errors (errmax=  8.3921e-19)
    d(Node)/d(zsize) check complete with        0 total errors (errmax=  9.4993e-11)
 

*********************************************************
Starting geometric sensitivity wrt "fact"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "fact" for ibody=7
    d(Face)/d(fact) check complete with        0 total errors (errmax=  3.2280e-10)
    d(Edge)/d(fact) check complete with        0 total errors (errmax=  1.0296e-17)
    d(Node)/d(fact) check complete with        0 total errors (errmax=  3.6982e-10)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.023 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.6982e-10) with 0 suppressions

real	0m0.545s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designW5 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 231 / 275 )
data\basic\designX1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designX1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "L" for ibody=6
    d(Face)/d(L) check complete with        0 total errors (errmax=  6.7608e-11)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "R"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "R" for ibody=6
    d(Face)/d(R) check complete with        0 total errors (errmax=  1.7863e-10)
    d(Edge)/d(R) check complete with        0 total errors (errmax=  3.5126e-19)
    d(Node)/d(R) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "xA" for ibody=6
    d(Face)/d(xA) check complete with        0 total errors (errmax=  1.5154e-10)
    d(Edge)/d(xA) check complete with        0 total errors (errmax=  4.2272e-19)
    d(Node)/d(xA) check complete with        0 total errors (errmax=  6.7419e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "yA" for ibody=6
    d(Face)/d(yA) check complete with        0 total errors (errmax=  2.0455e-08)
    d(Edge)/d(yA) check complete with        0 total errors (errmax=  2.8864e-13)
    d(Node)/d(yA) check complete with        0 total errors (errmax=  5.5711e-08)
 

*********************************************************
Starting geometric sensitivity wrt "xB"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "xB" for ibody=6
    d(Face)/d(xB) check complete with        0 total errors (errmax=  1.9461e-10)
    d(Edge)/d(xB) check complete with        0 total errors (errmax=  6.7635e-18)
    d(Node)/d(xB) check complete with        0 total errors (errmax=  2.6968e-10)
 

*********************************************************
Starting geometric sensitivity wrt "yB"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.423s
user	0m0.031s
sys	0m0.000s
Computing analytic sensitivities (if possible) for ibody=6
Computing finite difference sensitivities for ibody=6

Comparing geometric sensitivities wrt "yB" for ibody=6
    d(Face)/d(yB) check complete with        0 total errors (errmax=  8.0706e-08)
    d(Edge)/d(yB) check complete with        0 total errors (errmax=  4.5653e-12)
    d(Node)/d(yB) check complete with        0 total errors (errmax=  2.2156e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.006 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.2156e-07) with 0 suppressions
+ set +x
data\basic\designX1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 232 / 275 )
data\basic\designX2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designX2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "L" for ibody=8
    d(Face)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "R"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "R" for ibody=8
    d(Face)/d(R) check complete with        0 total errors (errmax=  2.2860e-08)
    d(Edge)/d(R) check complete with        0 total errors (errmax=  1.2259e-13)
    d(Node)/d(R) check complete with        0 total errors (errmax=  1.1119e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "xA" for ibody=8
    d(Face)/d(xA) check complete with        0 total errors (errmax=  2.4688e-11)
    d(Edge)/d(xA) check complete with        0 total errors (errmax=  8.9922e-18)
    d(Node)/d(xA) check complete with        0 total errors (errmax=  2.8330e-10)
 

*********************************************************
Starting geometric sensitivity wrt "yA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "yA" for ibody=8
    d(Face)/d(yA) check complete with        0 total errors (errmax=  2.5184e-11)
    d(Edge)/d(yA) check complete with        0 total errors (errmax=  7.4162e-13)
    d(Node)/d(yA) check complete with        0 total errors (errmax=  2.5660e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xB"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "xB" for ibody=8
    d(Face)/d(xB) check complete with        0 total errors (errmax=  2.5791e-11)
    d(Edge)/d(xB) check complete with        0 total errors (errmax=  2.0883e-17)
    d(Node)/d(xB) check complete with        0 total errors (errmax=  2.6968e-10)
 

*********************************************************
Starting geometric sensitivity wrt "yB"
*********************************************************

Propagating velocities throughout feature tree

real	0m1.107s
user	0m0.015s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "yB" for ibody=8
    d(Face)/d(yB) check complete with        0 total errors (errmax=  9.1321e-08)
    d(Edge)/d(yB) check complete with        0 total errors (errmax=  6.3459e-12)
    d(Node)/d(yB) check complete with        0 total errors (errmax=  5.1341e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.198 sec

Sensitivity checks complete with        0 total errors (max geom err=  5.1341e-07) with 0 suppressions
+ set +x
data\basic\designX2 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 233 / 275 )
data\basic\designX3.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designX3.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "L" for ibody=8
    d(Face)/d(L) check complete with        0 total errors (errmax=  6.4125e-11)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "R"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "R" for ibody=8
    d(Face)/d(R) check complete with        0 total errors (errmax=  2.3118e-10)
    d(Edge)/d(R) check complete with        0 total errors (errmax=  1.2259e-13)
    d(Node)/d(R) check complete with        0 total errors (errmax=  1.1119e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "xA" for ibody=8
    d(Face)/d(xA) check complete with        0 total errors (errmax=  2.0848e-10)
    d(Edge)/d(xA) check complete with        0 total errors (errmax=  8.9922e-18)
    d(Node)/d(xA) check complete with        0 total errors (errmax=  2.8330e-10)
 

*********************************************************
Starting geometric sensitivity wrt "yA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "yA" for ibody=8
    d(Face)/d(yA) check complete with        0 total errors (errmax=  6.7708e-08)
    d(Edge)/d(yA) check complete with        0 total errors (errmax=  7.4162e-13)
    d(Node)/d(yA) check complete with        0 total errors (errmax=  2.5660e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xB"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "xB" for ibody=8
    d(Face)/d(xB) check complete with        0 total errors (errmax=  1.9645e-10)
    d(Edge)/d(xB) check complete with        0 total errors (errmax=  2.0883e-17)
    d(Node)/d(xB) check complete with        0 total errors (errmax=  2.6968e-10)
 

*********************************************************
Starting geometric sensitivity wrt "yB"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.770s
user	0m0.000s
sys	0m0.046s
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "yB" for ibody=8
    d(Face)/d(yB) check complete with        0 total errors (errmax=  1.1368e-07)
    d(Edge)/d(yB) check complete with        0 total errors (errmax=  6.3459e-12)
    d(Node)/d(yB) check complete with        0 total errors (errmax=  5.1341e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.141 sec

Sensitivity checks complete with        0 total errors (max geom err=  5.1341e-07) with 0 suppressions
+ set +x
data\basic\designX3 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 234 / 275 )
data\basic\designX4.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designX4.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "L" for ibody=13
    d(Face)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "R"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "R" for ibody=13
    d(Face)/d(R) check complete with        0 total errors (errmax=  2.2860e-08)
    d(Edge)/d(R) check complete with        0 total errors (errmax=  1.2259e-13)
    d(Node)/d(R) check complete with        0 total errors (errmax=  1.1119e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "xA" for ibody=13
    d(Face)/d(xA) check complete with        0 total errors (errmax=  2.0848e-10)
    d(Edge)/d(xA) check complete with        0 total errors (errmax=  8.9922e-18)
    d(Node)/d(xA) check complete with        0 total errors (errmax=  2.8330e-10)
 

*********************************************************
Starting geometric sensitivity wrt "yA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "yA" for ibody=13
    d(Face)/d(yA) check complete with        0 total errors (errmax=  6.7708e-08)
    d(Edge)/d(yA) check complete with        0 total errors (errmax=  7.4162e-13)
    d(Node)/d(yA) check complete with        0 total errors (errmax=  2.5660e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xB"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "xB" for ibody=13
    d(Face)/d(xB) check complete with        0 total errors (errmax=  1.9645e-10)
    d(Edge)/d(xB) check complete with        0 total errors (errmax=  2.0883e-17)
    d(Node)/d(xB) check complete with        0 total errors (errmax=  2.6968e-10)
 

*********************************************************
Starting geometric sensitivity wrt "yB"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
Computing finite difference sensitivities for ibody=13

Comparing geometric sensitivities wrt "yB" for ibody=13
    d(Face)/d(yB) check complete with        0 total errors (errmax=  1.1368e-07)
    d(Edge)/d(yB) check complete with        0 total errors (errmax=  6.3459e-12)
    d(Node)/d(yB) check complete with        0 total errors (errmax=  5.1341e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.205 sec

Sensitivity checks complete with        0 total errors (max geom err=  5.1341e-07) with 0 suppressions

real	0m1.734s
user	0m0.000s
sys	0m0.000s
+ set +x
data\basic\designX4 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 235 / 275 )
data\basic\designX5.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designX5.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "L" for ibody=3
    d(Face)/d(L) check complete with        0 total errors (errmax=  1.2018e-10)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  1.6314e-20)
    d(Node)/d(L) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "R"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "R" for ibody=3
    d(Face)/d(R) check complete with        0 total errors (errmax=  1.8087e-10)
    d(Edge)/d(R) check complete with        0 total errors (errmax=  3.0938e-19)
    d(Node)/d(R) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "xA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "xA" for ibody=3
    d(Face)/d(xA) check complete with        0 total errors (errmax=  4.6195e-08)
    d(Edge)/d(xA) check complete with        0 total errors (errmax=  4.3663e-13)
    d(Node)/d(xA) check complete with        0 total errors (errmax=  6.8520e-08)
 

*********************************************************
Starting geometric sensitivity wrt "yA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "yA" for ibody=3
    d(Face)/d(yA) check complete with        0 total errors (errmax=  5.2531e-08)
    d(Edge)/d(yA) check complete with        0 total errors (errmax=  7.1006e-13)
    d(Node)/d(yA) check complete with        0 total errors (errmax=  8.7379e-08)
 

*********************************************************
Starting geometric sensitivity wrt "xB"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "xB" for ibody=3
    d(Face)/d(xB) check complete with        0 total errors (errmax=  2.7507e-08)
    d(Edge)/d(xB) check complete with        0 total errors (errmax=  1.7778e-13)
    d(Node)/d(xB) check complete with        0 total errors (errmax=  4.3722e-08)
 

*********************************************************
Starting geometric sensitivity wrt "xD"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "xD" for ibody=3
    d(Face)/d(xD) check complete with        0 total errors (errmax=  2.3897e-09)
    d(Edge)/d(xD) check complete with        0 total errors (errmax=  1.7327e-15)
    d(Node)/d(xD) check complete with        0 total errors (errmax=  4.3164e-09)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.082 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.7379e-08) with 0 suppressions

real	0m0.393s
user	0m0.000s
sys	0m0.000s
+ set +x
data\basic\designX5 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 236 / 275 )
data\basic\designX6.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designX6.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "L" for ibody=7
    d(Face)/d(L) check complete with        0 total errors (errmax=  8.5633e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  1.9907e-14)
    d(Node)/d(L) check complete with        0 total errors (errmax=  4.5735e-08)
 

*********************************************************
Starting geometric sensitivity wrt "R"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "R" for ibody=7
    d(Face)/d(R) check complete with        0 total errors (errmax=  6.1286e-08)
    d(Edge)/d(R) check complete with        0 total errors (errmax=  1.4412e-12)
    d(Node)/d(R) check complete with        0 total errors (errmax=  1.7896e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xA" for ibody=7
    d(Face)/d(xA) check complete with        0 total errors (errmax=  1.5338e-08)
    d(Edge)/d(xA) check complete with        0 total errors (errmax=  4.2681e-13)
    d(Node)/d(xA) check complete with        0 total errors (errmax=  9.7737e-08)
 

*********************************************************
Starting geometric sensitivity wrt "yA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "yA" for ibody=7
    d(Face)/d(yA) check complete with        0 total errors (errmax=  4.2602e-08)
    d(Edge)/d(yA) check complete with        0 total errors (errmax=  2.3660e-12)
    d(Node)/d(yA) check complete with        0 total errors (errmax=  2.6736e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xB"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xB" for ibody=7
    d(Face)/d(xB) check complete with        0 total errors (errmax=  9.2091e-09)
    d(Edge)/d(xB) check complete with        0 total errors (errmax=  2.8378e-13)
    d(Node)/d(xB) check complete with        0 total errors (errmax=  5.7161e-08)
 

*********************************************************
Starting geometric sensitivity wrt "xD"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xD" for ibody=7
    d(Face)/d(xD) check complete with        0 total errors (errmax=  4.2608e-08)
    d(Edge)/d(xD) check complete with        0 total errors (errmax=  6.9588e-13)
    d(Node)/d(xD) check complete with        0 total errors (errmax=  1.2461e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.173 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.6736e-07) with 0 suppressions

real	0m2.459s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designX6 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 237 / 275 )
data\basic\designX7.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designX7.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "L" for ibody=7
    d(Face)/d(L) check complete with        0 total errors (errmax=  1.1539e-10)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  1.7520e-14)
    d(Node)/d(L) check complete with        0 total errors (errmax=  4.5563e-08)
 

*********************************************************
Starting geometric sensitivity wrt "R"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "R" for ibody=7
    d(Face)/d(R) check complete with        0 total errors (errmax=  1.6754e-10)
    d(Edge)/d(R) check complete with        0 total errors (errmax=  1.4412e-12)
    d(Node)/d(R) check complete with        0 total errors (errmax=  1.7896e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xA" for ibody=7
    d(Face)/d(xA) check complete with        0 total errors (errmax=  4.6650e-08)
    d(Edge)/d(xA) check complete with        0 total errors (errmax=  4.3663e-13)
    d(Node)/d(xA) check complete with        0 total errors (errmax=  9.7737e-08)
 

*********************************************************
Starting geometric sensitivity wrt "yA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "yA" for ibody=7
    d(Face)/d(yA) check complete with        0 total errors (errmax=  1.0311e-07)
    d(Edge)/d(yA) check complete with        0 total errors (errmax=  2.5371e-12)
    d(Node)/d(yA) check complete with        0 total errors (errmax=  2.6736e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xB"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xB" for ibody=7
    d(Face)/d(xB) check complete with        0 total errors (errmax=  4.3159e-08)
    d(Edge)/d(xB) check complete with        0 total errors (errmax=  2.8378e-13)
    d(Node)/d(xB) check complete with        0 total errors (errmax=  5.7231e-08)
 

*********************************************************
Starting geometric sensitivity wrt "xD"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

real	0m2.742s
user	0m0.000s
sys	0m0.015s

Comparing geometric sensitivities wrt "xD" for ibody=7
    d(Face)/d(xD) check complete with        0 total errors (errmax=  2.5952e-09)
    d(Edge)/d(xD) check complete with        0 total errors (errmax=  6.9588e-13)
    d(Node)/d(xD) check complete with        0 total errors (errmax=  1.2461e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.813 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.6736e-07) with 0 suppressions
+ set +x
data\basic\designX7 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 238 / 275 )
data\basic\designX8.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designX8.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "L" for ibody=12
    d(Face)/d(L) check complete with        0 total errors (errmax=  8.5633e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  1.9907e-14)
    d(Node)/d(L) check complete with        0 total errors (errmax=  4.5735e-08)
 

*********************************************************
Starting geometric sensitivity wrt "R"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "R" for ibody=12
    d(Face)/d(R) check complete with        0 total errors (errmax=  6.1286e-08)
    d(Edge)/d(R) check complete with        0 total errors (errmax=  1.4412e-12)
    d(Node)/d(R) check complete with        0 total errors (errmax=  1.7896e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xA" for ibody=12
    d(Face)/d(xA) check complete with        0 total errors (errmax=  4.4326e-08)
    d(Edge)/d(xA) check complete with        0 total errors (errmax=  4.3663e-13)
    d(Node)/d(xA) check complete with        0 total errors (errmax=  9.7737e-08)
 

*********************************************************
Starting geometric sensitivity wrt "yA"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "yA" for ibody=12
    d(Face)/d(yA) check complete with        0 total errors (errmax=  1.0237e-07)
    d(Edge)/d(yA) check complete with        0 total errors (errmax=  2.3660e-12)
    d(Node)/d(yA) check complete with        0 total errors (errmax=  2.6736e-07)
 

*********************************************************
Starting geometric sensitivity wrt "xB"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "xB" for ibody=12
    d(Face)/d(xB) check complete with        0 total errors (errmax=  4.3159e-08)
    d(Edge)/d(xB) check complete with        0 total errors (errmax=  2.8378e-13)
    d(Node)/d(xB) check complete with        0 total errors (errmax=  5.7161e-08)
 

*********************************************************
Starting geometric sensitivity wrt "xD"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

real	0m4.399s
user	0m0.015s
sys	0m0.031s

Comparing geometric sensitivities wrt "xD" for ibody=12
    d(Face)/d(xD) check complete with        0 total errors (errmax=  4.2608e-08)
    d(Edge)/d(xD) check complete with        0 total errors (errmax=  6.9588e-13)
    d(Node)/d(xD) check complete with        0 total errors (errmax=  1.2461e-07)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      1.648 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.6736e-07) with 0 suppressions
+ set +x
data\basic\designX8 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 239 / 275 )
data\basic\designY0.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designY0.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "L" for ibody=11
    d(Face)/d(L) check complete with        0 total errors (errmax=  1.9230e-07)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  7.7654e-13)
    d(Node)/d(L) check complete with        0 total errors (errmax=  1.9230e-07)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H" for ibody=11
    d(Face)/d(H) check complete with        0 total errors (errmax=  5.7740e-07)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  1.5003e-11)
    d(Node)/d(H) check complete with        0 total errors (errmax=  5.7740e-07)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "S" for ibody=11
    d(Face)/d(S) check complete with        0 total errors (errmax=  1.2062e-35)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(S) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "T" for ibody=11
    d(Face)/d(T) check complete with        0 total errors (errmax=  9.4993e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  4.2585e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  1.3598e-10)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "D" for ibody=11
    d(Face)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "x0" for ibody=11
    d(Face)/d(x0) check complete with        0 total errors (errmax=  4.3209e-10)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  8.4015e-18)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  4.3209e-10)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "y0" for ibody=11
    d(Face)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "z0" for ibody=11
    d(Face)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.043 sec

Sensitivity checks complete with        0 total errors (max geom err=  5.7740e-07) with 0 suppressions

real	0m1.618s
user	0m0.000s
sys	0m0.000s
+ set +x
data\basic\designY0 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 240 / 275 )
data\basic\designY1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designY1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "L" for ibody=8
    d(Face)/d(L) check complete with        0 total errors (errmax=  4.9959e-08)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  4.7202e-13)
    d(Node)/d(L) check complete with        0 total errors (errmax=  3.6193e-08)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "H" for ibody=8
    d(Face)/d(H) check complete with        0 total errors (errmax=  9.0405e-07)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  1.5447e-10)
    d(Node)/d(H) check complete with        0 total errors (errmax=  1.4688e-06)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "D" for ibody=8
    d(Face)/d(D) check complete with        0 total errors (errmax=  5.1300e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "x0" for ibody=8
    d(Face)/d(x0) check complete with        0 total errors (errmax=  2.4583e-10)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  1.0652e-17)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "y0" for ibody=8
    d(Face)/d(y0) check complete with        0 total errors (errmax=  4.3209e-10)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.7966e-17)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  4.3209e-10)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=8
Computing finite difference sensitivities for ibody=8

Comparing geometric sensitivities wrt "z0" for ibody=8
    d(Face)/d(z0) check complete with        0 total errors (errmax=  5.1300e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.024 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.4688e-06) with 0 suppressions

real	0m0.909s
user	0m0.000s
sys	0m0.000s
+ set +x
data\basic\designY1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 241 / 275 )
data\basic\designY2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designY2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "D" for ibody=7
    d(Face)/d(D) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  1.3793e-18)
    d(Node)/d(D) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x1" for ibody=7
    d(Face)/d(x1) check complete with        0 total errors (errmax=  6.4874e-07)
    d(Edge)/d(x1) check complete with        0 total errors (errmax=  1.8940e-11)
    d(Node)/d(x1) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y1" for ibody=7
    d(Face)/d(y1) check complete with        0 total errors (errmax=  5.7656e-07)
    d(Edge)/d(y1) check complete with        0 total errors (errmax=  1.4959e-11)
    d(Node)/d(y1) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x2" for ibody=7
    d(Face)/d(x2) check complete with        0 total errors (errmax=  8.6499e-07)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  3.3670e-11)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y2" for ibody=7
    d(Face)/d(y2) check complete with        0 total errors (errmax=  5.8401e-07)
    d(Edge)/d(y2) check complete with        0 total errors (errmax=  1.5347e-11)
    d(Node)/d(y2) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x3" for ibody=7
    d(Face)/d(x3) check complete with        0 total errors (errmax=  1.1133e-06)
    d(Edge)/d(x3) check complete with        0 total errors (errmax=  5.5777e-11)
    d(Node)/d(x3) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y3" for ibody=7
    d(Face)/d(y3) check complete with        0 total errors (errmax=  1.6971e-06)
    d(Edge)/d(y3) check complete with        0 total errors (errmax=  1.2960e-10)
    d(Node)/d(y3) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x4" for ibody=7
    d(Face)/d(x4) check complete with        0 total errors (errmax=  1.0953e-06)
    d(Edge)/d(x4) check complete with        0 total errors (errmax=  5.3979e-11)
    d(Node)/d(x4) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y4" for ibody=7
    d(Face)/d(y4) check complete with        0 total errors (errmax=  2.3340e-06)
    d(Edge)/d(y4) check complete with        0 total errors (errmax=  2.4514e-10)
    d(Node)/d(y4) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x5"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x5" for ibody=7
    d(Face)/d(x5) check complete with        0 total errors (errmax=  2.0072e-07)
    d(Edge)/d(x5) check complete with        0 total errors (errmax=  7.6149e-12)
    d(Node)/d(x5) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y5"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y5" for ibody=7
    d(Face)/d(y5) check complete with        0 total errors (errmax=  1.3470e-07)
    d(Edge)/d(y5) check complete with        0 total errors (errmax=  3.4303e-12)
    d(Node)/d(y5) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x6"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x6" for ibody=7
    d(Face)/d(x6) check complete with        0 total errors (errmax=  1.5742e-07)
    d(Edge)/d(x6) check complete with        0 total errors (errmax=  4.6832e-12)
    d(Node)/d(x6) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y6"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y6" for ibody=7
    d(Face)/d(y6) check complete with        0 total errors (errmax=  3.5527e-08)
    d(Edge)/d(y6) check complete with        0 total errors (errmax=  2.3859e-13)
    d(Node)/d(y6) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x7"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x7" for ibody=7
    d(Face)/d(x7) check complete with        0 total errors (errmax=  6.6539e-08)
    d(Edge)/d(x7) check complete with        0 total errors (errmax=  8.3632e-13)
    d(Node)/d(x7) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y7"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y7" for ibody=7
    d(Face)/d(y7) check complete with        0 total errors (errmax=  2.4426e-10)
    d(Edge)/d(y7) check complete with        0 total errors (errmax=  1.1270e-17)
    d(Node)/d(y7) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.066 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.3340e-06) with 0 suppressions

real	0m0.509s
user	0m0.015s
sys	0m0.031s
+ set +x
data\basic\designY2 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 242 / 275 )
data\basic\designY3.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designY3.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "D" for ibody=7
    d(Face)/d(D) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  1.3793e-18)
    d(Node)/d(D) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y1" for ibody=7
    d(Face)/d(y1) check complete with        0 total errors (errmax=  6.4874e-07)
    d(Edge)/d(y1) check complete with        0 total errors (errmax=  1.8940e-11)
    d(Node)/d(y1) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z1" for ibody=7
    d(Face)/d(z1) check complete with        0 total errors (errmax=  5.7656e-07)
    d(Edge)/d(z1) check complete with        0 total errors (errmax=  1.4959e-11)
    d(Node)/d(z1) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y2" for ibody=7
    d(Face)/d(y2) check complete with        0 total errors (errmax=  8.6499e-07)
    d(Edge)/d(y2) check complete with        0 total errors (errmax=  3.3670e-11)
    d(Node)/d(y2) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z2" for ibody=7
    d(Face)/d(z2) check complete with        0 total errors (errmax=  5.8401e-07)
    d(Edge)/d(z2) check complete with        0 total errors (errmax=  1.5347e-11)
    d(Node)/d(z2) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y3" for ibody=7
    d(Face)/d(y3) check complete with        0 total errors (errmax=  1.1133e-06)
    d(Edge)/d(y3) check complete with        0 total errors (errmax=  5.5777e-11)
    d(Node)/d(y3) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z3" for ibody=7
    d(Face)/d(z3) check complete with        0 total errors (errmax=  1.6971e-06)
    d(Edge)/d(z3) check complete with        0 total errors (errmax=  1.2960e-10)
    d(Node)/d(z3) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y4" for ibody=7
    d(Face)/d(y4) check complete with        0 total errors (errmax=  1.0953e-06)
    d(Edge)/d(y4) check complete with        0 total errors (errmax=  5.3979e-11)
    d(Node)/d(y4) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z4" for ibody=7
    d(Face)/d(z4) check complete with        0 total errors (errmax=  2.3340e-06)
    d(Edge)/d(z4) check complete with        0 total errors (errmax=  2.4514e-10)
    d(Node)/d(z4) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y5"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y5" for ibody=7
    d(Face)/d(y5) check complete with        0 total errors (errmax=  2.0072e-07)
    d(Edge)/d(y5) check complete with        0 total errors (errmax=  7.6149e-12)
    d(Node)/d(y5) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z5"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z5" for ibody=7
    d(Face)/d(z5) check complete with        0 total errors (errmax=  1.3470e-07)
    d(Edge)/d(z5) check complete with        0 total errors (errmax=  3.4303e-12)
    d(Node)/d(z5) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y6"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y6" for ibody=7
    d(Face)/d(y6) check complete with        0 total errors (errmax=  1.5742e-07)
    d(Edge)/d(y6) check complete with        0 total errors (errmax=  4.6832e-12)
    d(Node)/d(y6) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z6"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z6" for ibody=7
    d(Face)/d(z6) check complete with        0 total errors (errmax=  3.5527e-08)
    d(Edge)/d(z6) check complete with        0 total errors (errmax=  2.3859e-13)
    d(Node)/d(z6) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y7"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y7" for ibody=7
    d(Face)/d(y7) check complete with        0 total errors (errmax=  6.6539e-08)
    d(Edge)/d(y7) check complete with        0 total errors (errmax=  8.3632e-13)
    d(Node)/d(y7) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z7"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z7" for ibody=7
    d(Face)/d(z7) check complete with        0 total errors (errmax=  2.4426e-10)
    d(Edge)/d(z7) check complete with        0 total errors (errmax=  1.1270e-17)
    d(Node)/d(z7) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.071 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.3340e-06) with 0 suppressions

real	0m0.492s
user	0m0.015s
sys	0m0.031s
+ set +x
data\basic\designY3 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 243 / 275 )
data\basic\designY4.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designY4.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "D" for ibody=7
    d(Face)/d(D) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  1.3793e-18)
    d(Node)/d(D) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z1" for ibody=7
    d(Face)/d(z1) check complete with        0 total errors (errmax=  6.4874e-07)
    d(Edge)/d(z1) check complete with        0 total errors (errmax=  1.8940e-11)
    d(Node)/d(z1) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x1" for ibody=7
    d(Face)/d(x1) check complete with        0 total errors (errmax=  5.7656e-07)
    d(Edge)/d(x1) check complete with        0 total errors (errmax=  1.4959e-11)
    d(Node)/d(x1) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z2" for ibody=7
    d(Face)/d(z2) check complete with        0 total errors (errmax=  8.6499e-07)
    d(Edge)/d(z2) check complete with        0 total errors (errmax=  3.3670e-11)
    d(Node)/d(z2) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x2" for ibody=7
    d(Face)/d(x2) check complete with        0 total errors (errmax=  5.8401e-07)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  1.5347e-11)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z3" for ibody=7
    d(Face)/d(z3) check complete with        0 total errors (errmax=  1.1133e-06)
    d(Edge)/d(z3) check complete with        0 total errors (errmax=  5.5777e-11)
    d(Node)/d(z3) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x3"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x3" for ibody=7
    d(Face)/d(x3) check complete with        0 total errors (errmax=  1.6971e-06)
    d(Edge)/d(x3) check complete with        0 total errors (errmax=  1.2960e-10)
    d(Node)/d(x3) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z4" for ibody=7
    d(Face)/d(z4) check complete with        0 total errors (errmax=  1.0953e-06)
    d(Edge)/d(z4) check complete with        0 total errors (errmax=  5.3979e-11)
    d(Node)/d(z4) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x4"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x4" for ibody=7
    d(Face)/d(x4) check complete with        0 total errors (errmax=  2.3340e-06)
    d(Edge)/d(x4) check complete with        0 total errors (errmax=  2.4514e-10)
    d(Node)/d(x4) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z5"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z5" for ibody=7
    d(Face)/d(z5) check complete with        0 total errors (errmax=  2.0072e-07)
    d(Edge)/d(z5) check complete with        0 total errors (errmax=  7.6149e-12)
    d(Node)/d(z5) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x5"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x5" for ibody=7
    d(Face)/d(x5) check complete with        0 total errors (errmax=  1.3470e-07)
    d(Edge)/d(x5) check complete with        0 total errors (errmax=  3.4303e-12)
    d(Node)/d(x5) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z6"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z6" for ibody=7
    d(Face)/d(z6) check complete with        0 total errors (errmax=  1.5742e-07)
    d(Edge)/d(z6) check complete with        0 total errors (errmax=  4.6832e-12)
    d(Node)/d(z6) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "x6"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x6" for ibody=7
    d(Face)/d(x6) check complete with        0 total errors (errmax=  3.5527e-08)
    d(Edge)/d(x6) check complete with        0 total errors (errmax=  2.3859e-13)
    d(Node)/d(x6) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z7"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z7" for ibody=7
    d(Face)/d(z7) check complete with        0 total errors (errmax=  6.6539e-08)
    d(Edge)/d(z7) check complete with        0 total errors (errmax=  8.3632e-13)
    d(Node)/d(z7) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x7"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

real	0m0.585s
user	0m0.000s
sys	0m0.046s

Comparing geometric sensitivities wrt "x7" for ibody=7
    d(Face)/d(x7) check complete with        0 total errors (errmax=  2.4426e-10)
    d(Edge)/d(x7) check complete with        0 total errors (errmax=  1.1270e-17)
    d(Node)/d(x7) check complete with        0 total errors (errmax=  8.0701e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.089 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.3340e-06) with 0 suppressions
+ set +x
data\basic\designY4 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 244 / 275 )
data\basic\designYa.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYa.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "L" for ibody=11
    d(Face)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H" for ibody=11
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "S" for ibody=11
    d(Face)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "T" for ibody=11
    d(Face)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "D" for ibody=11
    d(Face)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "x0" for ibody=11
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "y0" for ibody=11
    d(Face)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "z0" for ibody=11
    d(Face)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.034 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.9675e-10) with 0 suppressions

real	0m0.563s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designYa -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 245 / 275 )
data\basic\designYb.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYb.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "L" for ibody=11
    d(Face)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H" for ibody=11
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "S" for ibody=11
    d(Face)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "T" for ibody=11
    d(Face)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "D" for ibody=11
    d(Face)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "x0" for ibody=11
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "y0" for ibody=11
    d(Face)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.504s
user	0m0.015s
sys	0m0.000s
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "z0" for ibody=11
    d(Face)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.031 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.9675e-10) with 0 suppressions
+ set +x
data\basic\designYb -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 246 / 275 )
data\basic\designYc.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYc.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "L" for ibody=10
    d(Face)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "H" for ibody=10
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "S" for ibody=10
    d(Face)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "T" for ibody=10
    d(Face)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "D" for ibody=10
    d(Face)/d(D) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x0" for ibody=10
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y0" for ibody=10
    d(Face)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.318s
user	0m0.000s
sys	0m0.016s
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z0" for ibody=10
    d(Face)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.017 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.9675e-10) with 0 suppressions
+ set +x
data\basic\designYc -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 247 / 275 )
data\basic\designYd.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYd.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "L" for ibody=10
    d(Face)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "H" for ibody=10
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "S" for ibody=10
    d(Face)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "T" for ibody=10
    d(Face)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "D" for ibody=10
    d(Face)/d(D) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x0" for ibody=10
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y0" for ibody=10
    d(Face)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z0" for ibody=10
    d(Face)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.013 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.9675e-10) with 0 suppressions

real	0m0.365s
user	0m0.015s
sys	0m0.016s
+ set +x
data\basic\designYd -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 248 / 275 )
data\basic\designYe.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYe.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "L" for ibody=10
    d(Face)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "H" for ibody=10
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "S" for ibody=10
    d(Face)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "T" for ibody=10
    d(Face)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "D" for ibody=10
    d(Face)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x0" for ibody=10
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y0" for ibody=10
    d(Face)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z0" for ibody=10
    d(Face)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.026 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.9675e-10) with 0 suppressions

real	0m0.468s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designYe -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 249 / 275 )
data\basic\designYf.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYf.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "L" for ibody=10
    d(Face)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "H" for ibody=10
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "S" for ibody=10
    d(Face)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "T" for ibody=10
    d(Face)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "D" for ibody=10
    d(Face)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x0" for ibody=10
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y0" for ibody=10
    d(Face)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.566s
user	0m0.015s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z0" for ibody=10
    d(Face)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.036 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.9675e-10) with 0 suppressions
+ set +x
data\basic\designYf -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 250 / 275 )
data\basic\designYg.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYg.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "L" for ibody=10
    d(Face)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "H" for ibody=10
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "S" for ibody=10
    d(Face)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "T" for ibody=10
    d(Face)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "D" for ibody=10
    d(Face)/d(D) check complete with        0 total errors (errmax=  9.4713e-12)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x0" for ibody=10
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y0" for ibody=10
    d(Face)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.346s
user	0m0.015s
sys	0m0.000s
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z0" for ibody=10
    d(Face)/d(z0) check complete with        0 total errors (errmax=  9.4713e-12)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.012 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.9675e-10) with 0 suppressions
+ set +x
data\basic\designYg -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 251 / 275 )
data\basic\designYh.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYh.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "L" for ibody=9
    d(Face)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "H" for ibody=9
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "S" for ibody=9
    d(Face)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "T" for ibody=9
    d(Face)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "D" for ibody=9
    d(Face)/d(D) check complete with        0 total errors (errmax=  1.6000e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "x0" for ibody=9
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "y0" for ibody=9
    d(Face)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.364s
user	0m0.000s
sys	0m0.031s
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "z0" for ibody=9
    d(Face)/d(z0) check complete with        0 total errors (errmax=  1.6000e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.013 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.9675e-10) with 0 suppressions
+ set +x
data\basic\designYh -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 252 / 275 )
data\basic\designYi.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYi.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "L" for ibody=10
    d(Face)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "H" for ibody=10
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "S" for ibody=10
    d(Face)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "T" for ibody=10
    d(Face)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "D" for ibody=10
    d(Face)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x0" for ibody=10
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y0" for ibody=10
    d(Face)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.546s
user	0m0.000s
sys	0m0.000s
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z0" for ibody=10
    d(Face)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.034 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.9675e-10) with 0 suppressions
+ set +x
data\basic\designYi -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 253 / 275 )
data\basic\designYj.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYj.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "L" for ibody=10
    d(Face)/d(L) check complete with        0 total errors (errmax=  9.4106e-11)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "H" for ibody=10
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "S" for ibody=10
    d(Face)/d(S) check complete with        0 total errors (errmax=  1.3551e-10)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  8.3556e-19)
    d(Node)/d(S) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "T" for ibody=10
    d(Face)/d(T) check complete with        0 total errors (errmax=  5.6408e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  1.1536e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "D" for ibody=10
    d(Face)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x0" for ibody=10
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.5459e-12)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y0" for ibody=10
    d(Face)/d(y0) check complete with        0 total errors (errmax=  8.5459e-12)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z0" for ibody=10
    d(Face)/d(z0) check complete with        0 total errors (errmax=  8.5459e-12)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.023 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.3551e-10) with 0 suppressions

real	0m0.563s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designYj -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 254 / 275 )
data\basic\designYk.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYk.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "L" for ibody=9
    d(Face)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "H" for ibody=9
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "S" for ibody=9
    d(Face)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "T" for ibody=9
    d(Face)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "D" for ibody=9
    d(Face)/d(D) check complete with        0 total errors (errmax=  9.4406e-12)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "x0" for ibody=9
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "y0" for ibody=9
    d(Face)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "z0" for ibody=9
    d(Face)/d(z0) check complete with        0 total errors (errmax=  9.4406e-12)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.017 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.9675e-10) with 0 suppressions

real	0m0.366s
user	0m0.015s
sys	0m0.046s
+ set +x
data\basic\designYk -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 255 / 275 )
data\basic\designYl.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYl.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "L" for ibody=9
    d(Face)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "H" for ibody=9
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "S" for ibody=9
    d(Face)/d(S) check complete with        0 total errors (errmax=  7.5611e-11)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  2.1701e-19)
    d(Node)/d(S) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "T" for ibody=9
    d(Face)/d(T) check complete with        0 total errors (errmax=  5.6489e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  1.1536e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "D" for ibody=9
    d(Face)/d(D) check complete with        0 total errors (errmax=  1.5715e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "x0" for ibody=9
    d(Face)/d(x0) check complete with        0 total errors (errmax=  1.5715e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "y0" for ibody=9
    d(Face)/d(y0) check complete with        0 total errors (errmax=  1.5715e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=9
Computing finite difference sensitivities for ibody=9

Comparing geometric sensitivities wrt "z0" for ibody=9
    d(Face)/d(z0) check complete with        0 total errors (errmax=  1.5715e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.006 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions

real	0m0.285s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designYl -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 256 / 275 )
data\basic\designYm.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYm.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "L" for ibody=12
    d(Face)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "H" for ibody=12
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  6.6249e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "S" for ibody=12
    d(Face)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "T" for ibody=12
    d(Face)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  4.2815e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "D" for ibody=12
    d(Face)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "x0" for ibody=12
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "y0" for ibody=12
    d(Face)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  6.1768e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "z0" for ibody=12
    d(Face)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.040 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.9675e-10) with 0 suppressions

real	0m0.523s
user	0m0.000s
sys	0m0.030s
+ set +x
data\basic\designYm -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 257 / 275 )
data\basic\designYn.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYn.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "L" for ibody=12
    d(Face)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "H" for ibody=12
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  4.3992e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "S" for ibody=12
    d(Face)/d(S) check complete with        0 total errors (errmax=  4.7595e-11)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  2.0811e-19)
    d(Node)/d(S) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "T" for ibody=12
    d(Face)/d(T) check complete with        0 total errors (errmax=  7.1468e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  5.6269e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "D" for ibody=12
    d(Face)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "x0" for ibody=12
    d(Face)/d(x0) check complete with        0 total errors (errmax=  1.4787e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "y0" for ibody=12
    d(Face)/d(y0) check complete with        0 total errors (errmax=  1.4787e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.571s
user	0m0.000s
sys	0m0.000s
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "z0" for ibody=12
    d(Face)/d(z0) check complete with        0 total errors (errmax=  1.4787e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.022 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions
+ set +x
data\basic\designYn -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 258 / 275 )
data\basic\designYo.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYo.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "L" for ibody=11
    d(Face)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H" for ibody=11
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  6.6249e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "S" for ibody=11
    d(Face)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  3.9626e-18)
    d(Node)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "T" for ibody=11
    d(Face)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  4.2815e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "D" for ibody=11
    d(Face)/d(D) check complete with        0 total errors (errmax=  1.3126e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "x0" for ibody=11
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "y0" for ibody=11
    d(Face)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  6.1768e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.363s
user	0m0.000s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "z0" for ibody=11
    d(Face)/d(z0) check complete with        0 total errors (errmax=  1.3126e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  4.2637e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.033 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.9675e-10) with 0 suppressions
+ set +x
data\basic\designYo -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 259 / 275 )
data\basic\designYp.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYp.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "L" for ibody=11
    d(Face)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  6.0567e-19)
    d(Node)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H" for ibody=11
    d(Face)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  4.3992e-19)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "S" for ibody=11
    d(Face)/d(S) check complete with        0 total errors (errmax=  4.5069e-11)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  2.0811e-19)
    d(Node)/d(S) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "T" for ibody=11
    d(Face)/d(T) check complete with        0 total errors (errmax=  7.3858e-11)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  5.6269e-19)
    d(Node)/d(T) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "D" for ibody=11
    d(Face)/d(D) check complete with        0 total errors (errmax=  2.2472e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  2.5041e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "x0" for ibody=11
    d(Face)/d(x0) check complete with        0 total errors (errmax=  2.2472e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "y0" for ibody=11
    d(Face)/d(y0) check complete with        0 total errors (errmax=  2.2472e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "z0" for ibody=11
    d(Face)/d(z0) check complete with        0 total errors (errmax=  2.2472e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.016 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions

real	0m0.312s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designYp -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 260 / 275 )
data\basic\designYq.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYq.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "L" for ibody=12
    d(Face)/d(L) check complete with        0 total errors (errmax=  1.2991e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  2.8147e-16)
    d(Node)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "H" for ibody=12
    d(Face)/d(H) check complete with        0 total errors (errmax=  2.9601e-09)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  1.4512e-15)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "S" for ibody=12
    d(Face)/d(S) check complete with        0 total errors (errmax=  1.1757e-09)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  2.3140e-16)
    d(Node)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "T" for ibody=12
    d(Face)/d(T) check complete with        0 total errors (errmax=  2.7958e-09)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  1.2926e-15)
    d(Node)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "D" for ibody=12
    d(Face)/d(D) check complete with        0 total errors (errmax=  5.7413e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  1.4697e-18)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "x0" for ibody=12
    d(Face)/d(x0) check complete with        0 total errors (errmax=  1.1292e-10)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  1.9834e-18)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "y0" for ibody=12
    d(Face)/d(y0) check complete with        0 total errors (errmax=  1.7924e-10)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  4.9035e-18)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.720s
user	0m0.000s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "z0" for ibody=12
    d(Face)/d(z0) check complete with        0 total errors (errmax=  5.7413e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  1.4697e-18)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.099 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.9601e-09) with 0 suppressions
+ set +x
data\basic\designYq -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 261 / 275 )
data\basic\designYr.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYr.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "L" for ibody=12
    d(Face)/d(L) check complete with        0 total errors (errmax=  1.2535e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  2.5973e-16)
    d(Node)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "H" for ibody=12
    d(Face)/d(H) check complete with        0 total errors (errmax=  3.0570e-09)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  1.5466e-15)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "S" for ibody=12
    d(Face)/d(S) check complete with        0 total errors (errmax=  1.1592e-09)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  2.2332e-16)
    d(Node)/d(S) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "T" for ibody=12
    d(Face)/d(T) check complete with        0 total errors (errmax=  2.7172e-09)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  1.2188e-15)
    d(Node)/d(T) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "D" for ibody=12
    d(Face)/d(D) check complete with        0 total errors (errmax=  5.0378e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  8.6616e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "x0" for ibody=12
    d(Face)/d(x0) check complete with        0 total errors (errmax=  5.0378e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "y0" for ibody=12
    d(Face)/d(y0) check complete with        0 total errors (errmax=  5.0378e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=12
Computing finite difference sensitivities for ibody=12

Comparing geometric sensitivities wrt "z0" for ibody=12
    d(Face)/d(z0) check complete with        0 total errors (errmax=  5.0378e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.046 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.0570e-09) with 0 suppressions

real	0m0.612s
user	0m0.015s
sys	0m0.046s
+ set +x
data\basic\designYr -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 262 / 275 )
data\basic\designYs.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYs.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "L" for ibody=11
    d(Face)/d(L) check complete with        0 total errors (errmax=  1.3007e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  2.8147e-16)
    d(Node)/d(L) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H" for ibody=11
    d(Face)/d(H) check complete with        0 total errors (errmax=  2.9609e-09)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  1.4512e-15)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "S" for ibody=11
    d(Face)/d(S) check complete with        0 total errors (errmax=  1.1783e-09)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  2.3140e-16)
    d(Node)/d(S) check complete with        0 total errors (errmax=  2.9675e-10)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "T" for ibody=11
    d(Face)/d(T) check complete with        0 total errors (errmax=  2.7964e-09)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  1.2926e-15)
    d(Node)/d(T) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "D" for ibody=11
    d(Face)/d(D) check complete with        0 total errors (errmax=  4.2730e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  1.4697e-18)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "x0" for ibody=11
    d(Face)/d(x0) check complete with        0 total errors (errmax=  1.0859e-10)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  1.9834e-18)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "y0" for ibody=11
    d(Face)/d(y0) check complete with        0 total errors (errmax=  1.7656e-10)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  4.9035e-18)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.327s
user	0m0.015s
sys	0m0.046s
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "z0" for ibody=11
    d(Face)/d(z0) check complete with        0 total errors (errmax=  4.2730e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  1.4697e-18)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.058 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.9609e-09) with 0 suppressions
+ set +x
data\basic\designYs -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 263 / 275 )
data\basic\designYt.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYt.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "L" for ibody=11
    d(Face)/d(L) check complete with        0 total errors (errmax=  1.2809e-09)
    d(Edge)/d(L) check complete with        0 total errors (errmax=  2.7097e-16)
    d(Node)/d(L) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "H" for ibody=11
    d(Face)/d(H) check complete with        0 total errors (errmax=  3.0607e-09)
    d(Edge)/d(H) check complete with        0 total errors (errmax=  1.5497e-15)
    d(Node)/d(H) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "S" for ibody=11
    d(Face)/d(S) check complete with        0 total errors (errmax=  1.1614e-09)
    d(Edge)/d(S) check complete with        0 total errors (errmax=  2.2374e-16)
    d(Node)/d(S) check complete with        0 total errors (errmax=  4.0350e-11)
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "T" for ibody=11
    d(Face)/d(T) check complete with        0 total errors (errmax=  2.7238e-09)
    d(Edge)/d(T) check complete with        0 total errors (errmax=  1.2247e-15)
    d(Node)/d(T) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "D" for ibody=11
    d(Face)/d(D) check complete with        0 total errors (errmax=  1.5961e-11)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  8.6616e-19)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "x0" for ibody=11
    d(Face)/d(x0) check complete with        0 total errors (errmax=  1.5961e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "y0" for ibody=11
    d(Face)/d(y0) check complete with        0 total errors (errmax=  1.5961e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.390s
user	0m0.015s
sys	0m0.015s
Computing analytic sensitivities (if possible) for ibody=11
Computing finite difference sensitivities for ibody=11

Comparing geometric sensitivities wrt "z0" for ibody=11
    d(Face)/d(z0) check complete with        0 total errors (errmax=  1.5961e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.045 sec

Sensitivity checks complete with        0 total errors (max geom err=  3.0607e-09) with 0 suppressions
+ set +x
data\basic\designYt -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 264 / 275 )
data\basic\designYu.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYu.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.145 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0000e-20) with 0 suppressions

real	0m0.569s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designYu -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 265 / 275 )
data\basic\designYv.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYv.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=14

real	0m0.524s
user	0m0.000s
sys	0m0.046s
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.127 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0000e-20) with 0 suppressions
+ set +x
data\basic\designYv -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 266 / 275 )
data\basic\designYw.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYw.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.069 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0000e-20) with 0 suppressions

real	0m0.325s
user	0m0.015s
sys	0m0.046s
+ set +x
data\basic\designYw -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 267 / 275 )
data\basic\designYx.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYx.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "L"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 

*********************************************************
Starting geometric sensitivity wrt "H"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 

*********************************************************
Starting geometric sensitivity wrt "S"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 

*********************************************************
Starting geometric sensitivity wrt "T"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=13
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.074 sec

Sensitivity checks complete with        0 total errors (max geom err=  2.0000e-20) with 0 suppressions

real	0m0.321s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designYx -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 268 / 275 )
data\basic\designYy.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYy.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "D" for ibody=3
    d(Face)/d(D) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "x0" for ibody=3
    d(Face)/d(x0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  5.2094e-20)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree

real	0m0.210s
user	0m0.000s
sys	0m0.046s
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "y0" for ibody=3
    d(Face)/d(y0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  4.5099e-20)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "z0" for ibody=3
    d(Face)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.000 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.7497e-11) with 0 suppressions
+ set +x
data\basic\designYy -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 269 / 275 )
data\basic\designYz.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designYz.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "D"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "D" for ibody=3
    d(Face)/d(D) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(D) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(D) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "x0" for ibody=3
    d(Face)/d(x0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  5.2094e-20)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

Comparing geometric sensitivities wrt "y0" for ibody=3
    d(Face)/d(y0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  4.5099e-20)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=3
Computing finite difference sensitivities for ibody=3

real	0m0.272s
user	0m0.000s
sys	0m0.030s

Comparing geometric sensitivities wrt "z0" for ibody=3
    d(Face)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.000 sec

Sensitivity checks complete with        0 total errors (max geom err=  4.7497e-11) with 0 suppressions
+ set +x
data\basic\designYz -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 270 / 275 )
data\basic\designZ1.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designZ1.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xb" for ibody=7
    d(Face)/d(xb) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(xb) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(xb) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "yb" for ibody=7
    d(Face)/d(yb) check complete with        0 total errors (errmax=  1.6602e-11)
    d(Edge)/d(yb) check complete with        0 total errors (errmax=  2.5634e-20)
    d(Node)/d(yb) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "zb" for ibody=7
    d(Face)/d(zb) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(zb) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(zb) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x0" for ibody=7
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y0" for ibody=7
    d(Face)/d(y0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z0" for ibody=7
    d(Face)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x1" for ibody=7
    d(Face)/d(x1) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(x1) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(x1) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y1" for ibody=7
    d(Face)/d(y1) check complete with        0 total errors (errmax=  1.6602e-11)
    d(Edge)/d(y1) check complete with        0 total errors (errmax=  5.7882e-21)
    d(Node)/d(y1) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z1" for ibody=7
    d(Face)/d(z1) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z1) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(z1) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "r1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "r1" for ibody=7
    d(Face)/d(r1) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(r1) check complete with        0 total errors (errmax=  5.2386e-20)
    d(Node)/d(r1) check complete with        0 total errors (errmax=  4.9945e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x2" for ibody=7
    d(Face)/d(x2) check complete with        0 total errors (errmax=  1.6602e-11)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  1.3677e-19)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y2" for ibody=7
    d(Face)/d(y2) check complete with        0 total errors (errmax=  1.5447e-11)
    d(Edge)/d(y2) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(y2) check complete with        0 total errors (errmax=  1.5447e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z2" for ibody=7
    d(Face)/d(z2) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z2) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(z2) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "r2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "r2" for ibody=7
    d(Face)/d(r2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(r2) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(r2) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "unused"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

real	0m1.314s
user	0m0.000s
sys	0m0.000s

Comparing geometric sensitivities wrt "unused" for ibody=7
    d(Face)/d(unused) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(unused) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(unused) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.057 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions
+ set +x
data\basic\designZ1 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 271 / 275 )
data\basic\designZ2.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designZ2.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xb" for ibody=10
    d(Face)/d(xb) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(xb) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(xb) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "yb" for ibody=10
    d(Face)/d(yb) check complete with        0 total errors (errmax=  1.6602e-11)
    d(Edge)/d(yb) check complete with        0 total errors (errmax=  2.5634e-20)
    d(Node)/d(yb) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "zb" for ibody=10
    d(Face)/d(zb) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(zb) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(zb) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x0" for ibody=10
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y0" for ibody=10
    d(Face)/d(y0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z0" for ibody=10
    d(Face)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x1" for ibody=10
    d(Face)/d(x1) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(x1) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(x1) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y1" for ibody=10
    d(Face)/d(y1) check complete with        0 total errors (errmax=  1.6602e-11)
    d(Edge)/d(y1) check complete with        0 total errors (errmax=  5.7882e-21)
    d(Node)/d(y1) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z1" for ibody=10
    d(Face)/d(z1) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z1) check complete with        0 total errors (errmax=  1.3677e-19)
    d(Node)/d(z1) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "r1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "r1" for ibody=10
    d(Face)/d(r1) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(r1) check complete with        0 total errors (errmax=  5.2386e-20)
    d(Node)/d(r1) check complete with        0 total errors (errmax=  4.9945e-11)
 

*********************************************************
Starting geometric sensitivity wrt "c1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "c1" for ibody=10
    d(Face)/d(c1) check complete with        0 total errors (errmax=  1.6602e-11)
    d(Edge)/d(c1) check complete with        0 total errors (errmax=  5.7882e-21)
    d(Node)/d(c1) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x2" for ibody=10
    d(Face)/d(x2) check complete with        0 total errors (errmax=  1.6602e-11)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  1.3677e-19)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y2" for ibody=10
    d(Face)/d(y2) check complete with        0 total errors (errmax=  5.7740e-13)
    d(Edge)/d(y2) check complete with        0 total errors (errmax=  5.7882e-21)
    d(Node)/d(y2) check complete with        0 total errors (errmax=  5.7740e-13)
 

*********************************************************
Starting geometric sensitivity wrt "z2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z2" for ibody=10
    d(Face)/d(z2) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z2) check complete with        0 total errors (errmax=  1.3677e-19)
    d(Node)/d(z2) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "r2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "r2" for ibody=10
    d(Face)/d(r2) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(r2) check complete with        0 total errors (errmax=  5.2767e-20)
    d(Node)/d(r2) check complete with        0 total errors (errmax=  5.7298e-11)
 

*********************************************************
Starting geometric sensitivity wrt "c2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "c2" for ibody=10
    d(Face)/d(c2) check complete with        0 total errors (errmax=  5.7740e-13)
    d(Edge)/d(c2) check complete with        0 total errors (errmax=  1.5495e-21)
    d(Node)/d(c2) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "unused"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "unused" for ibody=10
    d(Face)/d(unused) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Edge)/d(unused) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(unused) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.084 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions

real	0m2.298s
user	0m0.015s
sys	0m0.000s
+ set +x
data\basic\designZ2 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 272 / 275 )
data\basic\designZ3.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designZ3.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xb" for ibody=7
    d(Face)/d(xb) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(xb) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(xb) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "yb" for ibody=7
    d(Face)/d(yb) check complete with        0 total errors (errmax=  1.6602e-11)
    d(Edge)/d(yb) check complete with        0 total errors (errmax=  2.5634e-20)
    d(Node)/d(yb) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "zb" for ibody=7
    d(Face)/d(zb) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(zb) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(zb) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x0" for ibody=7
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y0" for ibody=7
    d(Face)/d(y0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z0" for ibody=7
    d(Face)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x1" for ibody=7
    d(Face)/d(x1) check complete with        0 total errors (errmax=  2.1008e-11)
    d(Edge)/d(x1) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(x1) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y1" for ibody=7
    d(Face)/d(y1) check complete with        0 total errors (errmax=  7.9208e-12)
    d(Edge)/d(y1) check complete with        0 total errors (errmax=  7.2286e-22)
    d(Node)/d(y1) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z1" for ibody=7
    d(Face)/d(z1) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z1) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(z1) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "r1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "r1" for ibody=7
    d(Face)/d(r1) check complete with        0 total errors (errmax=  2.5289e-11)
    d(Edge)/d(r1) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(r1) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x2" for ibody=7
    d(Face)/d(x2) check complete with        0 total errors (errmax=  2.0108e-11)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  1.3599e-20)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y2" for ibody=7
    d(Face)/d(y2) check complete with        0 total errors (errmax=  7.9685e-12)
    d(Edge)/d(y2) check complete with        0 total errors (errmax=  7.2286e-22)
    d(Node)/d(y2) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z2" for ibody=7
    d(Face)/d(z2) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z2) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(z2) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "r2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "r2" for ibody=7
    d(Face)/d(r2) check complete with        0 total errors (errmax=  2.4364e-11)
    d(Edge)/d(r2) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(r2) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "unused"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "unused" for ibody=7
    d(Face)/d(unused) check complete with        0 total errors (errmax=  7.9208e-12)
    d(Edge)/d(unused) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(unused) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.049 sec

Sensitivity checks complete with        0 total errors (max geom err=  8.0701e-11) with 0 suppressions

real	0m1.375s
user	0m0.031s
sys	0m0.031s
+ set +x
data\basic\designZ3 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 273 / 275 )
data\basic\designZ4.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designZ4.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xb" for ibody=10
    d(Face)/d(xb) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(xb) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(xb) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "yb" for ibody=10
    d(Face)/d(yb) check complete with        0 total errors (errmax=  1.6602e-11)
    d(Edge)/d(yb) check complete with        0 total errors (errmax=  2.5634e-20)
    d(Node)/d(yb) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "zb" for ibody=10
    d(Face)/d(zb) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(zb) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(zb) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x0" for ibody=10
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y0" for ibody=10
    d(Face)/d(y0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z0" for ibody=10
    d(Face)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x1" for ibody=10
    d(Face)/d(x1) check complete with        0 total errors (errmax=  2.1636e-11)
    d(Edge)/d(x1) check complete with        0 total errors (errmax=  4.7375e-20)
    d(Node)/d(x1) check complete with        0 total errors (errmax=  1.2257e-10)
 

*********************************************************
Starting geometric sensitivity wrt "y1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y1" for ibody=10
    d(Face)/d(y1) check complete with        0 total errors (errmax=  8.7518e-12)
    d(Edge)/d(y1) check complete with        0 total errors (errmax=  7.0012e-24)
    d(Node)/d(y1) check complete with        0 total errors (errmax=  5.7740e-13)
 

*********************************************************
Starting geometric sensitivity wrt "z1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z1" for ibody=10
    d(Face)/d(z1) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z1) check complete with        0 total errors (errmax=  1.3677e-19)
    d(Node)/d(z1) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "r1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "r1" for ibody=10
    d(Face)/d(r1) check complete with        0 total errors (errmax=  8.8835e-08)
    d(Edge)/d(r1) check complete with        0 total errors (errmax=  1.2095e-12)
    d(Node)/d(r1) check complete with        0 total errors (errmax=  2.4002e-07)
 

*********************************************************
Starting geometric sensitivity wrt "c1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "c1" for ibody=10
    d(Face)/d(c1) check complete with        0 total errors (errmax=  5.5514e-07)
    d(Edge)/d(c1) check complete with        0 total errors (errmax=  4.7242e-11)
    d(Node)/d(c1) check complete with        0 total errors (errmax=  1.4999e-06)
 

*********************************************************
Starting geometric sensitivity wrt "x2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x2" for ibody=10
    d(Face)/d(x2) check complete with        0 total errors (errmax=  2.0108e-11)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  5.7882e-21)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y2" for ibody=10
    d(Face)/d(y2) check complete with        0 total errors (errmax=  8.7641e-12)
    d(Edge)/d(y2) check complete with        0 total errors (errmax=  1.5495e-21)
    d(Node)/d(y2) check complete with        0 total errors (errmax=  5.7740e-13)
 

*********************************************************
Starting geometric sensitivity wrt "z2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z2" for ibody=10
    d(Face)/d(z2) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z2) check complete with        0 total errors (errmax=  1.3677e-19)
    d(Node)/d(z2) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "r2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "r2" for ibody=10
    d(Face)/d(r2) check complete with        0 total errors (errmax=  5.5043e-08)
    d(Edge)/d(r2) check complete with        0 total errors (errmax=  1.2091e-12)
    d(Node)/d(r2) check complete with        0 total errors (errmax=  2.4002e-07)
 

*********************************************************
Starting geometric sensitivity wrt "c2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "c2" for ibody=10
    d(Face)/d(c2) check complete with        0 total errors (errmax=  3.4371e-07)
    d(Edge)/d(c2) check complete with        0 total errors (errmax=  4.7240e-11)
    d(Node)/d(c2) check complete with        0 total errors (errmax=  1.4999e-06)
 

*********************************************************
Starting geometric sensitivity wrt "unused"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "unused" for ibody=10
    d(Face)/d(unused) check complete with        0 total errors (errmax=  8.7518e-12)
    d(Edge)/d(unused) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(unused) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.082 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.4999e-06) with 0 suppressions

real	0m2.560s
user	0m0.000s
sys	0m0.031s
+ set +x
data\basic\designZ4 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 274 / 275 )
data\basic\designZ5.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designZ5.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "xb" for ibody=7
    d(Face)/d(xb) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(xb) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(xb) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "yb" for ibody=7
    d(Face)/d(yb) check complete with        0 total errors (errmax=  1.6602e-11)
    d(Edge)/d(yb) check complete with        0 total errors (errmax=  2.5634e-20)
    d(Node)/d(yb) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "zb" for ibody=7
    d(Face)/d(zb) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(zb) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(zb) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x0" for ibody=7
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y0" for ibody=7
    d(Face)/d(y0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z0" for ibody=7
    d(Face)/d(z0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  5.1604e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x1" for ibody=7
    d(Face)/d(x1) check complete with        0 total errors (errmax=  2.1507e-11)
    d(Edge)/d(x1) check complete with        0 total errors (errmax=  3.4183e-20)
    d(Node)/d(x1) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y1" for ibody=7
    d(Face)/d(y1) check complete with        0 total errors (errmax=  7.8014e-12)
    d(Edge)/d(y1) check complete with        0 total errors (errmax=  7.2286e-22)
    d(Node)/d(y1) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z1" for ibody=7
    d(Face)/d(z1) check complete with        0 total errors (errmax=  1.7569e-10)
    d(Edge)/d(z1) check complete with        0 total errors (errmax=  1.3891e-18)
    d(Node)/d(z1) check complete with        0 total errors (errmax=  1.7569e-10)
 

*********************************************************
Starting geometric sensitivity wrt "r1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "r1" for ibody=7
    d(Face)/d(r1) check complete with        0 total errors (errmax=  6.4099e-11)
    d(Edge)/d(r1) check complete with        0 total errors (errmax=  2.1941e-19)
    d(Node)/d(r1) check complete with        0 total errors (errmax=  7.9778e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "x2" for ibody=7
    d(Face)/d(x2) check complete with        0 total errors (errmax=  1.7477e-11)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  2.1759e-20)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "y2" for ibody=7
    d(Face)/d(y2) check complete with        0 total errors (errmax=  7.8003e-12)
    d(Edge)/d(y2) check complete with        0 total errors (errmax=  7.2286e-22)
    d(Node)/d(y2) check complete with        0 total errors (errmax=  0.0000e+00)
 

*********************************************************
Starting geometric sensitivity wrt "z2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "z2" for ibody=7
    d(Face)/d(z2) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(z2) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(z2) check complete with        0 total errors (errmax=  6.7199e-11)
 

*********************************************************
Starting geometric sensitivity wrt "r2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "r2" for ibody=7
    d(Face)/d(r2) check complete with        0 total errors (errmax=  6.4099e-11)
    d(Edge)/d(r2) check complete with        0 total errors (errmax=  2.0799e-19)
    d(Node)/d(r2) check complete with        0 total errors (errmax=  7.9778e-11)
 

*********************************************************
Starting geometric sensitivity wrt "unused"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=7
Computing finite difference sensitivities for ibody=7

Comparing geometric sensitivities wrt "unused" for ibody=7
    d(Face)/d(unused) check complete with        0 total errors (errmax=  7.8003e-12)
    d(Edge)/d(unused) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(unused) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.051 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.7569e-10) with 0 suppressions

real	0m1.288s
user	0m0.000s
sys	0m0.015s
+ set +x
data\basic\designZ5 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
( 275 / 275 )
data\basic\designZ6.csm;
+ 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\WIN64/bin/sensCSM' '..\..\OpenCSM\trunk\data\basic\designZ6.csm' -outLevel 0 -geom
--> ocsmCheck() -> status=0 (success)

*********************************************************
Starting geometric sensitivity wrt "xb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "xb" for ibody=10
    d(Face)/d(xb) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(xb) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(xb) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "yb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "yb" for ibody=10
    d(Face)/d(yb) check complete with        0 total errors (errmax=  1.6602e-11)
    d(Edge)/d(yb) check complete with        0 total errors (errmax=  2.5634e-20)
    d(Node)/d(yb) check complete with        0 total errors (errmax=  1.6602e-11)
 

*********************************************************
Starting geometric sensitivity wrt "zb"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "zb" for ibody=10
    d(Face)/d(zb) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(zb) check complete with        0 total errors (errmax=  1.0152e-19)
    d(Node)/d(zb) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "x0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x0" for ibody=10
    d(Face)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
    d(Edge)/d(x0) check complete with        0 total errors (errmax=  2.9307e-19)
    d(Node)/d(x0) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y0" for ibody=10
    d(Face)/d(y0) check complete with        0 total errors (errmax=  4.7497e-11)
    d(Edge)/d(y0) check complete with        0 total errors (errmax=  2.0980e-19)
    d(Node)/d(y0) check complete with        0 total errors (errmax=  4.7497e-11)
 

*********************************************************
Starting geometric sensitivity wrt "z0"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z0" for ibody=10
    d(Face)/d(z0) check complete with        0 total errors (errmax=  4.2492e-08)
    d(Edge)/d(z0) check complete with        0 total errors (errmax=  3.2650e-13)
    d(Node)/d(z0) check complete with        0 total errors (errmax=  4.2770e-07)
 

*********************************************************
Starting geometric sensitivity wrt "x1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x1" for ibody=10
    d(Face)/d(x1) check complete with        0 total errors (errmax=  2.0553e-11)
    d(Edge)/d(x1) check complete with        0 total errors (errmax=  3.7743e-20)
    d(Node)/d(x1) check complete with        0 total errors (errmax=  1.2257e-10)
 

*********************************************************
Starting geometric sensitivity wrt "y1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y1" for ibody=10
    d(Face)/d(y1) check complete with        0 total errors (errmax=  1.2714e-11)
    d(Edge)/d(y1) check complete with        0 total errors (errmax=  1.0055e-23)
    d(Node)/d(y1) check complete with        0 total errors (errmax=  5.7740e-13)
 

*********************************************************
Starting geometric sensitivity wrt "z1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z1" for ibody=10
    d(Face)/d(z1) check complete with        0 total errors (errmax=  4.2482e-08)
    d(Edge)/d(z1) check complete with        0 total errors (errmax=  3.2641e-13)
    d(Node)/d(z1) check complete with        0 total errors (errmax=  4.2764e-07)
 

*********************************************************
Starting geometric sensitivity wrt "r1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "r1" for ibody=10
    d(Face)/d(r1) check complete with        0 total errors (errmax=  2.4219e-07)
    d(Edge)/d(r1) check complete with        0 total errors (errmax=  8.2929e-12)
    d(Node)/d(r1) check complete with        0 total errors (errmax=  1.7107e-06)
 

*********************************************************
Starting geometric sensitivity wrt "c1"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "c1" for ibody=10
    d(Face)/d(c1) check complete with        0 total errors (errmax=  1.5879e-06)
    d(Edge)/d(c1) check complete with        0 total errors (errmax=  5.3089e-10)
    d(Node)/d(c1) check complete with        0 total errors (errmax=  1.0692e-05)
 

*********************************************************
Starting geometric sensitivity wrt "x2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "x2" for ibody=10
    d(Face)/d(x2) check complete with        0 total errors (errmax=  2.8718e-11)
    d(Edge)/d(x2) check complete with        0 total errors (errmax=  6.6562e-20)
    d(Node)/d(x2) check complete with        0 total errors (errmax=  8.0701e-11)
 

*********************************************************
Starting geometric sensitivity wrt "y2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "y2" for ibody=10
    d(Face)/d(y2) check complete with        0 total errors (errmax=  1.2753e-11)
    d(Edge)/d(y2) check complete with        0 total errors (errmax=  6.6405e-22)
    d(Node)/d(y2) check complete with        0 total errors (errmax=  5.7740e-13)
 

*********************************************************
Starting geometric sensitivity wrt "z2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "z2" for ibody=10
    d(Face)/d(z2) check complete with        0 total errors (errmax=  4.1667e-08)
    d(Edge)/d(z2) check complete with        0 total errors (errmax=  3.2635e-13)
    d(Node)/d(z2) check complete with        0 total errors (errmax=  4.2764e-07)
 

*********************************************************
Starting geometric sensitivity wrt "r2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "r2" for ibody=10
    d(Face)/d(r2) check complete with        0 total errors (errmax=  1.8683e-07)
    d(Edge)/d(r2) check complete with        0 total errors (errmax=  8.2994e-12)
    d(Node)/d(r2) check complete with        0 total errors (errmax=  1.7107e-06)
 

*********************************************************
Starting geometric sensitivity wrt "c2"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

Comparing geometric sensitivities wrt "c2" for ibody=10
    d(Face)/d(c2) check complete with        0 total errors (errmax=  1.3747e-06)
    d(Edge)/d(c2) check complete with        0 total errors (errmax=  5.3088e-10)
    d(Node)/d(c2) check complete with        0 total errors (errmax=  1.0692e-05)
 

*********************************************************
Starting geometric sensitivity wrt "unused"
*********************************************************

Propagating velocities throughout feature tree
Computing analytic sensitivities (if possible) for ibody=10
Computing finite difference sensitivities for ibody=10

real	0m2.364s
user	0m0.031s
sys	0m0.031s

Comparing geometric sensitivities wrt "unused" for ibody=10
    d(Face)/d(unused) check complete with        0 total errors (errmax=  1.2753e-11)
    d(Edge)/d(unused) check complete with        0 total errors (errmax=  0.0000e+00)
    d(Node)/d(unused) check complete with        0 total errors (errmax=  0.0000e+00)
 
==> sensCSM completed successfully

Total CPU time in ocsmGetVel     ->      0.098 sec

Sensitivity checks complete with        0 total errors (max geom err=  1.0692e-05) with 0 suppressions
+ set +x
data\basic\designZ6 -geom           passed (as expected)
--------------------------------------------------------------------------------------------------
================================         Found errors             ================================
==================================================================================================

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\test>set /a "err=0+0+0+0" 

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\ESP\test>exit /b 0 

(venv) C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019\OpenCSM\trunk\src>exit 0 
[GNU C Compiler (gcc)] Parsing console log (workspace: 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019')
[GNU C Compiler (gcc)] Successfully parsed console log
[GNU C Compiler (gcc)] -> found 0 issues (skipped 0 duplicates)
[GNU C Compiler (gcc)] Skipping post processing
[GNU C Compiler (gcc)] No filter has been set, publishing all 0 issues
[GNU C Compiler (gcc)] Repository miner is not configured, skipping repository mining
[Clang] Parsing console log (workspace: 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019')
[Clang] -> found 0 issues (skipped 0 duplicates)
[Clang] Parsing console log (workspace: 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019')
[Clang] -> found 0 issues (skipped 0 duplicates)
[Clang] Successfully parsed console log
[Clang] -> found 0 issues (skipped 0 duplicates)
[Clang] Parsing console log (workspace: 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019')
[Clang] Skipping post processing
[Clang] No filter has been set, publishing all 0 issues
[Clang] Repository miner is not configured, skipping repository mining
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 0 issues (skipped 0 duplicates)
[Static Analysis] Parsing console log (workspace: 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019')
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 0 issues (skipped 0 duplicates)
[Static Analysis] Skipping post processing
[Static Analysis] No filter has been set, publishing all 0 issues
[Static Analysis] Repository miner is not configured, skipping repository mining
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 0 issues (skipped 0 duplicates)
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 0 issues (skipped 0 duplicates)
[Static Analysis] Successfully parsed console log
[Static Analysis] -> found 0 issues (skipped 0 duplicates)
[Static Analysis] Parsing console log (workspace: 'C:\Users\jenkins\workspace\ESP_RegOcsm\7.6\sensCSM\geom\WIN64.2019')
[Static Analysis] Skipping post processing
[Static Analysis] No filter has been set, publishing all 0 issues
[Static Analysis] Repository miner is not configured, skipping repository mining
[Static Analysis] Reference build recorder is not configured
[Static Analysis] Obtaining reference build from same job (7.6,sensCSM/geom,WIN64.2019,windows10x64)
[Static Analysis] Using reference build 'ESP_RegOcsm/CASREV=7.6,ESPTEST=sensCSM/geom,ESP_ARCH=WIN64.2019,buildnode=windows10x64 #332' to compute new, fixed, and outstanding issues
[Static Analysis] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Static Analysis] Evaluating quality gates
[Static Analysis] -> PASSED - Total (any severity): 0 - Quality Gate: 1
[Static Analysis] -> All quality gates have been passed
[Static Analysis] Health report is disabled - skipping
[Static Analysis] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Static Analysis] Attaching ResultAction with ID 'analysis' to build 'ESP_RegOcsm/CASREV=7.6,ESPTEST=sensCSM/geom,ESP_ARCH=WIN64.2019,buildnode=windows10x64 #333'.
[Checks API] No suitable checks publisher found.
[PostBuildScript] - [INFO] Executing post build scripts.
[PostBuildScript] - [INFO] build step #0 should only be executed on MATRIX
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] done
Finished: SUCCESS