Searched refs:es (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | land_tensors.h | 73 …PetscReal l, s, r = x[0], z = x[1], i1func, i2func, i3func, ks, es, pi4pow, sqrt_1s, r2, rp2, r2pr… in LandauTensor2D() local 91 …ellipticE(2 * s * tt, &es); /* 44 flops * 2 + 75 = 163 flops including 2 logs, 1 sqrt, 1 pow, 21 m… in LandauTensor2D() 95 i2func = 2. / ((1 - s) * sqrt_1s) * es; in LandauTensor2D() 96 i1func = 4. / (PetscSqr(s) * sqrt_1s + PETSC_MACHINE_EPSILON) * mask * (ks - (1. + s) * es); in LandauTensor2D() 97 i3func = 2. / ((1 - s) * (s)*sqrt_1s + PETSC_MACHINE_EPSILON) * (es - (1 - s) * ks); in LandauTensor2D()
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | links.txt | 5 .. _SLEPc: https://slepc.upv.es
|
| /petsc/src/ts/utils/ |
| H A D | dmplexts.c | 409 PetscReal *es, *hs, *errors; in DMTSCheckJacobian() local 425 PetscCall(PetscCalloc3(Nv, &es, Nv, &hs, Nv, &errors)); in DMTSCheckJacobian() 437 es[Nv] = PetscLog10Real(errors[Nv]); in DMTSCheckJacobian() 454 PetscCall(PetscLinearRegression(Nv, hs, es, &slope, &intercept)); in DMTSCheckJacobian() 455 PetscCall(PetscFree3(es, hs, errors)); in DMTSCheckJacobian()
|
| /petsc/src/tao/complementarity/tutorials/ |
| H A D | blackscholes.c | 104 PetscReal es; /* Finite value used for maximum asset value */ member 147 user.es = 100.0; in main() 152 PetscCall(PetscOptionsGetReal(NULL, NULL, "-es", &user.es, &flg)); in main() 176 user.ds = user.es / (user.ms - 1); in main()
|
| /petsc/ |
| H A D | .mailmap | 38 Jose Roman <jroman@dsic.upv.es> 39 Jose Roman <jroman@dsic.upv.es> <jroman@hypercat1-1.dsic.upv.es>
|
| /petsc/doc/overview/ |
| H A D | nutshell.md | 40 - Eigenvalue/Eigenvectors and related algorithms in the package [SLEPc](https://slepc.upv.es).
|
| /petsc/src/snes/utils/ |
| H A D | dmplexsnes.c | 945 PetscReal *es, *hs, *errors; in DMSNESCheckJacobian() local 961 PetscCall(PetscCalloc3(Nv, &es, Nv, &hs, Nv, &errors)); in DMSNESCheckJacobian() 971 es[Nv] = errors[Nv] == 0 ? -16.0 : PetscLog10Real(errors[Nv]); in DMSNESCheckJacobian() 984 PetscCall(PetscLinearRegression(Nv, hs, es, &slope, &intercept)); in DMSNESCheckJacobian() 985 PetscCall(PetscFree3(es, hs, errors)); in DMSNESCheckJacobian()
|
| /petsc/doc/changes/ |
| H A D | 324.md | 128 …o `snes_linesearch_maxlambda` to better coincide with its purpose in the various `SNESLineSearch`es
|
| /petsc/doc/ |
| H A D | index.md | 123 - [SLEPc](https://slepc.upv.es/) Scalable Library for
|
| H A D | petsc.bib | 3580 url = {https://es.stanford.edu/ERE/pdf/IGAstandard/SGW/2011/bourdin.pdf}, 3581 note = {\url{https://es.stanford.edu/ERE/pdf/IGAstandard/SGW/2011/bourdin.pdf}}, 4858 url = {http://es.epa.gov/ncer/progress/grants/96/high/tsang99.html}, 5941 url = {http://www.gid.cimne.upc.es/2004/papers/p216.pdf}, 8556 author = {Carmen Campos and Jos\'e E. Rom\'an and Eloy Romero and Andr\'es Tom\'as and 8559 url = {http://slepc.upv.es/}, 8565 author = {Carmen Campos and Jos\'e E. Rom\'an and Eloy Romero and Andr\'es Tom\'as and 8569 url = {http://slepc.upv.es/}, 8590 pages = {24--es}, 35528 title = {Sur les Courbes {D}\'{e}fin\'{e}es par une \'{E}quation Differentielle {I}}, [all …]
|
| /petsc/doc/faq/ |
| H A D | index.md | 969 You can use [SLEPc](https://slepc.upv.es) for highly scalable, efficient, and quality eigenvalue co…
|