Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 39) sorted by relevance

12

/libCEED/backends/sycl-ref/kernels/
H A Dsycl-ref-vector.cpp15 __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 Dceed-identity.h14 CeedInt size; member
20 const CeedInt size = identity_ctx.size; in Identity() local
H A Dceed-scale.h15 const CeedInt size = *(CeedInt *)ctx; in Scale() local
H A Dceed-scale-scalar.h15 const CeedInt size = *(CeedInt *)ctx; in ScaleScalar() local
/libCEED/backends/hip-ref/kernels/
H A Dhip-ref-vector.hip.cpp14 …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 Dcuda-ref-vector.cu38 __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 Dceed_qfunction.py111 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 Dceed.py184 def Vector(self, size): argument
596 def IdentityQFunction(self, size, inmode, outmode): argument
H A Dceed_vector.py21 def __init__(self, ceed, size): argument
/libCEED/julia/LibCEED.jl/src/
H A DQFunction.jl87 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 DCeedVector.jl59 Base.size(v::CeedVector) = (length(Int, v),) function
/libCEED/tests/
H A Dt412-qfunction.c13 CeedInt q = 8, size = 3; in main() local
/libCEED/interface/
H A Dceed-qfunction.c106 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 Dceed-cuda-ref-qfunction-load.cpp27 CeedInt num_input_fields, num_output_fields, size; in CeedQFunctionBuildKernel_Cuda_ref() local
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-qfunction-load.cpp29 CeedInt num_input_fields, num_output_fields, size; in CeedQFunctionBuildKernel_Hip_ref() local
/libCEED/backends/blocked/
H A Dceed-blocked-operator.c24 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 Dpetscutils.c396 static void Split3(PetscInt size, PetscInt m[3], bool reverse) { in Split3()
420 PetscMPIInt size; in CreateDistributedDM() local
/libCEED/backends/ref/
H A Dceed-ref-operator.c24 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 Dqfunction.rs74 pub fn size(&self) -> usize { in size() method
75 let mut size = 0; in size() localVariable
/libCEED/examples/ceed/
H A Dex3-volume.c307 … CeedInt dim, CeedInt num_xyz[dim], CeedInt degree, CeedInt num_comp, CeedInt *size, CeedInt num_q… in BuildCartesianRestriction()
H A Dex2-surface.c338 …d, CeedInt dim, CeedInt num_xyz[3], CeedInt degree, CeedInt num_comp, CeedInt *size, CeedInt num_q… in BuildCartesianRestriction()
H A Dex1-volume.c318 … CeedInt dim, CeedInt num_xyz[dim], CeedInt degree, CeedInt num_comp, CeedInt *size, CeedInt num_q… in BuildCartesianRestriction()
/libCEED/backends/opt/
H A Dceed-opt-operator.c24 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 Dex1-volume.c328 … CeedInt dim, CeedInt num_xyz[dim], CeedInt degree, CeedInt num_comp, CeedInt *size, CeedInt num_q… in BuildCartesianRestriction()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-operator.sycl.cpp122 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

12