| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex3-volume.jl | 77 …#Create the Q-function that builds the mass+diffusion operator ( i.e it computes the quadrature da… 88 # Store mass component 102 # Create the operator that builds the quadrature data for the mass+diffusion operator. 113 # Compute the quadrature data for the mass+diff operator. 117 print("Computing the quadrature data for the mass+diffusion operator ...") 122 # Create the Q-function that defines the action of the mass+diffusion operator. 132 # Apply mass: v = qdata[1] * u 157 # Create the mass+diffusion operator. 170 # Compute the mesh volume using the mass+diffusion operator: vol = 1^T \cdot (M + K) \cdot 1 178 # Apply the mass+diffusion operator: 'u' -> 'v'.
|
| H A D | ex1-volume.jl | 67 # Create the Q-function that builds the mass operator (i.e. computes its 84 # Create the operator that builds the quadrature data for the mass operator. 95 # Compute the quadrature data for the mass operator. 100 print("Computing the quadrature data for the mass operator ...") 105 # Create the Q-function that defines the action of the mass operator. 120 # Create the mass operator. 131 # Compute the mesh volume using the mass operator: vol = 1^T \cdot M \cdot 1 139 # Apply the mass operator: 'u' -> 'v'.
|
| H A D | ex1-volume-c.jl | 10 # libCEED Q-function for building quadrature data for a mass operator 46 # libCEED Q-function for applying a mass operator 272 # Create the Q-function that builds the mass operator (i.e. computes its 305 # Create the operator that builds the quadrature data for the mass operator. 336 # Compute the quadrature data for the mass operator. 342 print("Computing the quadrature data for the mass operator ...") 352 # Create the Q-function that defines the action of the mass operator. 370 # Create the mass operator. 383 # Compute the mesh volume using the mass operator: vol = 1^T \cdot M \cdot 1 395 # Apply the mass operator: 'u' -> 'v'.
|
| /libCEED/examples/ |
| H A D | README.md | 26 - * BP1 (scalar mass operator) with $Q=P+1$ 27 * BP2 (vector mass operator) with $Q=P+1$ 33 - * BP1 (scalar mass operator) with $Q=P+1$ 36 - * BP1 (scalar mass operator) with $Q=P+1$ 37 * BP2 (vector mass operator) with $Q=P+1$ 43 - * BP1 (scalar mass operator) with $Q=P+1$ 54 …ications that use spectral element methods because it produces a diagonal mass matrix (enabling ea… 72 These examples, located in the [petsc/](./petsc) folder, use the mass operator to compute the surfa…
|
| /libCEED/tests/output/ |
| H A D | t402-qfunction-f.out | 12 User CeedQFunction - mass 29 User CeedQFunction - mass
|
| H A D | t504-operator.out | 23 CeedOperator - mass 24 CeedOperator - mass
|
| H A D | t402-qfunction.out | 12 User CeedQFunction - mass 30 User CeedQFunction - mass
|
| H A D | t523-operator.out | 45 Composite CeedOperator - mass 48 Composite CeedOperator - mass
|
| /libCEED/tests/ |
| H A D | t402-qfunction-f.f90 | 22 external setup,mass 36 call ceedqfunctioncreateinterior(ceed,1,mass,&
|
| H A D | t590-operator.h | 10 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
|
| H A D | t599-operator.h | 10 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
|
| H A D | t595-operator.h | 10 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
|
| H A D | t400-qfunction-f.f90 | 24 external setup,mass 35 call ceedqfunctioncreateinterior(ceed,1,mass,&
|
| H A D | t504-operator-f.f90 | 31 external setup,mass 67 call ceedqfunctioncreateinterior(ceed,1,mass,&
|
| H A D | t403-qfunction.c | 17 CeedQFunctionCreateInterior(ceed, 1, mass, mass_loc, &qf_2); in main()
|
| H A D | t400-qfunction.h | 19 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
|
| H A D | t508-operator.c | 19 CeedQFunctionCreateInterior(ceed, 1, mass, mass_loc, &qf_2); in main()
|
| H A D | t405-qfunction.h | 21 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
|
| H A D | t401-qfunction.h | 19 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
|
| H A D | t500-operator.h | 19 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
|
| H A D | t401-qfunction-f.f90 | 28 external setup,mass 41 call ceedqfunctioncreateinterior(ceed,1,mass,&
|
| H A D | t406-qfunction.h | 40 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
|
| H A D | t510-operator.h | 19 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
|
| /libCEED/examples/ceed/ |
| H A D | README.md | 7 This example uses the mass matrix to compute the length, area, or volume of a region, depending upo… 15 This example uses the mass matrix to compute the length, area, or volume of a region, depending upo…
|
| /libCEED/examples/mfem/ |
| H A D | bp1.cpp | 117 CeedMassOperator mass(ceed, fespace); in main() local 128 cg.SetOperator(mass); in main()
|