![]() |
v0.14.0 |
#include <MoFEM.hpp>
Go to the source code of this file.
Classes | |
struct | Example |
[Example] More... | |
struct | Example::BoundaryOp |
Typedefs | |
using | AssemblyBoundaryEleOp |
using | OpHdivHdiv |
using | OpHdivU |
using | OpDomainSource |
Functions | |
int | main (int argc, char *argv[]) |
[Postprocess results] | |
Variables | |
static char | help [] = "...\n\n" |
constexpr std::array< int, 3 > | d1_savitzky_golay_w3_p2 = {-1, 0, 1} |
constexpr std::array< int, 5 > | d1_savitzky_golay_w5_p2 = {-2, -1, 0, 1, 2} |
constexpr std::array< int, 7 > | d1_savitzky_golay_w7_p2 = {-3, -2, -1, 0, 1, 2, 3} |
constexpr std::array< int, 9 > | d1_savitzky_golay_w9_p2 |
constexpr std::array< int, 5 > | d1_savitzky_golay_w5_p4 = {1, -8, 0, 8, -1} |
constexpr std::array< int, 7 > | d1_savitzky_golay_w7_p4 |
constexpr std::array< int, 9 > | d1_savitzky_golay_w9_p4 |
constexpr std::array< int, 10 > | d1_normalisation_p2 |
constexpr std::array< int, 10 > | d1_normalisation_p4 |
const int * | d1_savitzky_golay_p2 [] |
const int * | d1_savitzky_golay_p4 [] |
const int ** | d1_savitzky_golay [] |
const int * | d1_normalisation [] |
static double | k = 1 |
static int | order_savitzky_golay = 2 |
static int | window_savitzky_golay = 3 |
using AssemblyBoundaryEleOp |
using OpDomainSource |
using OpHdivHdiv |
int main | ( | int | argc, |
char * | argv[] ) |
[Postprocess results]
[Register MoFEM discrete manager in PETSc]
[Register MoFEM discrete manager in PETSc
[Create MoAB]
< mesh database
< mesh database interface
[Create MoAB]
[Create MoFEM]
< finite element database
< finite element database insterface
[Create MoFEM]
[Example]
[Example]
Definition at line 559 of file phase.cpp.
const int* d1_normalisation[] |
Definition at line 62 of file phase.cpp.
|
constexpr |
|
constexpr |
const int** d1_savitzky_golay[] |
Definition at line 60 of file phase.cpp.
const int* d1_savitzky_golay_p2[] |
Definition at line 43 of file phase.cpp.
const int* d1_savitzky_golay_p4[] |
Definition at line 49 of file phase.cpp.
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |