Searched refs:class (Results 1 – 17 of 17) sorted by relevance
| /libCEED/include/ceed/ |
| H A D | gen-tools.h | 4 class Tab { 9 template <class OStream> 23 template <class OStream>
|
| /libCEED/examples/deal.II/ |
| H A D | bps.h | 41 enum class BPType : unsigned int 97 class OperatorBase
|
| H A D | bps-kokkos.h | 42 class OperatorDealiiMassQuad 56 class OperatorDealiiLaplaceQuad 70 class OperatorDealiiMassLocal 94 class OperatorDealiiLaplaceLocal 121 class OperatorDealii : public OperatorBase<Number, MemorySpace::Default>
|
| H A D | bps-cpu.h | 45 class OperatorDealii : public OperatorBase<Number, MemorySpace::Host>
|
| H A D | bps-ceed.h | 51 class OperatorCeed : public OperatorBase<Number, MemorySpace> 332 class VectorTypeCeed
|
| /libCEED/python/ |
| H A D | README.md | 19 class of objects.
|
| /libCEED/tests/junit-xml/ |
| H A D | README.rst | 47 test_cases = [TestCase('Test1', 'some.class.name', 123.345, 'I am stdout!', 'I am stderr!')] 59 <testcase classname="some.class.name" name="Test1" time="123.345000">
|
| /libCEED/ |
| H A D | Doxyfile | 119 # descriptions after the members that are listed in the file and class 140 # the entity):The $name class, The $name widget, The $name file, is, provides, 143 ABBREVIATE_BRIEF = "The $name class" \ 163 # inherited members of a class in the documentation of that class as if those 164 # members were ordinary class members. Constructors, destructors and assignment 190 # path mentioned in the documentation of a class, which tells the reader which 191 # header file to include in order to use a class. If left blank only the name of 192 # the header file containing the class definition is used. Otherwise one should 260 # of the file/class/namespace that contains it. 417 # If one adds a struct or class to a group and this option is enabled, then also [all …]
|
| /libCEED/examples/python/ |
| H A D | tutorial-0-ceed.ipynb | 43 …"Here we show some basic examples to illustrate the `Ceed` class. In libCEED, Ceeds represent libr…
|
| H A D | tutorial-1-vector.ipynb | 38 …"Here we show some basic examples to illustrate the `libceed.Vector` class. In libCEED, CeedVector…
|
| H A D | tutorial-4-qfunction.ipynb | 38 …"Here we show some basic examples to illustrate the `libceed.QFunction` class. In libCEED, QFuncti…
|
| H A D | tutorial-5-operator.ipynb | 38 …"Here we show some basic examples to illustrate the `libceed.Operator` class. In libCEED, a `libce…
|
| H A D | tutorial-3-basis.ipynb | 38 …"Here we show some basic examples to illustrate the `libceed.Basis` class. In libCEED, a `libceed.…
|
| H A D | tutorial-2-elemrestriction.ipynb | 38 …"Here we show some basic examples to illustrate the `libceed.ElemRestriction` class. In libCEED, a…
|
| /libCEED/doc/sphinx/source/ |
| H A D | precision.md | 25 … The {c:func}`scalar_type()` function has been added to the {code}`Ceed` class for convenience.
|
| H A D | releasenotes.md | 301 {py:class}`numpy.ndarray`. Short tutorials are provided in
|
| /libCEED/interface/ |
| H A D | ceed.c | 31 #define CEED_FTABLE_ENTRY(class, method) {#class #method, offsetof(struct class##_private, method)} argument
|