Home
last modified time | relevance | path

Searched defs:out (Results 76 – 100 of 127) sorted by relevance

123456

/libCEED/include/ceed/jit-source/gallery/
H A Dceed-poisson2dapply.h13 …(Poisson2DApply)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Poisson2DApply()
H A Dceed-poisson3dapply.h13 …(Poisson3DApply)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Poisson3DApply()
H A Dceed-vectorpoisson2dapply.h13 …3Poisson2DApply)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Vector3Poisson2DApply()
H A Dceed-poisson3dbuild.h13 …(Poisson3DBuild)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Poisson3DBuild()
H A Dceed-vectorpoisson3dapply.h13 …3Poisson3DApply)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Vector3Poisson3DApply()
H A Dceed-poisson2dbuild.h13 …(Poisson2DBuild)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Poisson2DBuild()
H A Dceed-identity.h17 …NCTION(Identity)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Identity()
/libCEED/examples/fluids/qfunctions/
H A Dstrong_boundary_conditions.h11 …UNCTION(SetupStrongBC)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in SetupStrongBC()
H A Dtaylorgreen.h17 …NCTION(ICsTaylorGreen)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in ICsTaylorGreen()
H A Dchannel.h66 …_QFUNCTION(ICsChannel)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in ICsChannel()
86 …NCTION(Channel_Inflow)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Channel_Inflow()
148 …CTION(Channel_Outflow)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Channel_Outflow()
/libCEED/tests/
H A Dt411-qfunction.c10 CeedVector in[16], out[16]; in main() local
H A Dt412-qfunction.c10 CeedVector in[16], out[16]; in main() local
H A Dt539-operator.h10 …QFUNCTION(apply)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in apply()
H A Dt409-qfunction.c12 CeedVector in[16], out[16]; in main() local
H A Dt405-qfunction.c11 CeedVector in[16], out[16]; in main() local
H A Dt400-qfunction.c11 CeedVector in[16], out[16]; in main() local
H A Dt580-operator.h28 CEED_QFUNCTION(mass)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in mass()
H A Dt410-qfunction.c9 CeedVector in[16], out[16]; in main() local
/libCEED/examples/solids/qfunctions/
H A Dtraction-boundary.h28 …TION(SetupTractionBCs)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in SetupTractionBCs()
H A Dlinear.h28 …N(ElasResidual_Linear)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in ElasResidual_Linear()
124 …N(ElasJacobian_Linear)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in ElasJacobian_Linear()
219 …ION(ElasEnergy_Linear)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in ElasEnergy_Linear()
286 …ElasDiagnostic_Linear)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in ElasDiagnostic_Linear()
H A Dconstant-force.h28 …upConstantForce)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in SetupConstantForce()
/libCEED/examples/python/qfunctions/
H A Dex3-volume.h13 …build_mass_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in build_mass_diff()
92 …apply_mass_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in apply_mass_diff()
/libCEED/examples/ceed/
H A Dex2-surface.h16 …TION(build_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in build_diff()
86 …TION(apply_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in apply_diff()
H A Dex3-volume.h16 …build_mass_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in build_mass_diff()
99 …apply_mass_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in apply_mass_diff()
/libCEED/examples/mfem/
H A Dbp3.h16 …ON(f_build_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in f_build_diff()
83 …ON(f_apply_diff)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in f_apply_diff()

123456