-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Snapshot port saving + DG LaxFriedrichs flux integrator completion (#39)
* SampleGenerator: save snapshot ports in sample generation. * stokes_dg_mms: added direct solve * ns_dg_mms: starting from stokes flow. * with only domain integrator. * checking LF scheme for steady ns. * verifying TemamIntegrators. DGBdrTemamLFIntegrator needs debugging. * temam integrators verified only for continuous galerkin. DGTemamFluxIntegrator needs debugging. * us ns sketch initial loading * initialize time integration * navier solver step * time integration loop and visualization * sanity check at every time step. * working version of DGLaxFriedrichsFluxIntegrator::AssembleFaceVector. other routines must be changed accordingly. * steady ns with lax friedrichs flux verified. * LaxFridriechsFlux ComputeFluxDotN. * DGLaxFriedrichsFluxIntegrator::AssembleQuadVectorBase * DGLaxFriedrichsFluxIntegrator::AssembleQuadGradBase * DGLaxFriedrichsFluxIntegrator::AssembleQuadratureVector/Grad * ROMNonlinearForm_fast.DGLaxFriedrichsFluxIntegrator * DGLaxFriedrichsFlux::AssembleInterfaceVector/Grad * DGLaxFriedrichsFlux::AssembleQuadratureVector/Grad for interface * linalg_utils::AddwRtAP * use AddwRtAP * dg lf interface assemble vector/grad fast. this needs to be revisited.
- Loading branch information
1 parent
c15ca6e
commit b26b3bf
Showing
19 changed files
with
1,589 additions
and
927 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.