Home
last modified time | relevance | path

Searched refs:length (Results 1 – 25 of 120) sorted by relevance

12345

/petsc/src/tao/unconstrained/tutorials/output/
H A Drosenbrock1_20.out2 0 LS Function value: 1., Step length: 0.
3 1 LS Function value: 99., Step length: 1.
6 2 LS Function value: 0.773446, Step length: 0.174936
10 0 LS Function value: 0.773446, Step length: 0.
11 1 LS Function value: 0.648599, Step length: 1.
15 0 LS Function value: 0.648599, Step length: 0.
16 1 LS Function value: 0.865442, Step length: 1.
19 2 LS Function value: 0.560405, Step length: 0.38269
23 0 LS Function value: 0.560405, Step length: 0.
24 1 LS Function value: 0.379185, Step length: 1.
[all …]
H A Drosenbrock1_20_alt.out2 0 LS Function value: 1., Step length: 0.
3 1 LS Function value: 99., Step length: 1.
6 2 LS Function value: 0.773446, Step length: 0.174936
10 0 LS Function value: 0.773446, Step length: 0.
11 1 LS Function value: 0.648599, Step length: 1.
15 0 LS Function value: 0.648599, Step length: 0.
16 1 LS Function value: 0.865443, Step length: 1.
19 2 LS Function value: 0.560405, Step length: 0.38269
23 0 LS Function value: 0.560405, Step length: 0.
24 1 LS Function value: 0.379185, Step length: 1.
[all …]
/petsc/src/sys/tests/
H A Dex62.c105 PetscMPIInt length = 1; in test_empty_empty() local
115 PetscGarbageKeySortedIntersect((void *)set_b, (void *)set_a, &length, NULL); in test_empty_empty()
129 PetscMPIInt length = 1; in test_a_empty() local
140 PetscGarbageKeySortedIntersect((void *)set_b, (void *)set_a, &length, NULL); in test_a_empty()
154 PetscMPIInt length = 1; in test_b_empty() local
165 PetscGarbageKeySortedIntersect((void *)set_b, (void *)set_a, &length, NULL); in test_b_empty()
179 PetscMPIInt length = 4; in test_identical() local
195 PetscGarbageKeySortedIntersect((void *)set_b, (void *)set_a, &length, NULL); in test_identical()
209 PetscMPIInt length = 1; in test_disjoint() local
225 PetscGarbageKeySortedIntersect((void *)set_b, (void *)set_a, &length, NULL); in test_disjoint()
[all …]
/petsc/share/petsc/saws/js/
H A Dtree.js20 for(var i=0; i<matInfo.length; i++) {
26 for(var i=0; i<matInfo.length; i++) {//first zero doesn't matter
36 if(endtag == "0" || endtag.substring(endtag.lastIndexOf("_")+1,endtag.length) == "0") {
77 return (!d.contents || d.contents.length === 0) ? null : d.contents;
137 endtag = endtag.substring(endtag.indexOf("_")+1, endtag.length);
149 for(var i=0; i<matInfo.length; i++) {
153 for(var j=i; j<matInfo.length-1; j++)
158 delete matInfo[matInfo.length-1];//remove garbage value
159 …matInfo.length--;//after deletion, there will be an "undefined" value there so we need this line t…
167 for(var i=0; i<matInfo.length-1; i++) {//only need to go to second to last element
[all …]
H A Dutils.js33 for(var i=0; i<endtag.length; i++) {
54 while(small_string.length <= big_string.length && big_string.indexOf(small_string) != -1) {
57 big_string = big_string.substring(loc + small_string.length, big_string.length);
H A DparsePrefix.js29 var closest = SAWs_prefix.length;//the furthest a keyword could possibly be
33 var loc = SAWs_prefix.length;
34 for(var i=0; i<keywords.length; i++) {
54 …SAWs_prefix = SAWs_prefix.substring(indexFirstUnderscore+1, SAWs_prefix.length);//dont include the…
59 endtag += "_" + chunk.substring(10,chunk.length);
H A DmatrixTex.js16 var color = colors[depth%colors.length];
25 var color = colors[depth%colors.length];
75 bjacobiSplits.length=0;
113 var idx = bjacobiSplits.length;
131 if(bjacobiSplits.length == 0) {
136 else if(index >= bjacobiSplits.length) {
H A DlistLogic.js10 var endtag = id.substring(id.indexOf("0"),id.length);
344 var endtag = id.substring(id.indexOf("0"),id.length);
356 var endtag = id.substring(id.indexOf("0"),id.length);
366 var endtag = id.substring(id.indexOf("0"),id.length);
376 var endtag = id.substring(id.indexOf("0"),id.length);
388 var endtag = id.substring(id.indexOf(0),id.length);
401 var endtag = id.substring(id.indexOf(0),id.length);
414 var endtag = id.substring(id.indexOf(0),id.length);
427 var endtag = id.substring(id.indexOf(0),id.length);
471 var endtag = id.substring(id.indexOf(0),id.length);
[all …]
H A DPETSc.js115 if(jQuery("#"+fullkey).length == 0){
145 …for(j=0;j<sub[key].variables[vKey].data.length;j++){//vKey tells us a lot of information on what t…
153 …-family: Courier\" size=\""+(sub[key].variables[vKey].data[j].toString().length+1)+"\" id=\"data"+…
157 … if(sub[key].variables[vKey].alternatives.length == 0) {//case where there are no alternatives
171 …-family: Courier\" size=\""+(sub[key].variables[vKey].data[j].toString().length+1)+"\" id=\"data"+…
175 …-family: Courier\" size=\""+(sub[key].variables[vKey].data[j].toString().length+1)+"\" id=\"data"+…
193 for(var l=0;l<sub[key].variables[vKey].alternatives.length;l++) {
H A Devents.js5 var endtag = id.substring(id.indexOf("0"),id.length);
14 var endtag = id.substring(id.indexOf("0"),id.length);
35 var endtag = id.substring(id.indexOf("0"),id.length);
/petsc/src/ksp/ksp/tests/output/
H A Dex22_1.out5 length=3
9 length=2
14 length=3
18 length=2
H A Dex22_2.out5 length=3
9 length=2
14 length=3
18 length=2
H A Dex22_3.out11 length=3
15 length=2
26 length=3
30 length=2
/petsc/src/mat/tests/
H A DcJSON.c173 size_t length = 0; in cJSON_strdup() local
178 length = strlen((const char *)string) + sizeof(""); in cJSON_strdup()
179 copy = (unsigned char *)hooks->allocate(length); in cJSON_strdup()
181 memcpy(copy, string, length); in cJSON_strdup()
243 size_t length; member
250 #define can_read(buffer, size) ((buffer != NULL) && (((buffer)->offset + size) <= (buffer)->length))
252 …ss_at_index(buffer, index) ((buffer != NULL) && (((buffer)->offset + index) < (buffer)->length))
354 size_t length; member
370 if ((p->length > 0) && (p->offset >= p->length)) { in ensure()
381 if (needed <= p->length) return p->buffer + p->offset; in ensure()
[all …]
/petsc/src/sys/tests/output/
H A Dex14_1.out2 Real rarray of length 3
6 Scalar rarray of length 8
/petsc/src/vec/is/sf/tests/output/
H A Dex14_1.out1 VecScatter(bs=1) has sent out 80 messages, total 640 bytes, with average length 8 bytes
2 VecScatter(bs=4) has sent out 80 messages, total 2560 bytes, with average length 32 bytes
H A Dex14_1_alt.out1 VecScatter(bs=1) has sent out 80 messages, total 1280 bytes, with average length 16 bytes
2 VecScatter(bs=4) has sent out 80 messages, total 5120 bytes, with average length 64 bytes
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Scripts/
H A DTabs.js12 for (var i = 0; i < sets.length; i++)
18 for (var j = 0; j < links.length; j++)
41 for (var k = 0; k < this.tabs.length; k++)
/petsc/src/vec/vec/tutorials/output/
H A Dex20f90_1.out1 Vector length 20
2 Vector length 20 40 60
H A Dex1f90_1.out1 Vector length 20
2 Vector length 20 40 60
/petsc/config/BuildSystem/
H A Dlogger.py41 def build_multiline_message(sup_title, text, divider_char = None, length = None, prefix = None, **k… argument
43 return line.center(length).rstrip()
45 if length is None:
46 length = get_global_divider_length()
52 kwargs.setdefault('width',length-2)
71 wrapped.insert(0, divider_char * length)
329 def logPrintDivider(self, single = False, length = None, **kwargs): argument
330 if length is None:
331 length = get_global_divider_length()
336 divider = ('-' if single else '=')*length
/petsc/src/snes/tutorials/output/
H A Dex27_2d_p2_rt0p0_a2_sensor.out4 sequence length: 2
16 sequence length: 1
/petsc/share/petsc/matlab/
H A DPetscBagRead.m73 n = str2num(lin(ni+length(nametag):end));
75 h = str2num(lin(nh+length(helptag):end));
91 for i=1:length(badchars);
101 if length(dir)==0
/petsc/src/tao/leastsquares/tutorials/matlab/
H A DTestingPlot.m19 H = inf(nf_const*(max(dfo(to_solve,2))+1),length(to_solve),SolverNumber);
22 H(1:length(Results{s,np}.H),np,s) = Results{s,np}.H;
/petsc/config/BuildSystem/config/
H A Dtypes.py165 length = include + '''
180 if self.checkCompile(length):
181 buf = self.outputPreprocess(length)

12345