ASL
0.1.7
Advanced Simulation Library
|
#include <aslNumMethod.h>
Public Member Functions | |
virtual void | execute ()=0 |
Executes the numerical procedure. More... | |
virtual void | init ()=0 |
Builds the necesery internal data and kernels. More... | |
virtual | ~NumMethod () |
Virtual class describes general interface for Numerical methods;
Definition at line 34 of file aslNumMethod.h.
|
virtual |
|
pure virtual |
Executes the numerical procedure.
Implemented in asl::BCSConstantValue, asl::BCDirectCopier, asl::BCConstantSource, asl::BCAccelerationSource2, asl::ComputeSurfaceForceMap, asl::BCImposedDisplacementVelocityValue, asl::ComputeSurfaceFluxMap, asl::BCKineticsLimitedDepositionMap, asl::BCConstantGradientMap, asl::BCTransportLimitedDepositionMap, asl::BCZeroStressMap, asl::BCConstantGradient, asl::BCConstantPressureVelocityMap, asl::FDElasticity2, asl::BCLinearGrowthMap2, asl::BCVelocityMap, asl::BCFreeSurface2, asl::FDElasticityRelaxation, asl::BCLinearGrowthMap1, asl::BCNoSlipMap, asl::LevelSet, asl::BCFreeSurface, asl::TimeContinPLagrangeFraction, asl::BCValuePFMap, asl::FDElasticityIncompressibleStatic, asl::BCConstantGradientMap2, asl::FDPoroElasticity, asl::BCConstantValueMiddlePointMap, asl::TimeContinPLagrange, asl::FDAdvectionDiffusionExtended, asl::FDAdvectionDiffusion2, asl::ElasticityCommonA, asl::BCConstantValueMap, asl::BCRigidWallRelaxation, asl::BCRigidWallDF, asl::FDAdvectionDiffusionInhomogeneous, asl::BCLinearGrowthMap, asl::TimeContinuations, asl::BCConstantValue, asl::BCConstantFluxMap, asl::SingleKernelNM, asl::BCLBGKCommon, asl::BCRigidWall, and asl::BCRigidWallPoroElasticity.
|
pure virtual |
Builds the necesery internal data and kernels.
Implemented in asl::BCSConstantValue, asl::BCDirectCopier, asl::BCConstantSource, asl::BCAccelerationSource2, asl::ComputeSurfaceForceMap, asl::BCImposedDisplacementVelocityValue, asl::ComputeSurfaceFluxMap, asl::BCKineticsLimitedDepositionMap, asl::BCConstantGradientMap, asl::BCTransportLimitedDepositionMap, asl::BCZeroStressMap, asl::BCConstantGradient, asl::BCConstantPressureVelocityMap, asl::FDElasticity2, asl::BCLinearGrowthMap2, asl::BCVelocityMap, asl::BCFreeSurface2, asl::FDElasticityRelaxation, asl::BCLinearGrowthMap1, asl::BCNoSlipMap, asl::LevelSet, asl::BCFreeSurface, asl::TimeContinPLagrangeFraction, asl::BCValuePFMap, asl::BCConstantPressureVelocity, asl::BCConstantGradientMap2, asl::FDElasticityIncompressibleStatic, asl::FDPoroElasticity, asl::BCConstantValueMiddlePointMap, asl::BCConstantVelocity, asl::TimeContinPLagrange, asl::FDAdvectionDiffusionExtended, asl::FDAdvectionDiffusion2, asl::BCConstantPressure, asl::BCConstantValueMap, asl::ElasticityCommonA, asl::BCRigidWallRelaxation, asl::BCRigidWallDF, asl::BCNoSlip, asl::FDAdvectionDiffusionInhomogeneous, asl::BCLinearGrowthMap, asl::TimeContinuations, asl::BCConstantValue, asl::SingleKernelNM, asl::BCConstantFluxMap, asl::BCRigidWall, and asl::BCRigidWallPoroElasticity.