| /libCEED/examples/deal.II/ |
| H A D | bps-kokkos.h | 75 const Portable::DeviceVector<Number> &src, in operator() 79 fe_eval.read_dof_values(src); in operator() 99 const Portable::DeviceVector<Number> &src, in operator() 103 fe_eval.read_dof_values(src); in operator() 172 vmult(VectorType &dst, const VectorType &src) const override in vmult() argument 181 this->vmult_internal<1, 1, 2>(dst, src); in vmult() 183 this->vmult_internal<1, 2, 3>(dst, src); in vmult() 185 this->vmult_internal<dim, 1, 2>(dst, src); in vmult() 187 this->vmult_internal<dim, 2, 3>(dst, src); in vmult() 189 this->vmult_internal<1, 1, 3>(dst, src); in vmult() [all …]
|
| H A D | bps-cpu.h | 91 vmult(VectorType &dst, const VectorType &src) const override in vmult() argument 95 matrix_free.cell_loop(&OperatorDealii::do_cell_integral_range<1>, this, dst, src, true); in vmult() 101 matrix_free.cell_loop(&OperatorDealii::do_cell_integral_range<dim>, this, dst, src, true); in vmult() 174 const VectorType &src, in do_cell_integral_range() argument 182 phi.read_dof_values(src); // read source vector in do_cell_integral_range()
|
| H A D | bps.h | 115 vmult(VectorType &dst, const VectorType &src) const = 0;
|
| H A D | bps-ceed.h | 267 vmult(VectorType &dst, const VectorType &src) const override in vmult() argument 270 src.update_ghost_values(); in vmult() 275 x.import_array(src, CEED_MEM_HOST); in vmult() 286 src.zero_out_ghost_values(); in vmult()
|
| /libCEED/include/ceed/jit-source/sycl/ |
| H A D | sycl-ref-qfunction.h | 15 inline void readQuads(CeedInt N, CeedInt stride, CeedInt offset, const CeedScalar *src, CeedScalar … in readQuads() argument 16 for (CeedInt i = 0; i < N; ++i) dest[i] = src[stride * i + offset]; in readQuads() 22 inline void writeQuads(CeedInt N, CeedInt stride, CeedInt offset, const CeedScalar *src, CeedScalar… in writeQuads() argument 23 for (CeedInt i = 0; i < N; ++i) dest[stride * i + offset] = src[i]; in writeQuads()
|
| /libCEED/examples/solids/ |
| H A D | Makefile | 29 SRCDIR := src 32 src.c := elasticity.c $(sort $(wildcard $(PROBLEMDIR)/*.c)) $(sort $(wildcard $(SRCDIR)/*.c)) 33 src.o = $(src.c:%.c=$(OBJDIR)/%.o) 37 elasticity: $(src.o) | $(PETSc.pc) $(ceed.pc) 81 -include $(src.o:%.o=%.d)
|
| /libCEED/examples/fluids/ |
| H A D | Makefile | 49 SRCDIR := src 52 src.c := navierstokes.c $(sort $(wildcard $(PROBLEMDIR)/*.c)) $(sort $(wildcard $(SRCDIR)/*.c)) 53 src.o = $(src.c:%.c=$(OBJDIR)/%.o) 57 navierstokes: $(src.o) | $(PETSc.pc) $(ceed.pc) 100 -include $(src.o:%.o=%.d)
|
| /libCEED/backends/sycl/ |
| H A D | online_compiler.hpp | 116 std::vector<byte> compile(const std::string &src, const Tys &...args); 195 std::vector<byte> online_compiler<source_language::opencl_c>::compile(const std::string &src, const… 211 std::vector<byte> online_compiler<source_language::cm>::compile(const std::string &src, const std::…
|
| /libCEED/rust/libceed-sys/ |
| H A D | Cargo.toml | 23 "src/**", 24 "c-src/**",
|
| H A D | README.md | 32 …flags for the C project, we recommend using `make -C c-src configure` to cache arguments in `c-src…
|
| /libCEED/julia/LibCEED.jl/gen/ |
| H A D | generator.toml | 3 output_file_path = "../src/generated/libceed_bindings.jl"
|
| /libCEED/examples/petsc/ |
| H A D | Makefile | 29 SRCDIR := src 107 -include $(src.o:%.o=%.d)
|
| /libCEED/julia/LibCEED.jl/.style/ |
| H A D | ceed_style.jl | 163 prefix_path.(["src", "test", "examples", ".style"]),
|
| /libCEED/ |
| H A D | Makefile | 747 $(OBJDIR)/fluids-% : examples/fluids/%.c examples/fluids/src/*.c examples/fluids/*.h examples/fluid… 754 examples/solids/problems/*.c examples/solids/src/*.c \
|
| H A D | Doxyfile | 908 # directories like /usr/src/myproject. Separate the files or directories with
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 747 $(OBJDIR)/fluids-% : examples/fluids/%.c examples/fluids/src/*.c examples/fluids/*.h examples/fluid… 754 examples/solids/problems/*.c examples/solids/src/*.c \
|