v0.14.0 |
Go to the source code of this file.
Classes | |
struct | ElementsAndOps< DIM > |
struct | Monitor |
[Push operators to pipeline] More... | |
struct | WaveEquation |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
static char | help [] = "...\n\n" |
constexpr int | SPACE_DIM = 2 |
[Define dimension] More... | |
constexpr double | wave_speed2 = 1 |
using BoundaryEle = PipelineManager::EdgeEle |
Definition at line 35 of file wave_equation.cpp.
Definition at line 36 of file wave_equation.cpp.
using DomainEle = PipelineManager::FaceEle |
Definition at line 33 of file wave_equation.cpp.
Definition at line 34 of file wave_equation.cpp.
using EntData = EntitiesFieldData::EntData |
using OpBoundaryMass = FormsIntegrators<BoundaryEleOp>::Assembly< PETSC>::BiLinearForm<GAUSS>::OpMass<1, 1> |
Definition at line 49 of file wave_equation.cpp.
using OpBoundarySource = FormsIntegrators<BoundaryEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpSource<1, 1> |
Definition at line 53 of file wave_equation.cpp.
using OpBoundaryTimeScalarField = FormsIntegrators<BoundaryEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpBaseTimesScalar<1> |
Definition at line 51 of file wave_equation.cpp.
using OpDomainGradGrad = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::BiLinearForm<GAUSS>::OpGradGrad<1, 1, SPACE_DIM> |
Definition at line 42 of file wave_equation.cpp.
using OpDomainGradTimesVec = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpGradTimesTensor<1, 1, SPACE_DIM> |
Definition at line 46 of file wave_equation.cpp.
using OpDomainMass = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::BiLinearForm<GAUSS>::OpMass<1, 1> |
Definition at line 40 of file wave_equation.cpp.
using OpDomainTimesScalarField = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpBaseTimesScalar<1> |
Definition at line 44 of file wave_equation.cpp.
using PostProcEle = PostProcBrokenMeshInMoab<DomainEle> |
Definition at line 37 of file wave_equation.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
Definition at line 24 of file wave_equation.cpp.
|
constexpr |
|
constexpr |
Definition at line 55 of file wave_equation.cpp.