|
[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Class to compute and store adjoint-based error estimates. More...
#include <rom_test_location.h>
Public Member Functions | |
| ROMTestLocation (const RowVectorXd ¶meter, std::unique_ptr< ROMSolution< dim, nstate >> rom_solution) | |
| Constructor. | |
| void | compute_initial_rom_to_final_rom_error (std::shared_ptr< ProperOrthogonalDecomposition::PODBase< dim >> pod_updated) override |
| Compute error between initial ROM and final ROM. | |
Public Member Functions inherited from PHiLiP::ProperOrthogonalDecomposition::TestLocationBase< dim, nstate > | |
| TestLocationBase (const RowVectorXd ¶meter, std::unique_ptr< ROMSolution< dim, nstate >> rom_solution) | |
| Constructor. | |
| virtual | ~TestLocationBase () |
| Destructor. | |
| void | compute_FOM_to_initial_ROM_error () |
| Compute adjoint error estimate between FOM and initial ROM. | |
| void | compute_total_error () |
| Compute total error between final ROM and FOM. | |
Additional Inherited Members | |
Public Attributes inherited from PHiLiP::ProperOrthogonalDecomposition::TestLocationBase< dim, nstate > | |
| RowVectorXd | parameter |
| Parameter. | |
| std::unique_ptr< ROMSolution< dim, nstate > > | rom_solution |
| ROM solution. | |
| double | fom_to_initial_rom_error |
| Error between FOM and initial ROM. | |
| double | initial_rom_to_final_rom_error |
| Error from initial ROM to final ROM. | |
| double | total_error |
| Total error. | |
| const MPI_Comm | mpi_communicator |
| MPI communicator. | |
| const int | mpi_rank |
| MPI rank. | |
| dealii::ConditionalOStream | pcout |
| ConditionalOStream. More... | |
Class to compute and store adjoint-based error estimates.
Definition at line 16 of file rom_test_location.h.