[implicit][cc] restructure assembler, rename newton assembler
this commit introduces the local assembler which computes the derivatives with respect to a single element and adds them to the global system. The assembler itself calls the local assembler for each element. The local assembler will be specified depending on a differentiation method (numeric or analytic)
Showing
- dumux/implicit/cellcentered/assembler.hh 163 additions, 93 deletionsdumux/implicit/cellcentered/assembler.hh
- dumux/implicit/cellcentered/localassembler.hh 425 additions, 0 deletionsdumux/implicit/cellcentered/localassembler.hh
- dumux/implicit/cellcentered/newtonassembler.hh 0 additions, 367 deletionsdumux/implicit/cellcentered/newtonassembler.hh
Loading
Please register or sign in to comment