TrilinosCouplings
Development
|
Files | |
file | example_CurlLSFEM.cpp |
Example solution of a div-curl system on a hexahedral mesh using curl-conforming (edge) elements. | |
file | example_DivLSFEM.cpp |
Example solution of a div-curl system on a hexahedral mesh using div-conforming (face) elements. | |
file | example_Maxwell.cpp |
Example solution of the eddy current Maxwell's equations using curl-conforming (edge) elements. | |
file | example_Poisson.cpp |
Example solution of a Poisson equation on a hexahedral mesh using nodal (Hgrad) elements. | |
file | example_Poisson_NoFE_Tpetra.cpp |
Example solution of a Poisson equation on a hexahedral mesh using nodal (Hgrad) elements. The system is assembled but not solved. | |
file | example_Poisson_stk.cpp |
Example solution of a Poisson equation on a hexahedral or tetrahedral mesh using nodal (Hgrad) elements. | |
file | example_StabilizedADR.cpp |
Example solution of a steady-state advection-diffusion-reaction equation with Dirichlet boundary conditon on a hexahedral mesh using nodal (Hgrad) elements and stabilization. | |
file | IntrepidPoisson_Pamgen_Epetra_main.cpp |
Example: Discretize Poisson's equation with Dirichlet boundary conditions on a hexahedral mesh using nodal (Hgrad) elements. The system is assembled into Epetra data structures, and optionally solved. | |
file | IntrepidPoisson_Pamgen_Tpetra_main.cpp |
Example: Discretize Poisson's equation with Dirichlet boundary conditions on a hexahedral mesh using nodal (Hgrad) elements. The system is assembled into Tpetra data structures, and optionally solved. | |
file | TrilinosCouplings_IntrepidPoissonExample_SolveWithBelos.hpp |
Generic Belos solver for the Intrepid Poisson test problem example. | |
file | TrilinosCouplings_IntrepidPoissonExampleHelpers.hpp |
Helper functions for Poisson test problem with Intrepid + Pamgen. | |