Searched refs:Mass (Results 1 – 14 of 14) sorted by relevance
| /libCEED/examples/petsc/include/ |
| H A D | areaproblemdata.h | 35 .apply = Mass, 50 .apply = Mass,
|
| H A D | sphereproblemdata.h | 34 .apply = Mass,
|
| H A D | bpsproblemdata.h | 36 .apply = Mass,
|
| /libCEED/examples/petsc/qfunctions/swarm/ |
| H A D | swarmmass.h | 26 CEED_QFUNCTION(Mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in Mass() function
|
| /libCEED/examples/ |
| H A D | bps.md | 12 ## Mass Operator 14 The Mass Operator used in BP1 and BP2 is defined via the $L^2$ projection problem, posed as a weak …
|
| /libCEED/examples/petsc/qfunctions/area/ |
| H A D | areacube.h | 95 CEED_QFUNCTION(Mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in Mass() function
|
| /libCEED/examples/petsc/qfunctions/bps/ |
| H A D | bp1.h | 77 CEED_QFUNCTION(Mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in Mass() function
|
| H A D | bp1sphere.h | 140 CEED_QFUNCTION(Mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in Mass() function
|
| /libCEED/examples/python/ |
| H A D | tutorial-5-operator.ipynb | 109 "# Mass operator\n", 115 "print('Mass operator: ', op_mass)\n",
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex1-volume.jl | 81 build_qfunc = create_interior_qfunction(ceed, "Mass$(dim)DBuild")
|
| H A D | ex1-volume-c.jl | 301 name = "Mass$(dim)DBuild"
|
| /libCEED/examples/petsc/src/ |
| H A D | swarmutils.c | 156 CeedQFunctionCreateInterior((*ctx)->ceed, 1, Mass, Mass_loc, &qf_pts_to_mesh); in DMSwarmCeedContextCreate() 184 CeedQFunctionCreateInterior((*ctx)->ceed, 1, Mass, Mass_loc, &qf_mass); in DMSwarmCeedContextCreate()
|
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 142 .apply = Mass,
|
| /libCEED/examples/nek/bps/ |
| H A D | bps.usr | 9 C> Mass and diffusion operators examples using Nek5000 575 call copy (d,bm1,n) ! Mass matrix preconditioning full mass matrix
|