Home
last modified time | relevance | path

Searched refs:By (Results 1 – 14 of 14) sorted by relevance

/libCEED/tests/ !
H A Dt330-basis.h22 int BuildNodalHdivQuadrilateral(CeedScalar *x, CeedScalar *Bx, CeedScalar *By) { in BuildNodalHdivQuadrilateral() argument
26 By[0] = -0.25 + 0.25 * x_hat + 0.25 * y_hat + -0.25 * x_hat * y_hat; in BuildNodalHdivQuadrilateral()
28 By[1] = -0.25 + -0.25 * x_hat + 0.25 * y_hat + 0.25 * x_hat * y_hat; in BuildNodalHdivQuadrilateral()
30 By[2] = -0.125 + 0.125 * y_hat * y_hat; in BuildNodalHdivQuadrilateral()
32 By[3] = 0.125 + -0.125 * y_hat * y_hat; in BuildNodalHdivQuadrilateral()
34 By[4] = 0.25 + -0.25 * x_hat + 0.25 * y_hat + -0.25 * x_hat * y_hat; in BuildNodalHdivQuadrilateral()
36 By[5] = 0.25 + 0.25 * x_hat + 0.25 * y_hat + 0.25 * x_hat * y_hat; in BuildNodalHdivQuadrilateral()
38 By[6] = -0.125 + 0.125 * y_hat * y_hat; in BuildNodalHdivQuadrilateral()
40 By[7] = 0.125 + -0.125 * y_hat * y_hat; in BuildNodalHdivQuadrilateral()
60 CeedScalar Bx[8], By[8]; in BuildHdivQuadrilateral() local
[all …]
/libCEED/julia/LibCEED.jl/docs/src/ !
H A DLibCEED.md3 By default, LibCEED.jl uses a "basic version" of the libCEED library that is
H A Dindex.md30 By default, LibCEED.jl will use the pre-built libCEED binaries provided by the
/libCEED/julia/LibCEED.jl/src/ !
H A DOperator.jl97 For non-blocking application, the user can specify a request object. By default, immediate
115 For non-blocking application, the user can specify a request object. By default, immediate
H A DCeedVector.jl21 Attemping to access the vector before calling `setarray!` will fail. By default, `allocate` is
240 Creates a new [`CeedVector`](@ref) using the contents of the given vector `v2`. By default,
/libCEED/julia/LibCEED.jl/ !
H A DREADME.md18 By default, LibCEED.jl will use the pre-built libCEED binaries provided by the [libCEED_jll](https:…
/libCEED/ !
H A DCONTRIBUTING.md33 By submitting a pull request, you are affirming the following.
37 By making a contribution to this project, I certify that:
H A DDoxyfile244 # By default Python docstrings are displayed as preformatted text and doxygen's
245 # special commands cannot be used. By setting PYTHON_DOCSTRING to NO the
411 # member in the group (if any) for the other members of the group. By default
418 # any nested class or struct is added to the same group. By default this option
548 # the file that contains the anonymous namespace. By default anonymous namespace
555 # will be determined by the corresponding definition. By default unnamed
708 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
H A DREADME.md216 By default, `MAGMA_DIR` is set to `../magma`; to build the MAGMA backends with a MAGMA installation…
/libCEED/doc/sphinx/source/ !
H A DCONTRIBUTING.md33 By submitting a pull request, you are affirming the following.
37 By making a contribution to this project, I certify that:
H A Dreleasenotes.md188 …dQFunctionContext` data as an optional feature to improve GPU performance. By default, calling the…
/libCEED/examples/nek/ !
H A DREADME.md29 By default, the examples are built with MPI.
/libCEED/examples/python/ !
H A Dtutorial-5-operator.ipynb45 …"* In the following example, we create and apply a CeedOperator for the mass matrix in 1D. By appl…
133 …"* In the next example, we create and apply a CeedOperator for the Poisson operator in 1D. By appl…
/libCEED/doc/papers/joss/ !
H A Dpaper.md95 By grouping the operations $W_e$ and $f$ into a point-block diagonal $D$ and stacking the restricti…