Home
last modified time | relevance | path

Searched refs:constant (Results 1 – 25 of 38) sorted by relevance

12

/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas289 (mfinlet/non-constant-flux? #t)
2268 (dpm/constant-linearized-source? #f)
2287 (dpm/levich-breakup-constant 14.9)
2476 (dpm/turb-coupling-omega-src-constant 1.)
2477 (dpm/turb-coupling-eps-src-constant 1.5)
2535 (dpm/subtet/boundary-layer-turb-dispersion-constant 0.02)
2961 (melt/method-mushy-zone-constant ())
2962 (melt/mushy-zone-constant 100000.)
4106 (mp/mt/reference-henry-constant 0.0013)
4605 (hyb-init/constant-vel-vector? #f)
[all …]
/petsc/src/sys/yaml/
H A DREADME.md15 * The constant `0` as been replaced by `NULL` in a few places to
16 silence `-Wzero-as-null-pointer-constant` when using C++ compilers.
/petsc/include/
H A Dpetscmath.h776 #define PetscRealConstant(constant) constant##F argument
778 #define PetscRealConstant(constant) constant argument
780 #define PetscRealConstant(constant) constant##Q argument
782 #define PetscRealConstant(constant) constant##F argument
/petsc/src/tao/leastsquares/tutorials/matlab/
H A DTestingInitialize.m15 % Initialize the constant factor for the number of allowable function evaluations
H A DTestingPlot.m14 % Initialize the constant factor for the number of allowable function evaluations
/petsc/src/ksp/ksp/tutorials/
H A Dex72.c126 MatNullSpace constant; in main() local
127 PetscCall(MatNullSpaceCreate(PETSC_COMM_WORLD, PETSC_TRUE, 0, NULL, &constant)); in main()
128 PetscCall(MatSetNullSpace(A, constant)); in main()
129 PetscCall(MatNullSpaceDestroy(&constant)); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex46.c11 static PetscErrorCode constant(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, Pets… in constant() function
78 user->funcs[0] = constant; in SetupDiscretization()
H A Dex3.c40 PetscErrorCode constant(PetscInt dim, PetscReal time, const PetscReal coords[], PetscInt Nf, PetscS… in constant() function
762 exactFuncs[0] = constant; in CheckFunctions()
828 exactFuncs[0] = constant; in CheckInterpolation()
/petsc/src/binding/petsc4py/conf/
H A Dstubgen.py81 def visit_constant(constant): argument
82 name, value = constant
/petsc/src/dm/dt/fe/tests/
H A Dex3.c12 static void constant(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscI… in constant() function
48 static PetscPointFn *functions[] = {constant, linear, quadratic, trig, prime};
/petsc/src/binding/petsc4py/docs/source/
H A Dapidoc.py157 def visit_data(constant): argument
158 name, value = constant
/petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/
H A Dperf_profile.m22 % gate is a positive constant reflecting the convergence tolerance.
/petsc/src/snes/tests/
H A Dex2.c25 static PetscErrorCode constant(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, Pets… in constant() function
297 for (c = 0; c < Nc; ++c) funcs[c] = constant; in main()
H A Dex8.c149 PetscErrorCode constant(PetscInt dim, PetscReal time, const PetscReal coords[], PetscInt Nc, PetscS… in constant() function
415 exactFuncs[0] = constant; in SetupFunctions()
/petsc/doc/changes/
H A D230.md135 - Now allow a constant vector to be specified in SNESSolve()
H A D37.md181 using constant order (1 to 6) and supporting time adaptivity.
/petsc/src/dm/impls/swarm/tests/
H A Dex11.c29 static PetscErrorCode constant(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, Pets… in constant() function
82 options->func = constant; in ProcessOptions()
/petsc/doc/miscellaneous/
H A Dapplications_publications.md37 are lines of constant temperature (the upper surface is cold, the deep mantle is hot);
/petsc/src/snes/tutorials/
H A Dex76.c54 static PetscErrorCode constant(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, Pets… in constant() function
477 funcs[nfield] = constant; in CreatePressureNullSpace()
/petsc/doc/manual/
H A Dfortran.md35 Since Fortran compilers do not automatically change the length of numerical constant arguments (int…
47 ! Fortran () automatically sets the complex KIND to correspond to the KIND of constant arguments
H A Dperformance.md99 ranks on the nodes. In particular, weak scaling (i.e. constant load per
101 (i.e. constant total work, increasing the number of processes) studies
102 should keep the number of processes per node constant.
301 using any number of processes between 3 and 13 is essentially constant
H A Dtao.md904 constant. If the direction computed is not a descent direction, the
1195 `-tao_nls_init_type <constant,direction,interpolation>`;
1203 algorithm. The `constant` method initializes the trust-region radius
1296 > | ``init_type`` | constant, | interpolation | Radius |
1470 `-tao_ntr_init_type <constant,direction,interpolation>`;
1478 algorithm. The `constant` method initializes the trust-region radius
1791 where $\rho_k$ is a dynamically adjusted positive constant. The
1940 $M$ is a constant determined by `-tao_bncg_min_restart_num` and
2010 matrices can either be constant or non-constant, of which fact can be
2802 where the gradient and the Hessian of the objective are both constant.
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md33 …density and $u$ is the fluid velocity. If we assume that the density is constant, making the fluid…
42 …iscosity, with units $N\cdot s/m^2$ or $Pa\cdot s$. If we divide by the constant density, we would…
232 … disk with `PetscBagLoad/View()`. We can make these values available as constant to our pointwise …
236 :start-after: /* Make constant values
962 Finally, we can back off the pressure solve. `ILU(0)` is good enough to maintain a constant number …
/petsc/src/ts/tutorials/
H A Dex77.c82 static PetscErrorCode constant(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, Pets… in constant() function
678 funcs[nfield] = constant; in CreatePressureNullSpace()
/petsc/lib/petsc/bin/maint/
H A Dtoclapack.sh603 /* Table of constant values */
2593 /* Table of constant values */
4812 /* This subroutine translates from a BLAST-specified integer constant to */
4817 /* Otherwise CHLA_TRANSTYPE returns the constant value corresponding to */

12