Home
last modified time | relevance | path

Searched refs:class (Results 1 – 17 of 17) sorted by relevance

/libCEED/include/ceed/
H A Dgen-tools.h4 class Tab {
9 template <class OStream>
23 template <class OStream>
/libCEED/examples/deal.II/
H A Dbps.h41 enum class BPType : unsigned int
97 class OperatorBase
H A Dbps-kokkos.h42 class OperatorDealiiMassQuad
56 class OperatorDealiiLaplaceQuad
70 class OperatorDealiiMassLocal
94 class OperatorDealiiLaplaceLocal
121 class OperatorDealii : public OperatorBase<Number, MemorySpace::Default>
H A Dbps-cpu.h45 class OperatorDealii : public OperatorBase<Number, MemorySpace::Host>
H A Dbps-ceed.h51 class OperatorCeed : public OperatorBase<Number, MemorySpace>
332 class VectorTypeCeed
/libCEED/python/
H A DREADME.md19 class of objects.
/libCEED/tests/junit-xml/
H A DREADME.rst47 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 DDoxyfile119 # 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 Dtutorial-0-ceed.ipynb43 …"Here we show some basic examples to illustrate the `Ceed` class. In libCEED, Ceeds represent libr…
H A Dtutorial-1-vector.ipynb38 …"Here we show some basic examples to illustrate the `libceed.Vector` class. In libCEED, CeedVector…
H A Dtutorial-4-qfunction.ipynb38 …"Here we show some basic examples to illustrate the `libceed.QFunction` class. In libCEED, QFuncti…
H A Dtutorial-5-operator.ipynb38 …"Here we show some basic examples to illustrate the `libceed.Operator` class. In libCEED, a `libce…
H A Dtutorial-3-basis.ipynb38 …"Here we show some basic examples to illustrate the `libceed.Basis` class. In libCEED, a `libceed.…
H A Dtutorial-2-elemrestriction.ipynb38 …"Here we show some basic examples to illustrate the `libceed.ElemRestriction` class. In libCEED, a…
/libCEED/doc/sphinx/source/
H A Dprecision.md25 … The {c:func}`scalar_type()` function has been added to the {code}`Ceed` class for convenience.
H A Dreleasenotes.md301 {py:class}`numpy.ndarray`. Short tutorials are provided in
/libCEED/interface/
H A Dceed.c31 #define CEED_FTABLE_ENTRY(class, method) {#class #method, offsetof(struct class##_private, method)} argument