Skip to content

Commit 8c99751

Browse files
committed
Remove redefinition of Stokes for AV and fix typo in prm file.
1 parent eb17df8 commit 8c99751

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

cookbooks/CPO_induced_anisotropic_viscosity/shearbox_cpo_av.prm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# texture), which then evolves into a CPO aligned with the shear direction.
55

66
set Additional shared libraries = ./plugin/libCPO_induced_anisotropic_viscosity.debug.so
7-
set CFL number = 0.
7+
set CFL number = 0.1
88
set Timing output frequency = 10000
99
set Dimension = 3
1010
set Pressure normalization = surface

cookbooks/anisotropic_viscosity/av_material.h

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -23,46 +23,6 @@
2323

2424
namespace aspect
2525
{
26-
namespace Assemblers
27-
{
28-
/**
29-
* A class containing the functions to assemble the Stokes preconditioner.
30-
*/
31-
template <int dim>
32-
class StokesPreconditionerAnisotropicViscosity : public Assemblers::Interface<dim>,
33-
public SimulatorAccess<dim>
34-
{
35-
public:
36-
void
37-
execute(internal::Assembly::Scratch::ScratchBase<dim> &scratch,
38-
internal::Assembly::CopyData::CopyDataBase<dim> &data) const override;
39-
40-
/**
41-
* Create AnisotropicViscosities.
42-
*/
43-
void create_additional_material_model_outputs(MaterialModel::MaterialModelOutputs<dim> &outputs) const override;
44-
};
45-
46-
/**
47-
* This class assembles the terms for the matrix and right-hand-side of the incompressible
48-
* Stokes equation for the current cell.
49-
*/
50-
template <int dim>
51-
class StokesIncompressibleTermsAnisotropicViscosity : public Assemblers::Interface<dim>,
52-
public SimulatorAccess<dim>
53-
{
54-
public:
55-
void
56-
execute(internal::Assembly::Scratch::ScratchBase<dim> &scratch,
57-
internal::Assembly::CopyData::CopyDataBase<dim> &data) const override;
58-
59-
/**
60-
* Create AdditionalMaterialOutputsStokesRHS if we need to do so.
61-
*/
62-
void create_additional_material_model_outputs(MaterialModel::MaterialModelOutputs<dim> &outputs) const override;
63-
};
64-
}
65-
6626
namespace HeatingModel
6727
{
6828
template <int dim>

0 commit comments

Comments
 (0)