| /libCEED/examples/deal.II/ |
| H A D | bps-kokkos.h | 41 template <int dim, int fe_degree, int n_q_points_1d, int n_components, typename Number> 46 operator()(Portable::FEEvaluation<dim, fe_degree, n_q_points_1d, n_components, Number> *fe_eval, in operator() 55 template <int dim, int fe_degree, int n_q_points_1d, int n_components, typename Number> 60 operator()(Portable::FEEvaluation<dim, fe_degree, n_q_points_1d, n_components, Number> *fe_eval, in operator() 69 template <int dim, int fe_degree, int n_q_points_1d, int n_components, typename Number> 74 operator()(const typename Portable::MatrixFree<dim, Number>::Data *data, in operator() 75 const Portable::DeviceVector<Number> &src, in operator() 76 Portable::DeviceVector<Number> &dst) const in operator() 78 Portable::FEEvaluation<dim, fe_degree, n_q_points_1d, n_components, Number> fe_eval(data); in operator() 82 OperatorDealiiMassQuad<dim, fe_degree, n_q_points_1d, n_components, Number>()); in operator() [all …]
|
| H A D | bps-cpu.h | 44 template <int dim, typename Number> 45 class OperatorDealii : public OperatorBase<Number, MemorySpace::Host> 48 using VectorType = typename OperatorBase<Number, MemorySpace::Host>::VectorType; 55 const AffineConstraints<Number> &constraints, in OperatorDealii() 79 typename MatrixFree<dim, Number>::AdditionalData additional_data; in reinit() 81 MatrixFree<dim, Number>::AdditionalData::TasksParallelScheme::none; in reinit() 149 do_cell_integral_local(FEEvaluation<dim, -1, 0, n_components, Number> &phi) const in do_cell_integral_local() 172 do_cell_integral_range(const MatrixFree<dim, Number> &matrix_free, in do_cell_integral_range() 177 FEEvaluation<dim, -1, 0, n_components, Number> phi(matrix_free, range); in do_cell_integral_range() 201 const AffineConstraints<Number> &constraints; [all …]
|
| H A D | bps-kokkos.cc | 154 using Number = double; in main() typedef 155 …using VectorType = LinearAlgebra::distributed::Vector<Number, MemorySpace::Default… in main() 182 AffineConstraints<Number> constraints; in main() 244 OperatorCeed<dim, Number, MemorySpace::Default> op_ceed( in main() 249 OperatorDealii<dim, Number> op_dealii(mapping, dof_handler, constraints, quadrature, bp); in main()
|
| H A D | bps-cpu.cc | 154 using Number = double; in main() typedef 155 using VectorType = LinearAlgebra::distributed::Vector<Number>; in main() 182 AffineConstraints<Number> constraints; in main() 244 OperatorCeed<dim, Number> op_ceed( in main() 249 OperatorDealii<dim, Number> op_dealii(mapping, dof_handler, constraints, quadrature, bp); in main()
|
| H A D | bps.h | 96 template <typename Number, typename MemorySpace> 103 using VectorType = LinearAlgebra::distributed::Vector<Number, MemorySpace>;
|
| H A D | bps-ceed.h | 50 template <int dim, typename Number, typename MemorySpace = MemorySpace::Host> 51 class OperatorCeed : public OperatorBase<Number, MemorySpace> 54 using VectorType = typename OperatorBase<Number, MemorySpace>::VectorType; 61 const AffineConstraints<Number> &constraints, in OperatorCeed() 615 const AffineConstraints<Number> &constraints;
|
| /libCEED/examples/petsc/ |
| H A D | README.md | 28 - `-cells` - Number of cells per dimension 53 - `-cells` - Number of cells per dimension 62 - `-q_extra` - Number of extra quadrature points 85 - `-q_extra` - Number of extra quadrature points
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | ElemRestriction.jl | 55 - `nelem`: Number of elements described in the `offsets` array 57 - `ncomp`: Number of field components per interpolation node (1 for scalar fields) 119 - `nelem`: Number of elements described in the `offsets` array 121 - `ncomp`: Number of field components per interpolation node (1 for scalar fields) 187 - `nelem`: Number of elements described in the `offsets` array 189 - `ncomp`: Number of field components per interpolation node (1 for scalar fields) 246 - `nelem`: Number of elements described by the restriction 248 - `ncomp`: Number of field components per interpolation node (1 for scalar fields)
|
| H A D | Basis.jl | 46 - `ncomp`: Number of field components (1 for scalar fields). 47 - `p`: Number of Gauss-Lobatto nodes in one dimension. The polynomial degree of the 49 - `q`: Number of quadrature points in one dimension. 67 - `ncomp`: Number of field components (1 for scalar fields). 68 - `p`: Number of nodes in one dimension. 69 - `q`: Number of quadrature points in one dimension 122 - `ncomp`: Number of field components (1 for scalar fields). 180 - `ncomp`: Number of field components (1 for scalar fields). 238 - `ncomp`: Number of field components (1 for scalar fields).
|
| /libCEED/examples/fluids/ |
| H A D | README.md | 67 - Number of extra quadrature points 75 - Number of time steps between visualization output frames. 79 - Number of frames written per CGNS file if the CGNS file name includes a format specifier (`%d`). 83 …- Number of steps between writing binary checkpoints. `0` has no output, `-1` outputs final state … 151 - Number of timesteps between statistics collection 159 - Number of timesteps between statistics file writing (`-1` means only at end of run) 163 - Number of frames written per CGNS file if the CGNS file name includes a format specifier (`%d`). 932 - Number of elements to keep below `-platemesh_refine_height` 957 - Number of Chebyshev terms
|
| H A D | index.md | 845 [Number of wavemodes] 7
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex2-surface.jl | 60 println("Number of mesh nodes : ", div(mesh_size, dim)) 61 println("Number of solution nodes : ", sol_size)
|
| H A D | ex1-volume.jl | 58 println("Number of mesh nodes : ", div(mesh_size, dim)) 59 println("Number of solution nodes : ", sol_size)
|
| H A D | ex3-volume.jl | 68 println("Number of mesh nodes : ", div(mesh_size, dim)) 69 println("Number of solution nodes : ", sol_size)
|
| H A D | ex1-volume-c.jl | 262 println("Number of mesh nodes : ", div(mesh_size, dim)) 263 println("Number of solution nodes : ", sol_size)
|
| /libCEED/examples/python/ |
| H A D | tutorial-6-shell.ipynb | 189 "Number of mesh nodes : 274625\n", 190 "Number of solution nodes : 274625\n", 280 "Number of mesh nodes : 274625\n", 281 "Number of solution nodes : 274625\n",
|
| /libCEED/examples/nek/boxes/ |
| H A D | b1e.rea | 97 0.00000 p093 Number of previous pressure solns saved 105 0.00000 p101 Number of additional modes to filter
|
| /libCEED/examples/solids/ |
| H A D | README.md | 99 - Number of extra quadrature points 127 - Number of load increments for continuation method
|
| /libCEED/examples/nek/bps/ |
| H A D | bps.usr | 1491 nxq = nx1+1 ! Number of quadrature points
|