![]() |
v0.15.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] | |
| 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 |
[Define dimension]
Definition at line 32 of file wave_equation.cpp.
| using OpBoundaryMass = FormsIntegrators<BoundaryEleOp>::Assembly< PETSC>::BiLinearForm<GAUSS>::OpMass<1, 1> |
Definition at line 48 of file wave_equation.cpp.
| using OpBoundarySource = FormsIntegrators<BoundaryEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpSource<1, 1> |
Definition at line 52 of file wave_equation.cpp.
| using OpBoundaryTimeScalarField = FormsIntegrators<BoundaryEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpBaseTimesScalar<1> |
Definition at line 50 of file wave_equation.cpp.
| using OpDomainGradGrad = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::BiLinearForm<GAUSS>::OpGradGrad<1, 1, SPACE_DIM> |
Definition at line 41 of file wave_equation.cpp.
| using OpDomainGradTimesVec = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpGradTimesTensor<1, 1, SPACE_DIM> |
Definition at line 45 of file wave_equation.cpp.
| using OpDomainMass = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::BiLinearForm<GAUSS>::OpMass<1, 1> |
Definition at line 39 of file wave_equation.cpp.
| using OpDomainTimesScalarField = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpBaseTimesScalar<1> |
Definition at line 43 of file wave_equation.cpp.
| using PostProcEle = PostProcBrokenMeshInMoab<DomainEle> |
Definition at line 37 of file wave_equation.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 392 of file wave_equation.cpp.
|
static |
Definition at line 24 of file wave_equation.cpp.
|
constexpr |
[Define dimension]
Definition at line 29 of file wave_equation.cpp.
|
constexpr |
Definition at line 55 of file wave_equation.cpp.