| /libCEED/backends/sycl-ref/kernels/ |
| H A D | sycl-ref-vector.cpp | 15 __global__ static void setValueK(CeedScalar *__restrict__ vec, CeedInt size, CeedScalar val) { in setValueK() 38 __global__ static void rcpValueK(CeedScalar *__restrict__ vec, CeedInt size) { in rcpValueK() 61 __global__ static void scaleValueK(CeedScalar *__restrict__ x, CeedScalar alpha, CeedInt size) { in scaleValueK() 84 …xpyValueK(CeedScalar *__restrict__ y, CeedScalar alpha, CeedScalar *__restrict__ x, CeedInt size) { in axpyValueK() 106 …seMultValueK(CeedScalar *__restrict__ w, CeedScalar *x, CeedScalar *__restrict__ y, CeedInt size) { in pointwiseMultValueK()
|
| /libCEED/include/ceed/jit-source/gallery/ |
| H A D | ceed-identity.h | 14 CeedInt size; member 20 const CeedInt size = identity_ctx.size; in Identity() local
|
| H A D | ceed-scale.h | 15 const CeedInt size = *(CeedInt *)ctx; in Scale() local
|
| H A D | ceed-scale-scalar.h | 15 const CeedInt size = *(CeedInt *)ctx; in ScaleScalar() local
|
| /libCEED/backends/hip-ref/kernels/ |
| H A D | hip-ref-vector.hip.cpp | 14 …StridedK(CeedScalar *__restrict__ vec, CeedSize start, CeedSize step, CeedSize size, CeedScalar *_… in copyStridedK() 38 __global__ static void setValueK(CeedScalar *__restrict__ vec, CeedSize size, CeedScalar val) { in setValueK() 84 __global__ static void rcpValueK(CeedScalar *__restrict__ vec, CeedSize size) { in rcpValueK() 108 __global__ static void scaleValueK(CeedScalar *__restrict__ x, CeedScalar alpha, CeedSize size) { in scaleValueK() 130 …pyValueK(CeedScalar *__restrict__ y, CeedScalar alpha, CeedScalar *__restrict__ x, CeedSize size) { in axpyValueK() 152 …ar *__restrict__ y, CeedScalar alpha, CeedScalar beta, CeedScalar *__restrict__ x, CeedSize size) { in axpbyValueK() 177 …eMultValueK(CeedScalar *__restrict__ w, CeedScalar *x, CeedScalar *__restrict__ y, CeedSize size) { in pointwiseMultValueK()
|
| /libCEED/backends/cuda-ref/kernels/ |
| H A D | cuda-ref-vector.cu | 38 __global__ static void setValueK(CeedScalar *__restrict__ vec, CeedSize size, CeedScalar val) { in setValueK() 84 __global__ static void rcpValueK(CeedScalar *__restrict__ vec, CeedSize size) { in rcpValueK() 108 __global__ static void scaleValueK(CeedScalar *__restrict__ x, CeedScalar alpha, CeedSize size) { in scaleValueK() 130 …pyValueK(CeedScalar *__restrict__ y, CeedScalar alpha, CeedScalar *__restrict__ x, CeedSize size) { in axpyValueK() 152 …ar *__restrict__ y, CeedScalar alpha, CeedScalar beta, CeedScalar *__restrict__ x, CeedSize size) { in axpbyValueK() 177 …eMultValueK(CeedScalar *__restrict__ w, CeedScalar *x, CeedScalar *__restrict__ y, CeedSize size) { in pointwiseMultValueK()
|
| /libCEED/python/ |
| H A D | ceed_qfunction.py | 111 def add_input(self, fieldname, size, emode): argument 128 def add_output(self, fieldname, size, emode): argument 173 def __init__(self, ceed, size, inmode, outmode): argument
|
| H A D | ceed.py | 184 def Vector(self, size): argument 596 def IdentityQFunction(self, size, inmode, outmode): argument
|
| H A D | ceed_vector.py | 21 def __init__(self, ceed, size): argument
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | QFunction.jl | 87 function create_identity_qfunction(c::Ceed, size, inmode::EvalMode, outmode::EvalMode) argument 93 function add_input!(qf::AbstractQFunction, name::AbstractString, size, emode) argument 97 function add_output!(qf::AbstractQFunction, name::AbstractString, size, emode) argument
|
| H A D | CeedVector.jl | 59 Base.size(v::CeedVector) = (length(Int, v),) function
|
| /libCEED/tests/ |
| H A D | t412-qfunction.c | 13 CeedInt q = 8, size = 3; in main() local
|
| /libCEED/interface/ |
| H A D | ceed-qfunction.c | 106 static int CeedQFunctionFieldSet(CeedQFunctionField *f, const char *field_name, CeedInt size, CeedE… in CeedQFunctionFieldSet() 130 CeedInt size; in CeedQFunctionFieldView() local 772 int CeedQFunctionCreateIdentity(Ceed ceed, CeedInt size, CeedEvalMode in_mode, CeedEvalMode out_mod… in CeedQFunctionCreateIdentity() 834 int CeedQFunctionAddInput(CeedQFunction qf, const char *field_name, CeedInt size, CeedEvalMode eval… in CeedQFunctionAddInput() 876 int CeedQFunctionAddOutput(CeedQFunction qf, const char *field_name, CeedInt size, CeedEvalMode eva… in CeedQFunctionAddOutput() 946 int CeedQFunctionFieldGetSize(CeedQFunctionField qf_field, CeedInt *size) { in CeedQFunctionFieldGetSize() 980 int CeedQFunctionFieldGetData(CeedQFunctionField qf_field, const char **field_name, CeedInt *size, … in CeedQFunctionFieldGetData()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-qfunction-load.cpp | 27 CeedInt num_input_fields, num_output_fields, size; in CeedQFunctionBuildKernel_Cuda_ref() local
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-qfunction-load.cpp | 29 CeedInt num_input_fields, num_output_fields, size; in CeedQFunctionBuildKernel_Hip_ref() local
|
| /libCEED/backends/blocked/ |
| H A D | ceed-blocked-operator.c | 24 CeedInt num_comp, size, P; in CeedOperatorSetupFields_Blocked() local 312 CeedInt elem_size, size, num_comp; in CeedOperatorInputBasis_Blocked() local 433 CeedInt Q, num_input_fields, num_output_fields, num_elem, size; in CeedOperatorApplyAdd_Blocked() local
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 396 static void Split3(PetscInt size, PetscInt m[3], bool reverse) { in Split3() 420 PetscMPIInt size; in CreateDistributedDM() local
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-operator.c | 24 CeedInt num_comp, size, P; in CeedOperatorSetupFields_Ref() local 258 CeedInt elem_size, size, num_comp; in CeedOperatorInputBasis_Ref() local 379 CeedInt Q, num_elem, num_input_fields, num_output_fields, size; in CeedOperatorApplyAdd_Ref() local 678 CeedInt max_num_points, num_comp, size, P; in CeedOperatorSetupFieldsAtPoints_Ref() local 893 CeedInt elem_size, size, num_comp; in CeedOperatorInputBasisAtPoints_Ref() local
|
| /libCEED/rust/libceed/src/ |
| H A D | qfunction.rs | 74 pub fn size(&self) -> usize { in size() method 75 let mut size = 0; in size() localVariable
|
| /libCEED/examples/ceed/ |
| H A D | ex3-volume.c | 307 … CeedInt dim, CeedInt num_xyz[dim], CeedInt degree, CeedInt num_comp, CeedInt *size, CeedInt num_q… in BuildCartesianRestriction()
|
| H A D | ex2-surface.c | 338 …d, CeedInt dim, CeedInt num_xyz[3], CeedInt degree, CeedInt num_comp, CeedInt *size, CeedInt num_q… in BuildCartesianRestriction()
|
| H A D | ex1-volume.c | 318 … CeedInt dim, CeedInt num_xyz[dim], CeedInt degree, CeedInt num_comp, CeedInt *size, CeedInt num_q… in BuildCartesianRestriction()
|
| /libCEED/backends/opt/ |
| H A D | ceed-opt-operator.c | 24 CeedInt num_comp, size, P; in CeedOperatorSetupFields_Opt() local 322 CeedInt elem_size, size, num_comp; in CeedOperatorInputBasis_Opt() local
|
| /libCEED/examples/rust-qfunctions/ |
| H A D | ex1-volume.c | 328 … CeedInt dim, CeedInt num_xyz[dim], CeedInt degree, CeedInt num_comp, CeedInt *size, CeedInt num_q… in BuildCartesianRestriction()
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-operator.sycl.cpp | 122 CeedInt size; in CeedOperatorSetupFields_Sycl() local 375 CeedInt Q, num_elem, elem_size, num_input_fields, num_output_fields, size; in CeedOperatorApplyAdd_Sycl() local 482 … num_active_in, num_active_out, Q, num_elem, num_input_fields, num_output_fields, size; in CeedOperatorLinearAssembleQFunctionCore_Sycl() local
|