Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 121) sorted by relevance

12345

/libCEED/python/tests/
H A DMakefile13 setup: target
14 $(PYTHON) setup-qfunctions.py build
17 test: setup
20 .PHONY: clean setup test
H A Dsetup-qfunctions.py9 from setuptools import setup, Extension
23 setup(name="libceed_qfunctions",
H A DREADME.md10 python setup-qfunctions.py build
20 `python setup-qfunctions.py build`. The files `test-4-qfunction.py` and
/libCEED/examples/python/
H A DMakefile13 setup: target
17 test: setup
20 .PHONY: clean setup test
H A Dsetup_qfunctions.py1 from setuptools import setup, Extension
31 setup(name="libceed_c_qfunctions",
/libCEED/tests/output/
H A Dt504-operator.out1 CeedOperator - setup
2 CeedOperator - setup
H A Dt523-operator.out1 Composite CeedOperator - setup
4 Composite CeedOperator - setup
/libCEED/
H A Dsetup.py18 from setuptools import setup
96 setup(name="libceed",
/libCEED/tests/
H A Dt402-qfunction-f.f9022 external setup,mass
30 call ceedqfunctioncreateinterior(ceed,1,setup,&
H A Dt400-qfunction-f.f9024 external setup,mass
29 call ceedqfunctioncreateinterior(ceed,1,setup,&
H A Dt504-operator-f.f9031 external setup,mass
60 call ceedqfunctioncreateinterior(ceed,1,setup,&
H A Dt403-qfunction.c16 CeedQFunctionCreateInterior(ceed, 1, setup, setup_loc, &qf); in main()
H A Dt400-qfunction.h10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
H A Dt508-operator.c18 CeedQFunctionCreateInterior(ceed, 1, setup, setup_loc, &qf); in main()
H A Dt405-qfunction.h10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
H A Dt401-qfunction.h10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
H A Dt500-operator.h10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
H A Dt401-qfunction-f.f9028 external setup,mass
35 call ceedqfunctioncreateinterior(ceed,1,setup,&
H A Dt406-qfunction.h31 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
H A Dt510-operator.h10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
H A Dt502-operator.h10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
H A Dt530-operator.h10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
H A Dt507-operator.h10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
/libCEED/python/
H A Dtest-wheel.sh9 python setup-qfunctions.py build
/libCEED/tests/junit-xml/
H A DREADME.rst36 python setup.py install
95 1. Bump version in `setup.py`
96 2. Build distribution with `python setup.py sdist bdist_wheel`

12345