Home
last modified time | relevance | path

Searched refs:description (Results 1 – 22 of 22) sorted by relevance

/libCEED/
H A Dsetup.py61 description = """ variable
98 description="libCEED: Code for Efficient Extensible Discretization",
99 long_description=description,
H A DDoxyfile53 # Using the PROJECT_BRIEF tag one can provide an optional one line description
55 # quick idea about the purpose of the project. Keep the description short.
126 # description of a member or function before the detailed description
134 # This tag implements a quasi-intelligent brief description abbreviator that is
136 # as the leading text of the brief description, will be stripped from the text
138 # text. Otherwise, the brief description is used as-is. If left blank, the
157 # description.
207 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
209 # description.)
225 # line (until the first dot) of a Qt-style comment as the brief description. If
[all …]
H A DREADME.md21 This new operator description is based on algebraically [factored form](https://libceed.org/en/late…
/libCEED/examples/
H A DREADME.md3 This page provides a brief description of the examples for the libCEED library.
58 For a more detailed description of the operators employed in the BPs, please see the dedicated [BPs…
63 A more detailed description of the problem formulation can be found in the [fluids/](./fluids) fold…
68 A more detailed description of the problem formulation can be found in the [solids/](./solids) fold…
73 For a detailed description, please see the corresponding [area documentation page](https://libceed.…
78 For a detailed description, please see the corresponding [problems on the cubed-sphere documentatio…
H A Dindex.md5 This section contains a mathematical description of all examples provided with libCEED
/libCEED/python/tests/
H A Dsetup-qfunctions.py24 description="libceed qfunction pointers",
/libCEED/examples/fluids/
H A Dconv_plot.py27 parser = argparse.ArgumentParser(description='Get input arguments')
H A DREADME.md3 This page provides a description of the Navier-Stokes example for the libCEED library, based on PET…
H A Dindex.md715 {cite}`shurSTG2014`. Below follows a re-description of the formulation to match
716 the present notation, and then a description of the implementation and usage.
/libCEED/rust/libceed/
H A DCargo.toml14 description = """
/libCEED/rust/libceed-sys/
H A DCargo.toml15 description = """
/libCEED/tests/
H A DREADME.md3 This page provides a brief description of the tests for the libCEED library.
/libCEED/interface/
H A Dceed-qfunctioncontext.c93 …CeedStringAllocCopy(field_description, (char **)&ctx->field_labels[ctx->num_fields]->description)); in CeedQFunctionContextRegisterGeneric()
891 if (field_description) *field_description = label->description; in CeedContextFieldLabelGetDescription()
1009 CeedCall(CeedFree(&(*ctx)->field_labels[i]->description)); in CeedQFunctionContextDestroy()
H A Dceed-operator.c2029 new_field_label->description = new_field_label_i->description; in CeedOperatorGetContextFieldLabel()
/libCEED/doc/
H A DREADME.md3 This page provides a brief description of the documentation for the libCEED library.
/libCEED/examples/python/
H A Dex_common.py33 parser = argparse.ArgumentParser(description="libCEED surface area example")
H A Dtutorial-4-qfunction.ipynb38 …e API documentation](https://libceed.org/en/latest/libCEEDapi.html#api-description)). As shown in …
/libCEED/examples/petsc/
H A DREADME.md3 This page provides a description of the CEED bakeoff problem examples for the libCEED library, base…
/libCEED/include/
H A Dceed-impl.h312 const char *description; member
/libCEED/doc/sphinx/source/
H A DlibCEEDapi.md3 This page provides a brief description of the theoretical foundations and the practical implementat…
11 libCEED provides an interface for matrix-free operator description that enables efficient evaluatio…
200 One of the advantages of this purely algebraic description is that it already includes all the fini…
201 The frontend description is general enough to support a wide variety of finite element algorithms, …
H A DlibCEEDdev.md238 …The block should be indented by two spaces and should contain an `@brief` tag and description, a n…
240 …nd the parameter name for the closest pair, as well as between the parameter name and description.
/libCEED/examples/solids/
H A DREADME.md3 This page provides a description of the solid mechanics example for the libCEED library, based on P…