| /libCEED/python/tests/ |
| H A D | Makefile | 13 setup: target 14 $(PYTHON) setup-qfunctions.py build 17 test: setup 20 .PHONY: clean setup test
|
| H A D | setup-qfunctions.py | 9 from setuptools import setup, Extension 23 setup(name="libceed_qfunctions",
|
| H A D | README.md | 10 python setup-qfunctions.py build 20 `python setup-qfunctions.py build`. The files `test-4-qfunction.py` and
|
| /libCEED/examples/python/ |
| H A D | Makefile | 13 setup: target 17 test: setup 20 .PHONY: clean setup test
|
| H A D | setup_qfunctions.py | 1 from setuptools import setup, Extension 31 setup(name="libceed_c_qfunctions",
|
| /libCEED/tests/output/ |
| H A D | t504-operator.out | 1 CeedOperator - setup 2 CeedOperator - setup
|
| H A D | t523-operator.out | 1 Composite CeedOperator - setup 4 Composite CeedOperator - setup
|
| /libCEED/ |
| H A D | setup.py | 18 from setuptools import setup 96 setup(name="libceed",
|
| /libCEED/tests/ |
| H A D | t402-qfunction-f.f90 | 22 external setup,mass 30 call ceedqfunctioncreateinterior(ceed,1,setup,&
|
| H A D | t400-qfunction-f.f90 | 24 external setup,mass 29 call ceedqfunctioncreateinterior(ceed,1,setup,&
|
| H A D | t504-operator-f.f90 | 31 external setup,mass 60 call ceedqfunctioncreateinterior(ceed,1,setup,&
|
| H A D | t403-qfunction.c | 16 CeedQFunctionCreateInterior(ceed, 1, setup, setup_loc, &qf); in main()
|
| H A D | t400-qfunction.h | 10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
|
| H A D | t508-operator.c | 18 CeedQFunctionCreateInterior(ceed, 1, setup, setup_loc, &qf); in main()
|
| H A D | t405-qfunction.h | 10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
|
| H A D | t401-qfunction.h | 10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
|
| H A D | t500-operator.h | 10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
|
| H A D | t401-qfunction-f.f90 | 28 external setup,mass 35 call ceedqfunctioncreateinterior(ceed,1,setup,&
|
| H A D | t406-qfunction.h | 31 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
|
| H A D | t510-operator.h | 10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
|
| H A D | t502-operator.h | 10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
|
| H A D | t530-operator.h | 10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
|
| H A D | t507-operator.h | 10 CEED_QFUNCTION(setup)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in setup() function
|
| /libCEED/python/ |
| H A D | test-wheel.sh | 9 python setup-qfunctions.py build
|
| /libCEED/tests/junit-xml/ |
| H A D | README.rst | 36 python setup.py install 95 1. Bump version in `setup.py` 96 2. Build distribution with `python setup.py sdist bdist_wheel`
|