![]() |
Nalu
Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of energy applications of interest (most notably Wind ECP) built on the Sierra Toolkit and Trilinos solver Tpetra/Epetra stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information. http://NaluCFD.org
|
Here is a brief description of the example class. More...
#include <example.h>
Public Member Functions | |
| ExampleClass () | |
| Create an ExampleClass. More... | |
| ExampleClass (int a, float b) | |
| Create an ExampleClass with lot's of intial values. More... | |
| ~ExampleClass () | |
| ExampleClass destructor description. More... | |
| void | DoSomething () |
| This method does something. More... | |
| void | DoNothing () |
| This is a method that does so much that I must write an epic novel just to describe how much it truly does. More... | |
| void * | VeryUsefulMethod (bool level) |
| Brief description of a useful method. More... | |
| void * | AnotherMethod (bool level) |
| Brief description of a useful method. More... | |
Private Attributes | |
| const char * | fQuestion |
| The question. More... | |
| int | fAnswer |
| The answer. More... | |
Here is a brief description of the example class.
This is a more in-depth description of the class. This class is meant as an example. It is not useful by itself, rather its usefulness is only a function of how much it helps the reader. It is in a sense defined by the person who reads it and otherwise does not exist in any real form.
| ExampleClass::ExampleClass | ( | ) |
Create an ExampleClass.
| ExampleClass::ExampleClass | ( | int | a, |
| float | b | ||
| ) |
Create an ExampleClass with lot's of intial values.
| a | This is a description of parameter a. |
| b | This is a description of parameter b. |
| ExampleClass::~ExampleClass | ( | ) |
ExampleClass destructor description.
| a | This is a description of parameter a. |
| b | This is a description of parameter b. The distance between \((x_1,y_1)\) and \((x_2,y_2)\) is \(\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\). |
| void* ExampleClass::AnotherMethod | ( | bool | level | ) |
Brief description of a useful method.
| level | An integer setting how useful to be. |
Item 1
More text for this item.
| void ExampleClass::DoNothing | ( | ) |
This is a method that does so much that I must write an epic novel just to describe how much it truly does.
| void ExampleClass::DoSomething | ( | ) |
This method does something.
| void* ExampleClass::VeryUsefulMethod | ( | bool | level | ) |
Brief description of a useful method.
| level | An integer setting how useful to be. |
This method does unbelievably useful things. And returns exceptionally useful results. Use it everyday with good health.
\[ |I_2|=\left| \int_{0}^T \psi(t) \left\{ u(a,t)- \int_{\gamma(t)}^a \frac{d\theta}{k(\theta,t)} \int_{a}^\theta c(\xi)u_t(\xi,t)\,d\xi \right\} dt \right| \]
|
private |
The answer.
|
private |
The question.
1.8.11