Home
last modified time | relevance | path

Searched defs:J (Results 1 – 25 of 58) sorted by relevance

123

/libCEED/julia/LibCEED.jl/src/
H A DMisc.jl17 @inline det(J, ::CeedDim{1}) = @inbounds J[1] argument
18 @inline det(J, ::CeedDim{2}) = @inbounds J[1]*J[4] - J[3]*J[2] argument
20 @inline det(J, ::CeedDim{3}) = @inbounds ( argument
38 @inline setvoigt(J, ::CeedDim{1}) = @inbounds @SVector [J[1]] argument
39 @inline setvoigt(J, ::CeedDim{2}) = @inbounds @SVector [J[1], J[4], J[2]] argument
40 @inline setvoigt(J, ::CeedDim{3}) = @inbounds @SVector [J[1], J[5], J[9], J[6], J[3], J[2]] argument
42 @inline function setvoigt!(V, J, ::CeedDim{1}) argument
46 @inline function setvoigt!(V, J, ::CeedDim{2}) argument
54 @inline function setvoigt!(V, J, ::CeedDim{3}) argument
83 @inline function getvoigt!(J, V, ::CeedDim{1}) argument
[all …]
/libCEED/examples/python/qfunctions/
H A Dex1-volume.h22 const CeedScalar(*J)[1][CEED_Q_VLA] = (const CeedScalar(*)[1][CEED_Q_VLA])in[0]; in build_mass() local
28 const CeedScalar(*J)[2][CEED_Q_VLA] = (const CeedScalar(*)[2][CEED_Q_VLA])in[0]; in build_mass() local
36 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0]; in build_mass() local
H A Dex2-surface.h24 const CeedScalar(*J)[1][CEED_Q_VLA] = (const CeedScalar(*)[1][CEED_Q_VLA])in[0]; in build_diff() local
29 const CeedScalar(*J)[2][CEED_Q_VLA] = (const CeedScalar(*)[2][CEED_Q_VLA])in[0]; in build_diff() local
46 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0]; in build_diff() local
H A Dex3-volume.h24 const CeedScalar(*J)[1][CEED_Q_VLA] = (const CeedScalar(*)[1][CEED_Q_VLA])in[0]; in build_mass_diff() local
35 const CeedScalar(*J)[2][CEED_Q_VLA] = (const CeedScalar(*)[2][CEED_Q_VLA])in[0]; in build_mass_diff() local
56 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0]; in build_mass_diff() local
/libCEED/examples/ceed/
H A Dex1-volume-f-c.h21 const CeedScalar(*J)[1][CEED_Q_VLA] = (const CeedScalar(*)[1][CEED_Q_VLA])in[0]; in build_mass() local
27 const CeedScalar(*J)[2][CEED_Q_VLA] = (const CeedScalar(*)[2][CEED_Q_VLA])in[0]; in build_mass() local
35 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0]; in build_mass() local
H A Dex1-volume.h26 const CeedScalar(*J)[1][CEED_Q_VLA] = (const CeedScalar(*)[1][CEED_Q_VLA])in[0]; in build_mass() local
32 const CeedScalar(*J)[2][CEED_Q_VLA] = (const CeedScalar(*)[2][CEED_Q_VLA])in[0]; in build_mass() local
40 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0]; in build_mass() local
H A Dex2-surface.h28 const CeedScalar(*J)[1][CEED_Q_VLA] = (const CeedScalar(*)[1][CEED_Q_VLA])in[0]; in build_diff() local
33 const CeedScalar(*J)[2][CEED_Q_VLA] = (const CeedScalar(*)[2][CEED_Q_VLA])in[0]; in build_diff() local
50 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0]; in build_diff() local
H A Dex3-volume.h28 const CeedScalar(*J)[1][CEED_Q_VLA] = (const CeedScalar(*)[1][CEED_Q_VLA])in[0]; in build_mass_diff() local
39 const CeedScalar(*J)[2][CEED_Q_VLA] = (const CeedScalar(*)[2][CEED_Q_VLA])in[0]; in build_mass_diff() local
60 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0]; in build_mass_diff() local
/libCEED/examples/fluids/qfunctions/
H A Dsetupgeo2d.h46 const CeedScalar(*J)[2][CEED_Q_VLA] = (const CeedScalar(*)[2][CEED_Q_VLA])in[0]; in Setup2d() local
87 const CeedScalar(*J)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in SetupBoundary2d() local
139 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0]; in Setup2D_3Dcoords() local
H A Dsetupgeo.h50 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0]; in Setup() local
108 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0]; in SetupBoundary() local
/libCEED/examples/petsc/qfunctions/area/
H A Dareasphere.h47 const CeedScalar *X = in[0], *J = in[1], *w = in[2]; in SetupMassGeoSphere() local
91 const CeedScalar J[3][1] = {{dxdX[1][0] * dxdX[2][1] - dxdX[2][0] * dxdX[1][1]}, in SetupMassGeoSphere() local
/libCEED/backends/opt/
H A Dceed-opt-tensor.c16 …nsorContractApply_Core_Opt(CeedTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, in CeedTensorContractApply_Core_Opt()
40 …Apply_Opt(CeedTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScala… in CeedTensorContractApply_Opt()
/libCEED/include/ceed/jit-source/gallery/
H A Dceed-mass1dbuild.h16 const CeedScalar *J = in[0], *w = in[1]; in Mass1DBuild() local
H A Dceed-mass2dbuild.h16 const CeedScalar(*J)[2][CEED_Q_VLA] = (const CeedScalar(*)[2][CEED_Q_VLA])in[0], *w = in[1]; in Mass2DBuild() local
H A Dceed-poisson1dbuild.h19 const CeedScalar *J = in[0], *w = in[1]; in Poisson1DBuild() local
H A Dceed-mass3dbuild.h16 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0], *w = in[1]; in Mass3DBuild() local
H A Dceed-poisson3dbuild.h17 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0], *w = in[1]; in Poisson3DBuild() local
H A Dceed-poisson2dbuild.h18 const CeedScalar(*J)[2][CEED_Q_VLA] = (const CeedScalar(*)[2][CEED_Q_VLA])in[0], *w = in[1]; in Poisson2DBuild() local
/libCEED/tests/
H A Dt535-operator.h11 const CeedScalar *J = in[0], *weight = in[1]; in setup_mass() local
25 const CeedScalar *J = in[0], *qw = in[1]; in setup_diff() local
H A Dt532-operator.h11 const CeedScalar *J = in[0], *weight = in[1]; in setup_mass() local
25 const CeedScalar *J = in[0], *qw = in[1]; in setup_diff() local
/libCEED/python/tests/
H A Dtest-qfunctions.h14 const CeedScalar *w = in[0], *J = in[1]; in setup_mass() local
31 const CeedScalar *w = in[0], *J = in[1]; in setup_mass_2d() local
/libCEED/backends/avx/
H A Dceed-avx-tensor.c42 …TensorContract_Avx_Blocked(CeedTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, in CeedTensorContract_Avx_Blocked()
104 …nsorContract_Avx_Remainder(CeedTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, in CeedTensorContract_Avx_Remainder()
153 …vx_Single(CeedTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScala… in CeedTensorContract_Avx_Single()
254 …ocked_4_8(CeedTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScala… in CeedTensorContract_Avx_Blocked_4_8()
258 …inder_8_8(CeedTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScala… in CeedTensorContract_Avx_Remainder_8_8()
262 …ingle_4_8(CeedTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScala… in CeedTensorContract_Avx_Single_4_8()
270 …Apply_Avx(CeedTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScala… in CeedTensorContractApply_Avx()
/libCEED/examples/petsc/qfunctions/bps/
H A Dbp1sphere.h47 const CeedScalar *X = in[0], *J = in[1], *w = in[2]; in SetupMassGeo() local
90 …const CeedScalar J[3] = {dxdX[1][0] * dxdX[2][1] - dxdX[2][0] * dxdX[1][1], dxdX[2][0] * dxdX[0][1… in SetupMassGeo() local
/libCEED/examples/solids/qfunctions/
H A Dtraction-boundary.h30 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0], (*w) = in[1]; in SetupTractionBCs() local
/libCEED/interface/
H A Dceed-tensor.c94 int CeedTensorContractApply(CeedTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J in CeedTensorContractApply()
124 …eedTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt D, CeedInt J, const CeedScala… in CeedTensorContractStridedApply()

123