Home
last modified time | relevance | path

Searched defs:mass (Results 1 – 19 of 19) sorted by relevance

/libCEED/tests/
H A Dt590-operator.h10 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt599-operator.h10 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt595-operator.h10 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt400-qfunction.h19 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt510-operator.h19 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt406-qfunction.h40 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt502-operator.h19 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt507-operator.h20 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt401-qfunction.h19 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt530-operator.h19 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt591-operator.h20 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt500-operator.h19 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt405-qfunction.h21 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt537-operator.h19 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt566-operator.h19 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt596-operator.h20 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
H A Dt580-operator.h28 CEED_QFUNCTION(mass)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in mass() function
/libCEED/examples/mfem/
H A Dbp1.cpp117 CeedMassOperator mass(ceed, fespace); in main() local
/libCEED/interface/
H A Dceed-preconditioning.c1286 CeedInt dim, CeedScalar *mass, CeedScalar *laplace) { in CeedBuildMassLaplace()
2908 CeedScalar *mass, *laplace, *x, *fdm_interp, *lambda, *elem_avg; in CeedOperatorCreateFDMElementInverse() local