Home
last modified time | relevance | path

Searched refs:mass (Results 1 – 25 of 125) sorted by relevance

12345

/libCEED/julia/LibCEED.jl/examples/
H A Dex3-volume.jl77 …#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 Dex1-volume.jl67 # 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 Dex1-volume-c.jl10 # 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 DREADME.md26 - * 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 Dt402-qfunction-f.out12 User CeedQFunction - mass
29 User CeedQFunction - mass
H A Dt504-operator.out23 CeedOperator - mass
24 CeedOperator - mass
H A Dt402-qfunction.out12 User CeedQFunction - mass
30 User CeedQFunction - mass
H A Dt523-operator.out45 Composite CeedOperator - mass
48 Composite CeedOperator - mass
/libCEED/tests/
H A Dt402-qfunction-f.f9022 external setup,mass
36 call ceedqfunctioncreateinterior(ceed,1,mass,&
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-f.f9024 external setup,mass
35 call ceedqfunctioncreateinterior(ceed,1,mass,&
H A Dt504-operator-f.f9031 external setup,mass
67 call ceedqfunctioncreateinterior(ceed,1,mass,&
H A Dt403-qfunction.c17 CeedQFunctionCreateInterior(ceed, 1, mass, mass_loc, &qf_2); in main()
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 Dt508-operator.c19 CeedQFunctionCreateInterior(ceed, 1, mass, mass_loc, &qf_2); in main()
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 Dt401-qfunction.h19 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 Dt401-qfunction-f.f9028 external setup,mass
41 call ceedqfunctioncreateinterior(ceed,1,mass,&
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 Dt510-operator.h19 CEED_QFUNCTION(mass)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in mass() function
/libCEED/examples/ceed/
H A DREADME.md7 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 Dbp1.cpp117 CeedMassOperator mass(ceed, fespace); in main() local
128 cg.SetOperator(mass); in main()

12345