summaryrefslogtreecommitdiff
path: root/src/main/Simulator/Graph_12jac.h
diff options
context:
space:
mode:
authorbrenda-br2023-02-23 22:14:39 +0530
committerbrenda-br2023-02-23 22:14:39 +0530
commitd476d2e053f937c0060f696312f301591e4f43ea (patch)
tree5d1643ba487082f986d8cc1868fba482293f1e37 /src/main/Simulator/Graph_12jac.h
parentc5f533673ea9ab4315e76940f6d014e349f97884 (diff)
downloadChemical-Simulator-GUI-d476d2e053f937c0060f696312f301591e4f43ea.tar.gz
Chemical-Simulator-GUI-d476d2e053f937c0060f696312f301591e4f43ea.tar.bz2
Chemical-Simulator-GUI-d476d2e053f937c0060f696312f301591e4f43ea.zip
Restructure Code -1
Diffstat (limited to 'src/main/Simulator/Graph_12jac.h')
-rw-r--r--src/main/Simulator/Graph_12jac.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/main/Simulator/Graph_12jac.h b/src/main/Simulator/Graph_12jac.h
new file mode 100644
index 0000000..b1e86f1
--- /dev/null
+++ b/src/main/Simulator/Graph_12jac.h
@@ -0,0 +1,48 @@
+/* Jacobians */
+static const REAL_ATTRIBUTE dummyREAL_ATTRIBUTE = omc_dummyRealAttribute;
+/* Jacobian Variables */
+#if defined(__cplusplus)
+extern "C" {
+#endif
+ #define Graph_INDEX_JAC_A 3
+ int Graph_functionJacA_column(void* data, threadData_t *threadData);
+ int Graph_initialAnalyticJacobianA(void* data, threadData_t *threadData);
+#if defined(__cplusplus)
+}
+#endif
+/* A */
+
+#if defined(__cplusplus)
+extern "C" {
+#endif
+ #define Graph_INDEX_JAC_B 2
+ int Graph_functionJacB_column(void* data, threadData_t *threadData);
+ int Graph_initialAnalyticJacobianB(void* data, threadData_t *threadData);
+#if defined(__cplusplus)
+}
+#endif
+/* B */
+
+#if defined(__cplusplus)
+extern "C" {
+#endif
+ #define Graph_INDEX_JAC_C 1
+ int Graph_functionJacC_column(void* data, threadData_t *threadData);
+ int Graph_initialAnalyticJacobianC(void* data, threadData_t *threadData);
+#if defined(__cplusplus)
+}
+#endif
+/* C */
+
+#if defined(__cplusplus)
+extern "C" {
+#endif
+ #define Graph_INDEX_JAC_D 0
+ int Graph_functionJacD_column(void* data, threadData_t *threadData);
+ int Graph_initialAnalyticJacobianD(void* data, threadData_t *threadData);
+#if defined(__cplusplus)
+}
+#endif
+/* D */
+
+