public static void ExportUBCIPControlV5(
CGXNETCore gxNetShared,
string control,
int n_iter,
double chi_factor,
string obs,
string topo,
int cond_selection,
string cond,
int mesh_selection,
string mesh,
int initial_selection,
string initial,
int reference_selection,
string ref_cond,
int alphas_selection,
string alphas,
string wts
)
public static void ExportUBCIPControlV5(
CGXNETCore gxNetShared,
string control,
int n_iter,
double chi_factor,
string obs,
string topo,
int cond_selection,
string cond,
int mesh_selection,
string mesh,
int initial_selection,
string initial,
int reference_selection,
string ref_cond,
int alphas_selection,
string alphas,
string wts
)
Public Shared Sub ExportUBCIPControlV5 (
gxNetShared As CGXNETCore,
control As String,
n_iter As Integer,
chi_factor As Double,
obs As String,
topo As String,
cond_selection As Integer,
cond As String,
mesh_selection As Integer,
mesh As String,
initial_selection As Integer,
initial As String,
reference_selection As Integer,
ref_cond As String,
alphas_selection As Integer,
alphas As String,
wts As String
)
Public Shared Sub ExportUBCIPControlV5 (
gxNetShared As CGXNETCore,
control As String,
n_iter As Integer,
chi_factor As Double,
obs As String,
topo As String,
cond_selection As Integer,
cond As String,
mesh_selection As Integer,
mesh As String,
initial_selection As Integer,
initial As String,
reference_selection As Integer,
ref_cond As String,
alphas_selection As Integer,
alphas As String,
wts As String
)
public:
static void ExportUBCIPControlV5(
CGXNETCore^ gxNetShared,
String^ control,
int n_iter,
double chi_factor,
String^ obs,
String^ topo,
int cond_selection,
String^ cond,
int mesh_selection,
String^ mesh,
int initial_selection,
String^ initial,
int reference_selection,
String^ ref_cond,
int alphas_selection,
String^ alphas,
String^ wts
)
public:
static void ExportUBCIPControlV5(
CGXNETCore^ gxNetShared,
String^ control,
int n_iter,
double chi_factor,
String^ obs,
String^ topo,
int cond_selection,
String^ cond,
int mesh_selection,
String^ mesh,
int initial_selection,
String^ initial,
int reference_selection,
String^ ref_cond,
int alphas_selection,
String^ alphas,
String^ wts
)
static member ExportUBCIPControlV5 :
gxNetShared : CGXNETCore *
control : string *
n_iter : int *
chi_factor : float *
obs : string *
topo : string *
cond_selection : int *
cond : string *
mesh_selection : int *
mesh : string *
initial_selection : int *
initial : string *
reference_selection : int *
ref_cond : string *
alphas_selection : int *
alphas : string *
wts : string -> unit
static member ExportUBCIPControlV5 :
gxNetShared : CGXNETCore *
control : string *
n_iter : int *
chi_factor : float *
obs : string *
topo : string *
cond_selection : int *
cond : string *
mesh_selection : int *
mesh : string *
initial_selection : int *
initial : string *
reference_selection : int *
ref_cond : string *
alphas_selection : int *
alphas : string *
wts : string -> unit